Showing category results for Open Source

Mar 8, 2018
Post comments count0
Post likes count0

How to Contribute to Git (on Windows)

Derrick Stolee

Git was originally designed for Unix systems and still today, all the build tools for the Git codebase assume you have standard Unix tools available in your path. If you have an open-source mindset and want to start contributing to Git, but primarily use a Windows machine, then you may have trouble getting started. In fact, while responding to com...

DevOpsGit & Version ControlOpen Source
Jan 11, 2018
Post comments count0
Post likes count0

Microsoft’s Performance Contributions to Git in 2017

Derrick Stolee

Visual Studio Team Services (VSTS) hosts the largest Git repository in the world: the Windows source code. Keeping a primary copy of the code available in the cloud and having it be performant while being updated by over 4000 users at the same time is a monumental achievement, but it is only useful if engineers can use the core Git client on their ...

DevOpsGit & Version ControlOpen Source
Sep 22, 2017
Post comments count0
Post likes count0

Remembering How We Should Manage Open Source

Sam Guckenheimer

A DevSecOps best practice is root cause analysis, so that we can learn from live site incidents and prevent their recurrence. Equifax made news recently with the exfiltration of data from half the US population. This is a sobering opportunity to look at the root cause. The Equifax attack used Apache Struts, a popular open source project for web ap...

DevOpsOpen SourceSecurity
Aug 31, 2017
Post comments count0
Post likes count0

Amazon AWS and new NDepend pricing plans in August’s VSTS extension round-up

Joe Bourne

Since the creation of the Marketplace, we have seen strong demand for tools to work with Amazon Web Services. I am so thrilled that this month the search for those tools comes to an end. In addition to Amazon releasing their AWS Tools, our partners at NDepend have recently lowered the prices on their static analysis tools for .NET code. This is suc...

DevOpsCommunityAzure DevOps Server
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

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 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 22, 2017
Post comments count0
Post likes count0

Using Open Source Components? Using TFS?

Sam Guckenheimer

Back in March, I wrote about the WhiteSource Bolt extension for VSTS. This is a fantastic way to automate security checks for open source vulnerabilities in the release pipeline of your team project. The most frequent question I’ve received is, When can we have this for TFS too? I’m happy to announce that the extension now works with TFS on-pre...

DevOpsCI/CDOpen Source
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
Apr 25, 2017
Post comments count0
Post likes count0

How to Build & Deploy a Java Web Application using Team Services and Azure

David Staheli

So, you’ve heard the tagline “Microsoft Loves Java” but the skeptic in you still has doubts. Well, it’s true! Visual Studio Team Services (VSTS) and Team Foundation Server (TFS) are Microsoft developer toolkits to help developers plan, design, develop, test, deploy and support (the entire DevOps cycle) with all programming languages, including Java...

DevOpsAzure & CloudAzure DevOps Server
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