apache / incubator-devlake

Apache DevLake is an open-source dev data platform to ingest, analyze, and visualize the fragmented data from DevOps tools, extracting insights for engineering excellence, developer experience, and community growth.
https://devlake.apache.org/
Apache License 2.0
2.5k stars 493 forks source link

feat(azuredevops): support disabled Repos #7657

Open mr-ks opened 1 week ago

mr-ks commented 1 week ago

Summary

It is now possible to select disabled repositories as a remote scope. However, disabled repositories are not included in tasks related to domain code and code review, as the Azure DevOps API returns a 4xx status code for the required API calls.

A new column called is_disabled has been added to the _tool_azuredevops_go_repos table to support disabled repositories. For existing entries, the default value for this column is set to false.

Does this close any open issues?

Closes #7504