LLNL / scraper

Python library for getting metadata from source code hosting tools
MIT License
49 stars 23 forks source link

Tfs enhancement #28

Closed leebrian closed 5 years ago

leebrian commented 5 years ago

TFS support to scrape from MS' TFS, VSTS, and AzureDevOps servers using the ms python devops lib.

Fixes work called out in #23

Most work actually done by @mrutherford2, I'm just merging from our internal fork out to Github so it's more visible.

leebrian commented 5 years ago

Thanks for the awesome comments, I think https://github.com/CDCgov/scraper/commit/982157f3c3bdb2c904478957880b058a57491a20 addresses them all, and I have specific notes on each item upthread.

Let me know how this looks.