Showing results for July 2018 - Page 2 of 2 - Azure DevOps Blog

Jul 9, 2018
Post comments count0
Post likes count0

Universal Packages bring large, generic artifact management to VSTS

Alex Mullans
Alex Mullans

Until now, Package Management has hosted packages that are part of a development ecosystem: NuGet packages for .NET development, npm packages for Node.js and web frontend development, and Maven packages for Java development. We're also continuing to expand our support for new development ecosystem, with support for Python's PyPI packages and more i...

DevOps
Jul 9, 2018
Post comments count1
Post likes count0

Supercharging the Git Commit Graph III: Generations and Graph Algorithms

Derrick Stolee
Derrick Stolee

Earlier, we announced that Git 2.18 contains a new commit-graph feature, and we discussed the commit-graph file format. As shipped in Git 2.18, this file only speeds up commit walks by a constant multiple, due to parsing structured data from the commit-graph file. Today, we continue by talking about how we can use the idea of a generation number to...

DevOpsGit & Version ControlOpen Source
Jul 6, 2018
Post comments count0
Post likes count0

Top Stories from the Microsoft DevOps Community – 2018.07.06

Edward Thomson
Edward Thomson

Here's a quick look at the news around Microsoft DevOps — this week we've got a lot of great guidance around version control, Database DevOps, and deployments, plus some new software, including a Power BI template. Recover a Deleted VSTS Git Repo We use version control so that we can make sure that we can recover things when we delete them; ...

DevOpsCommunity
Jul 6, 2018
Post comments count0
Post likes count0

Moving from Hosted XML process to Inheritance process – Private Preview

Dan Hellem
Dan Hellem

VSTS provides two process customization models, Hosted XML and Inheritance. Hosted XML was designed to allow your customizations to come with you when migrating from TFS. The Inheritance process model is the future of process customization in VSTS. It's simple yet powerful. As more customers import their work into VSTS we have received a lot of fee...

DevOps
Jul 5, 2018
Post comments count1
Post likes count0

If I am a VSTS Stakeholder, can I also be an Admin?

Paris Morgan
Paris Morgan

Today, we’re excited to announce that users with the Stakeholder access level can now be administrators in Visual Studio Team Services (VSTS). With these upcoming changes, Stakeholders can administer access levels, permissions, and settings – if they have been granted permissions to do so. Previously, they were only able to invite users and assign ...

DevOpsSecurityAdmin & Licensing
Jul 3, 2018
Post comments count1
Post likes count0

What’s new in VSTS Sprint 136 Update

Alex Nichols
Alex Nichols

The Sprint 136 Update of Visual Studio Team Services (VSTS) has rolled out to all accounts. In this Update we introduce several design changes as part of modernizing our user interface. Watch the following video to learn about a few of the features, which also includes a demonstration of the new navigation and new Work hubs. Here’s an example ...

DevOps
Jul 2, 2018
Post comments count2
Post likes count0

Supercharging the Git Commit Graph II: File Format

Derrick Stolee
Derrick Stolee

Earlier, we announced the commit-graph feature in Git 2.18 and talked about some of its performance benefits. Today, we'll discuss some if the technical details about how the commit-graph feature works, including some helpful properties of its file format. This file speeds up commit-graph walks so much that we were able to identify other ways to sp...

DevOpsGit & Version ControlOpen Source