Showing results for May 2018 - Azure DevOps Blog

May 31, 2018
0
0

One Week Left to Take State of DevOps Survey

Sam Guckenheimer
Sam Guckenheimer

Folks, the State of DevOps Survey closed June 8th. If you haven't yet, please click this link: https://bit.ly/2FCG8MeĀ  I just reread the results from prior years in Accelerate and I was struck by the findings in Chapter 5. The differences in velocity among high, medium- and low-performers are well known and I commented on these before. I forgot...

DevOps
May 29, 2018
0
0

Remediating the May 2018 Git Security Vulnerability

Edward Thomson
Edward Thomson

The Git community has disclosed an industry-wide security vulnerability in Git that can lead to arbitrary code execution when a user operates in a malicious repository. This vulnerability has been assigned CVE 2018-11235 by Mitre, the organization that assigns unique numbers to track security vulnerabilities in software. Git 2.17.1 was released ...

DevOpsSecurity
May 25, 2018
0
0

Top stories from the VSTS community – 2018.05.25

Willy-P. Schaub
Willy-P. Schaub

Here are top stories we found in our streams this week related to DevOps, VSTS, TFS and other interesting topics, listed in no specific order: TOP STORIES PODCASTS VIDEOS TIP: If you want to get your VSTS news in audio form then be sure to subscribe to RadioTFS . Here are some ways to connect with us...

DevOpsCommunity
May 25, 2018
0
0

Whatā€™s new in VSTS Sprint 134 Update

Alex Nichols
Alex Nichols

The Sprint 134 Update of Visual Studio Team Services (VSTS) has rolled out to all accounts. In this Update we continue to increase the breadth of services offered in Azure DevOps Projects to enable you to get started quickly. The (newly renamed) Azure Kubernetes Service (AKS), a fully managed Kubernetes container orchestration service, Azure ...

DevOps
May 23, 2018
0
0

Use packages reliably with upstreams for VSTS feeds

Alex Mullans
Alex Mullans

Software packages are a crucial part of development in languages ranging from C# to JavaScript to Python to Go. They help you iterate faster, avoid solving a problem thatā€™s been solved many times before, and allow you to focus on your unique value. But, they can also add uncertainty and risk to your development process. Packages are sometimes ...

DevOps
May 21, 2018
3
0

Announcing the deprecation of the WIT and Test Client OM

Dan Hellem
Dan Hellem

Updated contents on April 2, 2019 Since the first version of Team Foundation Server (TFS) in 2005, we have provided a set of SOAP APIs for programmatic interaction with Work Items and Tests. In recent years, REST has replaced SOAP as the preferred method for building integrations offering a simpler and more flexible programming model, support for ...

Agile
May 11, 2018
0
0

Top stories from the VSTS community ā€“ 2018.05.11

Willy-P. Schaub
Willy-P. Schaub

Here are top stories we found in our streams this week related to DevOps, VSTS, TFS and other interesting topics, listed in no specific order: TOP STORIES ARTICLES VIDEOS TIP: If you want to get your VSTS news in audio form then be sure to subscribe to RadioTFS . Here are some ways to connect with us...

DevOpsCommunity
May 11, 2018
0
0

DevOps with VSTS: Build 2018 Recap

Dan Hellem
Dan Hellem

The Visual Studio Team Services team just wrapped up the Build conference here in Seattle. If you werenā€™t able to make it, be sure to watch the recordings of our sessions online. Azure DevOps with VSTS by Damian Brady, Abel Wang DevOps is about people, process and products. Getting it all right requires effort but the benefits to your ...

DevOps
May 10, 2018
0
0

Please Help Make the Science of DevOps Even Better!

Sam Guckenheimer
Sam Guckenheimer

DevOps Research and Assessment (DORA) is now calling for participation in the 2018 Accelerate State of DevOps Survey. Please click the link to join. We all benefit from having scientifically reviewed data to substantiate the impact ofĀ  DevOps practices. The results are summarized in the last four years of the State of DevOps Reports and the new ...

DevOps
May 10, 2018
0
0

Shift Left with SonarCloud Pull Request Integration

Matthew Mitrik (MS)
Matthew Mitrik (MS)

One of our DevOps "habits" is to Shift Left and move quality upstream.Ā  Including additional validations earlier in the DevOps pipeline means identifying potential issues before they become a problem.Ā  For teams using pull requests, catching issues while the PR is active is ideal - the code hasn't been merged yet, so it's easy to respond to ...

DevOpsCI/CDGit & Version Control