Showing category results for Open Source

May 7, 2019
Post comments count2
Post likes count0

Introducing Azure Boards to the GitHub Marketplace

Alex Nichols
Alex Nichols

While you’ve been able to get started with Azure Boards from azure.com/boards for several months now, the new app in the GitHub Marketplace streamlines the acquisition of the service and configuration of your GitHub repository connections.

AgileOpen Source
May 7, 2019
Post comments count64
Post likes count0

What’s new with Azure Pipelines

Gopinath C H[MSFT]
Gopinath C H[MSFT]

Today, we are announcing new features for Azure Pipelines, including multi-stage YAML pipelines (for CI and CD), environments and deployment strategies, and Kubernetes support.

Azure & CloudCI/CDOpen Source
May 6, 2019
Post comments count2
Post likes count0

Announcing Kubernetes integration for Azure Pipelines

Gopinath C H[MSFT]
Gopinath C H[MSFT]

We are announcing new features features designed to help our customers build applications with Docker containers and deploy them to Kubernetes clusters, on all cloud providers and on-premises.

CI/CDAzure & CloudOpen Source
Nov 28, 2018
Post comments count1
Post likes count0

Blocking malicious event-stream and flatmap-stream packages

Buck Hodges
Buck Hodges

We are making a change to Azure DevOps to block the harmful flatmap-stream 0.1.0 package and the versions of event-stream newer than version 3.3.4 which make use of the flatmap-stream package.

Open SourceCommunity
Nov 12, 2018
Post comments count13
Post likes count0

New Advanced Text Editor on the Work Item Form in Azure DevOps

Jessie Somekh
Jessie Somekh

With the Azure DevOps Sprint 143 Update, we’re excited to announce the availability of our new rich text editor on the work item form in Azure Boards. The work item form can be accessed in Azure Boards from the work items hub, boards, backlogs, and queries. This editor is also open source, which means you can check out the roosterjs repo and submit...

AgileOpen Source
Jul 16, 2018
Post comments count0
Post likes count0

Supercharging the Git Commit Graph IV: Bloom Filters

Derrick Stolee
Derrick Stolee

We've been discussing the commit-graph feature in Git 2.18 and how we can use generation numbers to accelerate commit walks. One area where we can get significant speedup is when presenting output in topological order. This allows us to walk a much smaller list of commits than before. One place where this breaks down is when we apply a filter to ou...

DevOpsGit & Version ControlOpen Source
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 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
Jun 25, 2018
Post comments count22
Post likes count1

Supercharging the Git Commit Graph

Derrick Stolee
Derrick Stolee

Have you ever run and waited a few seconds before the window appears? Have you struggled to visualize your commit history into a sane order of contributions instead of a stream of parallel work? Have you ever run a force-push and waited seconds for Git to give any output? You may be having performance issues due to the number of commits in your re...

DevOpsGit & Version ControlOpen Source
Apr 27, 2018
Post comments count1
Post likes count0

VSTS Public Projects Limited Preview

Jamie Cool
Jamie Cool

Visual Studio Team Services (VSTS) offers a suite of DevOps capabilities to developers including Source control, Agile planning, Build, Release, Test and more. But until now all these features require the user to first login using a Microsoft Account before they can be used.  Today, we’re starting a limited preview of a new capability that will ev...

DevOpsCI/CDOpen Source