opengrok
opengrok copied to clipboard
OpenGrok is a fast and usable source code search and cross reference engine, written in Java
Report changeset ID next to the version when starting the Docker container.
When reviewing code it is useful to be able to step forwards and backwards through the history for that file. This might be either as a whole file view (potentially...
Interesting use case here. We have opengrok and devs appreciate the opengrok search over GitHub. Once they have performed their search, they have the opengrok link to the specific entry...
The properties in `Configuration` pointing to various roots can be defined as `Path` objects which they really are.
I have a folder called "CVS" that refuses to index. I've removed the ignoredNames property from the configuration file and they just get added right back when I re-index. Why...
There are times when code in our system is poorly formatted and indentation levels are no good because someone uses tabs instead of spaces or makes up there own spacing...
Specifically, Docker build fails when running `./dev/dockerhub_readme.py` with: ``` INFO:__main__:DOCKER_USERNAME is empty, exiting Error: Process completed with exit code 1. ``` Seen e.g. in #4139.
Nowadays we often write or read gradle plugin that is implemented by groovy. There are a lot difference between groovy and java while they are similar. Please help consider this...
Observing a `opengrok-mirror` run for a bunch of non-local Mercurial repositories, with the `-I` option, I noticed that each repository takes couple of seconds to check (via `repo.incoming()`). Since the...