opengrok icon indicating copy to clipboard operation
opengrok copied to clipboard

OpenGrok is a fast and usable source code search and cross reference engine, written in Java

Results 215 opengrok issues
Sort by recently updated
recently updated
newest added

As mentioned in PR #3647 the history cache chunk count could be made more dynamic, based on heap size, CPU count etc.

enhancement
indexer

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...

enhancement
indexer

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...

question
UI

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.

enhancement
API

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...

bug
webapp

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, but data and config is no change, so can i just upload configuration.xml ? There was an error! The...

question
docker

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...

enhancement
indexer

The file type could be capable to enable more than one value ![screenshot from 2017-04-18 16-43-35](https://cloud.githubusercontent.com/assets/6997160/25136787/3ad966f4-2456-11e7-89ab-f2898c5a3a3c.png)

enhancement
UI
help wanted

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...

question
indexer
webapp