Azure Devops Show all repositories from the project

1.1k Views Asked by At

I have a project "ABC" in the AzureDevops. I have couple of repositories created inside this project. I would like to have a view/dashboard which will show all repositories as a list. Every repository of this list is a link/button which when clicked, redirects me to the Repo page, where I can see the commits, branches, pull requests etc. Currently the "Summary" (Overview) page of the "ABC" project does not show anything:

enter image description here

How can I see all repositories? Can I include a list of repositories on the Summary/Overview Page? I was thinking if I click the "Repos" button from the left pane: enter image description here I might see the list but instead, I am being forwarded to a first repository from the Project.

3

There are 3 best solutions below

1
On

The repositories overview can be found from in the Project's settings pages an can also be accessed from the currently selected repository by clicking the ⚙️ Manage repositories option in the repo selector.

Url:

  • https://dev.azure.com/{org}/{project}/_settings/repositories

enter image description here

8
On

I found two extensions in the Marketplace that meets your needs.

The first is the Git repository list.

enter image description here

You can also check the repo list in the organization page and select My repositories.

enter image description here

The second one is repo-board.

enter image description here

You can choose one of the above.

0
On

I have created a feature request for this funcionality: https://developercommunity.visualstudio.com/t/Azure-Devops-Show-all-repositories-from/10502088 If anyone is interested in that please up vote:)