Showing category results for Git & Version Control

May 22, 2017
Post comments count0
Post likes count0

Visual Studio Team Services demonstrates how Microsoft Loves Java

Paul T. Barham

To demonstrate our continued commitment to support Java developers and their full lifecycle DevOps needs with Visual Studio Team Services (VSTS) and Team Foundation Server (TFS), I want to share some of our recent and exciting Java-related feature announcements. Our teams are working with large and small Java teams every day to better understand th...

DevOpsAzure & CloudCommunity
May 15, 2017
Post comments count0
Post likes count0

Visual Studio Team Services (VSTS) IntelliJ plugin now included with JetBrains Rider IDE releases

Paul T. Barham

I am pleased to announce the Visual Studio Team Services (VSTS) and Team Foundation Server (TFS) IntelliJ plugin is now built-in and provided with JetBrains Rider IDE out-of-the-box. The plugin is a result of a partnership between JetBrains and Microsoft. Previously, both of our companies provided separate plugins accessing certain features of VSTS...

DevOpsAzure DevOps ServerCI/CD
May 10, 2017
Post comments count0
Post likes count0

Announcing git graph and advanced filters to visualize commit history

Sandeep Chadda (MSFT)

Did you ever want a quick way to understand change history in a branch? VSTS now shows git graph in commit history for files in repositories. Now you can easily create a mental model of all your branches and commits for your git repositories using git graph. VSTS commit history also supports advanced filters that allow you to view various history ...

DevOpsGit & Version Control
Apr 12, 2017
Post comments count0
Post likes count0

Official Release of TFVC Support for Visual Studio Code

Jeff Young (TFS)

In the 1.116.0 release of the Visual Studio Team Services extension for Visual Studio Code, we have added support for Team Foundation Version Control (TFVC). TFVC support works for both Team Foundation Server 2015 Update 2 (or later) as well as Team Services. Its core features enable users to work with their TFVC repositories from inside of Visual ...

DevOpsAzure DevOps ServerGit & Version Control
Apr 11, 2017
Post comments count0
Post likes count0

Import repositories from TFVC to Git

Atin Bansal

You can now migrate code from an existing TFVC repository to a new Git repository within the same account. To start migration, select Import Repository from the repository selector drop-down. Individual folders or branches can be imported to the Git repository, or the entire TFVC repository can be imported (minus the branches). Users can also im...

DevOpsGit & Version Control
Mar 14, 2017
Post comments count0
Post likes count1

Git repo tokens for the security service

Matt Cooper

The VSTS platform offers a security REST endpoint which allows you to add and remove permissions on resources. (To understand the rest of this blog post, you're going to want to skim those docs first.) Several of the security APIs, as well as TFSSecurity.exe, expect a token identifying the resource to operate on. The token format varies across reso...

DevOpsGit & Version ControlAdmin & Licensing
Mar 7, 2017
Post comments count6
Post likes count0

Run To Click Debugging in Visual Studio 2017

Aaron Hallberg

You have many options when navigating through your code with the debugger in Visual Studio including setting breakpoints, stepping, and using Run to Cursor. In Visual Studio 2017 we have introduced Run to Click, a new way to more easily debug your code - point and click style. You no longer need to set temporary breakpoints or step several times to...

DevOpsGit & Version Control
Mar 7, 2017
Post comments count0
Post likes count0

Reattach To Process in Visual Studio 2017

Aaron Hallberg

Sometimes when developing an application you can’t simply F5 to start debugging the application. In these cases you can use Attach to Process to debug. Many times if you need to debug this way, you will often need to attach to the same application repeatedly. In Visual Studio 2017 we have introduced Reattach to Process (Shift+Alt+P) to easily allow...

DevOpsGit & Version Control
Mar 7, 2017
Post comments count0
Post likes count0

Official Release of TFVC Support for the Visual Studio Team Services Plugin for Android Studio and IntelliJ

leantk

In the 1.115.0 release of the Visual Studio Team Services plugin for Android Studio and IntelliJ, Team Foundation Version Control (TFVC) support is transitioning from preview mode to official release. TFVC support was added in a preview state starting September 2016 and continually has had more functionality added to it with each iteration. Its cor...

DevOpsAzure DevOps ServerGit & Version Control
Mar 7, 2017
Post comments count0
Post likes count0

Open Source Scanning in Visual Studio Team Services with WhiteSource Bolt

Sam Guckenheimer

Most organizations today consume open source software in their development projects. The reuse of components enables great productivity gains. However, this practice has an unintended consequence: you can reuse security vulnerabilities or violate licenses without realizing the risk. I wrote about this in an article in MSDN Magazine on Rugged DevOps...

DevOpsCI/CDGit & Version Control