oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.3k stars 739 forks source link

when adding a project, display the list of its repositories #4445

Closed vladak closed 9 months ago

vladak commented 9 months ago

As mentioned in https://github.com/oracle/opengrok/discussions/4438#discussioncomment-7329497, the project add API should return the list of discovered repositories for the project and the Docker code should take advantage of this and display them during resync.

vladak commented 9 months ago

Actually, the same approach as in projadm can be taken and print the repositories after the fact.