pmndrs / react-spring

✌️ A spring physics based React animation library
http://www.react-spring.dev/
MIT License
28.05k stars 1.19k forks source link

[Feature][AzureDevOps GO/GitHub] Support extracting Azure Pipelines metrics from GitHub Repositories #2271

Closed xiaomingzhang12 closed 5 months ago

xiaomingzhang12 commented 5 months ago

A clear and concise description of what the feature is

Use case I have GitHub Repositories (Data Scopes of GitHub Plugin) and I use Azure Pipelines as a CI/CD tool. Azure Pipelines is part of AzureDevOps.

I want to be able to select GitHub Repositories and configure DevLake to extract DORA metrics from Azure Pipelines + GitHub Repo. But, today, I can only use GitHub Actions with GitHub Repositories.

Why should this feature be included?

In the Python implementation of the Azure DevOps plugin, this feature has already been implemented, as detailed in PR: https://github.com/apache/incubator-devlake/pull/5950

With further details described in the issue: https://github.com/apache/incubator-devlake/issues/5692. We are now looking to have this functionality supported in the Go implementation of the Azure DevOps plugin as well. Thank you.

Please provide an example for how this would work

No response