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.36k stars 747 forks source link

provide a way to archive project/repository #1865

Open vladak opened 7 years ago

vladak commented 7 years ago

In our internal deployment there are some projects which are basically historical however still need to be present to perform searches. For these, it does not make any sense to index them since they no longer receive any changes. The indexing only incurs unnecessary I/O and CPU load. Thus, having a "archived" flag that would avoid indexing for these projects/repositories. Something similar to what is being proposed for history in #1728.

vladak commented 4 years ago

Also, a colleague of mine suggested that the archived projects should not be visible by default.