opengrok
opengrok copied to clipboard
OpenGrok is a fast and usable source code search and cross reference engine, written in Java
This change adds tests for the `web/AuthorizationFilter` class. I removed the `final` classifier from the `PageConfig` class so that it can be conveniently mocked via Mockito.
How do i make #include 'file.i' as clickable i.e it is showing as text not a link ? For me #include "file.h" works as a clickable link. I tried adding...
Another post-mortem induced issue: Whenever a LDAP lookup times out (say with 3 second timeout) I can see the overall request taking disproportionate time (tens/hundreds of seconds), likely depending on...
OpenGrok seems to be rendering only markdown file only when listing directories. When I click arbitrary `*.md` file to see the content, I see source code. Would it be possible...
The compact diff view would benefit from having function names displayed for each hunk, similarly to what other tools do (the `--show-c-function` option of GNU diff and also in Git's...
**Describe the bug** I am trying to use the 1.13 version of Opengrok docker image. Irrespective of the git repo (or non-version controlled code base) I use, the container comes...
**Describe the bug** When the search query contains forward slash inside quotes e.g. "foo/bar", the results returned by the search API do not contain any matched code whereas the opengrok...
Hello team, **Describe the bug** After implementing a single sign-on solution for opengrok on the level of the HAProxy inspired by the issue previously opened on the topic, we noticed...
Suggester configuration currently allows to control which projects will have the suggester enabled via the [`allowedProjects`](https://github.com/oracle/opengrok/wiki/Suggester#allowed-projects) property. It would be nice to be able to express the list of disallowed...
macOS build failed with: ``` [INFO] Running org.opengrok.web.CookieFilterTest Error: Java HotSpot(TM) 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended Mockito...