opengrok
opengrok copied to clipboard
OpenGrok is a fast and usable source code search and cross reference engine, written in Java
dynamic history cache chunk size
As mentioned in PR #3647 the history cache chunk count could be made more dynamic, based on heap size, CPU count etc.
flatten history cache parallelism
As mentioned in #3647, the history cache parallelism is nested which leads to challenges with resource planning. It might be worthwhile to investigate the same scheme as is used in...
darkmode
The current (?) UI fashion seems to be the dark mode (ala IDEA). I wonder if there is a way how to make the switch without re-introducing distinct CSS style...
As mentioned in https://github.com/oracle/opengrok/pull/3636#discussion_r652917370 the tags can be stored as a list, not string. The history API endpoint would benefit.
Failed to scan [file:/var/tomcat8/webapps/source/WEB-INF/lib/annotations-19.0.0.jar]
After #3387 there is one remaining jar that needs to be addressed: ``` 02-Dec-2020 23:23:35.081 WARNING [localhost-startStop-1] org.apache.tomcat.util.scan.StandardJarScanner.processURLs Failed to scan [file:/var/tomcat8/webapps/source/WEB-INF/lib/annotations-19.0.0.jar] from classloader hierarchy java.io.IOException: java.lang.reflect.InvocationTargetException at org.apache.tomcat.util.compat.Jre9Compat.jarFileNewInstance(Jre9Compat.java:205) at...
Rejuvenate log levels
Here's a reissue of https://github.com/oracle/opengrok/pull/2978 which is closed due to inactivity and conflicts. We have run our [logging tool](https://github.com/ponder-lab/Rejuvenate-Logging-Levels) on the last version of the project and solved all conflicts....
There is no data in web after restart tomcat or docker whithout no code change and reindex
There is no data in web after restart tomcat or docker, but data and config is no change, so can i just upload configuration.xml ? There was an error! The...
renamed file paths in History should not overlap with file paths in HistoryEntry
The renamed file handling in `FileHistoryCache` is needlessly complex. The way it currently works is that the repository in question will place the renamed files into both the `renamedFiles` set...
The file type selector could be capable to enable more than one value
The file type could be capable to enable more than one value 
Comment On/Off Feature
I am using OpenGrok 1.7.2 I would like to request you to add a new feature of **Comment On/Off** Usually, Opengrok searches for a keyword and shows the results having...