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

The `ui` parameter used in `getLastHistoryEntry()` is largely ignored. Firstly, in the `repository.getLastHistoryEntry()` fallback path - none of the `Repository#getHistory()` methods actually have the `ui` parameter. Also, the `historyCache.get()` can...

bug
webapp

The fix for #3307 was done for `GitRepository` only. This bug tracks the rest of the repositories.

enhancement
help wanted

**Describe the bug** version:opengrok 1.7.24 but I think maybe all the version have this issue. project:Android7/Android8/Android9/Android10/Android11 When I search for "superdispatchkeyevent" at "definition", some files cannot be searched. I don't...

indexer

Resolves #1767 Also: * Use tabindex="0" for Accessibility * Fix up print.css * Scale moreLimit with additional context but limited * Don't re-report scopes when showing surrounding context * Highlight...

UI

PR #2851 added pygit2 for testing. It might be well used in `opengrok_tools.scm.git` as well.

enhancement
tools

Suggester suggests OpenGrok's package names as single tokens for search; however, the search will split the text by `.` into multiple tokens and the final result is empty. Example: ![Screen...

repos indexed from scratch and then incrementally indexed few times after gets history records missing for certain files we've seen this usually on mercurial repos (might happen on others too)...

bug
indexer

When addressing some issues in `AnalyzerGuru` I found this TODO comment: https://github.com/oracle/opengrok/blob/a5b20a7d86cfd880317ab6a33bd2d081c2f8e679/opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/AnalyzerGuru.java#L876-L885

enhancement
indexer

**Is your feature request related to a problem? Please describe.** I frequently come across large code base. Would like to identify the Entry functions in the source code repository. Also,...

enhancement
help wanted
indexer
webapp

**Is your feature request related to a problem? Please describe.** #3042 listed a few new API endpoints that would be useful to have. This tracks the addition of the `/list`...

enhancement
API