opengrok
opengrok copied to clipboard
OpenGrok is a fast and usable source code search and cross reference engine, written in Java
I've noticed that pulling webapp config and immediately pushing it back triggers Suggester, which in turn brings CPU utilization up to 2000% (I do have rebuildThreadPoolSizeInNcpuPercent set to 10, and...
Once is done #3245 it should provide a framework for adding metrics to `opengrok-mirror` et al. Python should have a statsd integration module.
**Describe the bug** The REST API (api/v1/search) returns different results from Web UI for the same query condition. Environments: * OpenGrok 1.3.2 * OpenJDK 1.8.0_222 * OS: Amazon Linux on...
hello,vladak,I am Chinese, the following content is translated by Google, I am very sorry if the description confuses you. JSP pages can return the number of rows by setting the...
/projects/PROJECT/indexed or /suggest/rebuild REST triggers a rebuild of Suggester DB for the specified project. The rebuild happens from a single thread like below: ``` "ForkJoinPool-4-worker-19" #1570 daemon prio=5 os_prio=0 cpu=150944.65ms...
In this scenario I'm bootstapping everything, meaning that I'm not indexing project per project, I'm rehearsing a major version upgrade and am indexing the entire source directory from scratch with...
**Describe the bug** Repositories added to an existing webapp do not show scm info. The repositories are indexed properly and .git folder is present. Both `opengrok_tools.utils.opengrok.add_project` and `opengrok-projadm -a` have...
**Describe the bug** When setting user/password in the URL of the -U parameter, it's not used by the indexer to connect to Tomcat. **To Reproduce** Enable authentication in Tomcat and...
Dear all: When I search "nxp,pn553"string,it cannot be found in nq-nci.c file.  When I search "nxp,",it can be found in nq-nci.c file. But if I search ",pn553",it seems search...
When use Opengrok to search some tag and open big files in web,it's take long time to open the big files, and the websit will been stuck sometime. is there...