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

Report changeset ID next to the version when starting the Docker container.

enhancement
docker

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

enhancement
UI

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

enhancement
UI

The properties in `Configuration` pointing to various roots can be defined as `Path` objects which they really are.

enhancement
help wanted

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

enhancement
help wanted

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

enhancement

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.

bug
build

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

enhancement
help wanted

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

enhancement
tools