Synapse Workspace Go Live vs Repository - azure-synapse

We have a Synapse Workspace with pipelines and it is connected to our Github Repository. It is not in "Live Mode".
Can someone explain to what "Live Mode"? Also, I'm assuming that any changes (ex: to Pipelines) need to be checked in by clicking the "Publish" button?

Related

Azure DevOps Plugin in Intellij IDEA only show one repsitory

I'm trying to clone a project from the Team Foundation Server, but I have only access to one repository from the server and I can't switch to another repository. I also tryed to refrech the plugin.
I'm using Intellij IDEA 2020.1.1 with Windows 10 Enterprise LTSB 2016 and the plugin:Azure DevOps.
I would appreciate when I get some tips to fix this problem.
In Intellij IDEA with the Azure DevOps extension installed, the repositories are not shown as a tree structure . They are shown in the same level in the Select repositorypage when trying to select a repository to clone. We can filter the repositories by specifying a key word.
For example, in below screenshot I have a project called LCgGit and it has three git repositories (LCGit, LCGit2, LCGit3). So, we can filter by Project name, then select the specific repository to clone.
It will automatically open the project once we cloned the repository. And we cannot switch repositories such as in the Team Explorer in VS. We have to clone another repository again and open the project which located in that repository. We can open it in a New Window or This Window.
To switch the repositories, we can navigate to File -> Open/Open recent -> Select a project to open.
Besides, there's a blog which talking about Working with IntelliJ for your reference. It's still available for the Intellij IDEA 2020.1.1. But the plugin name is changed to Azure DevOps. So you can search Azure DevOps in the Marketplace.

Restoring Projects from Eclipse IDE when all projects are gone

I was in a hurry to shutdown my laptop, so I canceled the eclipse, and after that when saving workspace tab pops up I mistakenly closed that too.
So after opening my eclipse again the whole projects are gone.The Project Explorer is empty.
Can anyone helpme out with this.
Your best option is to set that workspace aside, create a new workspace, and import your old workspace's existing projects into the new workspace.

How to disable IntelliJ IDEA version control by default?

Every single time I create a new project in IntelliJ IDEA it sets its version control system to Subversion. It's kind of annoying to disable it manually every time. How do I disable it for good, so that the default option for version control is "none"?
There is no setting which disables version control by default for new projects but we can disable the Subversion (or Git or Mercurial or ...) plugin generally.
To do that:
Go to File/Settings/Plugins
Choose tab Installed
Look for the Subversion plugin, disable it by removing the tick and clicking "Apply":
Optional:
Disable Git version control:
untick Git Integration (this will disable Github and Google Cloud Tools Core, Google Cloud Tools For Android Studio too)
Disable Mercurial version control:
untick Mercurial Integration
Do you use Maven by chance? There is an issue with VCS detection for maven projects. See https://youtrack.jetbrains.com/issue/IDEA-115100

What is a 'scoped' repository workspace?

What is a 'scoped' repository workspace ?
Does this mean only members in current team will be able to view the repository rather than 'public' where everyone in the prject area can view the repository.
Scoped is what I always recommend when creating a repo workspace:
It allows other member of the project area to access your repo workspace by adding it to their flow targets.
That allows them to accept changesets from your repo workspace even though you haven't delivered them on the Stream.
This is a nice change to the "reserved checkout" issue with ClearCase, when a collaborator is no longer there and the file is blocked.
Here, as long as you have checked in your changes, even if you are not there to deliver them, those changes aren't locked in your computer, but are available for the other members.
This is different from scoped flow target.
And RTC4.0 has introduced Scope read permissions on files and folders.
That being said, a "public" repo workspace has its use (see this thread):
The idea of using a public repository workspace, is to provide an up and running development environment for the team.
I do not want a developer to spend 2-3 hours with the support of somebody else to setup is workspaces, to run a web application with the J2EE artifacts. Currently we are using MAVEN to build are applications and setting up the development environment and we are struggling with it.
To much knowledge required by the developer and way to much money trying to automagically configure the RAD 7.5 workspace with MAVEN and are own scripts.
The idea is to setup pre-configured public repository workspace with all the necessary RAD 7.5 artifacts (server, EAR configuration, web configuration, link between projects and link to MAVEN repository for component that you dont want to load in your workspace.
For our team we may have around 8 public repository workspaces, some with only the front-end projects other with only the back end projects or a mix of both depending on our specific needs.
The developer come in the morning pick the proper public repository workspace for his task and is up and running in 10 minutes. He can see ongoing changes from other, accept changes from his team mate or not. Of Course, from the workspace the changes can be delivered in the stream used for continuous integration.
I think its cool.

Connect Titanium Studio to remote git repository

I'm getting started with Titanium Studio to build mobile apps. I'm using Beanstalkapp (or any other remote git/svn repository) for version control.
I can't find a way to connect a new project to the remote repository from within titanium studio.
I can:
1 - create a new mobile project and start a new local git repository
2 - import an empty project from the remote git repository
When using 1 I don't know how to commit to a remote repository.
When using 2 I don't know how to add a mobile project, I always get "a project with the same name already exists within the workspace"
Any tips on how to set this up conveniently?
From the file menu in Ti Studio, choose Import, Then choose Git Repository as New Project, click next, enter your beanstalk URI and click finish.
I have not tried this with beanstalk, but it works flawlessly with Github.com
Once you have set up the project, access the context menu of the project in the project explorer (ctrl-click) and your git commands will be accessible from the Team menu