Showing results for 2017 - Page 10 of 18 - Azure DevOps Blog

Jun 16, 2017
Post comments count0
Post likes count0

Top stories from the VSTS community – 2017.06.16

Willy-P. Schaub
Willy-P. Schaub

Greg Duncan, Martin Woodward and I (Willy) were chatting recently about all the great news posts that Greg pulls together for the Radio TFS podcast and what a shame it was that so many of them ended up on the cutting room floor. So instead we thought that instead it would be good to do a round-up on our blog from time to time - hope you find them u...

DevOpsCommunity
Jun 14, 2017
Post comments count0
Post likes count0

View tags for git repositories

Sandeep Chadda (MSFT)
Sandeep Chadda (MSFT)

Git repositories now show tags that allow you to mark important points in your repo's history. Now you can easily bookmark a specific commit in your git repository to compare to other commits in the future. In this post, I will talk about how you can easily manage following git tag related tasks in VSTS : Create a tag If yo...

DevOpsGit & Version Control
Jun 13, 2017
Post comments count0
Post likes count0

Accelerated Continuous Testing with Test Impact Analysis – Part 3

Pratap Lakshman
Pratap Lakshman

At its core, TIA collects, and subsequently consults, a map of the dynamic dependencies of each test method as it is executing. As the test method is executing it will cover various methods - the source file in which those methods reside are the dynamic dependencies that get tracked. So, the mapping ends up like the following: and so on … Later,...

DevOpsTest
Jun 9, 2017
Post comments count0
Post likes count0

Deploying Applications to Azure Container Service

Atul Malaviya
Atul Malaviya

In this blog post I will show you how to setup continuous delivery of a dockerized app by using Visual Studio Team Services (VSTS) to a Kubernetes cluster running in ACS. Azure Container Service (ACS) allows to deploy and manage containers using Kubernetes, Docker Swarm, Mesosphere DC/OS orchestrators. You can now deploy these three orchestrators ...

DevOpsAzure & CloudAzure DevOps Server
Jun 6, 2017
Post comments count0
Post likes count0

Mobile work item form general availability

Christopher Schleiden [MSFT]
Christopher Schleiden [MSFT]

We are very excited to announce the general availability of the mobile work item form and the mobile My work items page in Visual Studio Team Services. We now have a full end-to-end experience to find work items that matter to you, and view and edit them using a form optimized for mobile devices. Mobile work item form About five months ago we ann...

DevOpsAgile
Jun 6, 2017
Post comments count0
Post likes count0

Building and Deploying a Java Application to Oracle WebLogic Server Running in Azure VM with Microsoft Visual Studio Team Services

Emin Askerov
Emin Askerov

If you are interested in Microsoft Visual Studio Team Services (VSTS) platform and Java development, maybe you know that VSTS has everything you need to organize CI/CD pipeline for your Java application development. Visual Studio ALM Blog has a lot of useful and helpful resources describing how to build and deploy your Java application and artifact...

DevOpsAzure & CloudCI/CD
May 31, 2017
Post comments count0
Post likes count0

Turn your infrastructure into code with Chef, and update your Assembly information with May’s Team Services Extensions Roundup

Joe Bourne
Joe Bourne

May is coming to a close, and we've had more Team Services accounts installing extensions than any month since we launched the Marketplace. The ecosystem momentum we've seen this year is strong, and there are still so many exciting integration opportunities out there to go enable. For this roundup I've got two great extensions, and to start us off ...

DevOpsCommunityAzure DevOps Server
May 30, 2017
Post comments count0
Post likes count0

Beyond GVFS: more details on optimizing Git for large repositories

Edward Thomson
Edward Thomson

Over the last few years, Microsoft has been moving the entire company to a modern engineering system built on Visual Studio Team Services and using Git as our version control system.  For many of the projects within Microsoft, this is no problem, since: the Git homepage tell us: Git was built to work on the Linux kernel, meaning that it has had to...

DevOpsGit & Version Control
May 27, 2017
Post comments count0
Post likes count0

Personalize what notifications you receive for releases

Shashank Bansal
Shashank Bansal

Note: If you do not see the preview feature on your account, kindly leave a comment to this blog with your team services account name. There are multiple stakeholders for a release. Whether the team is small or large, keeping the right stakeholders informed about how releases are progressing and what actions are required. Notifications, whether ...

DevOps
May 26, 2017
Post comments count0
Post likes count0

New Release Definition Editor in Team Services

Saumya Venkataraman [MSFT]
Saumya Venkataraman [MSFT]

Have you ever struggled to create a mental model of how the deployments to your environments would progress? We are introducing the pipeline view for your release definitions that will show how your deployments flow. Approvals, environment and deployment settings are now in-context and easily configurable. The new release definition editor is curr...

DevOpsAzure & CloudAzure DevOps Server