Skip to content

discussions Search Results · repo:oracle/opengrok language:Python

214 results
 (91 ms)

214 results

inoracle/opengrok (press backspace or delete to remove)

Hello OpenGrok team, I m using OpenGrok to browse my team’s codebase, and it’s been incredibly helpful for cross-referencing and understanding our projects. ​​Is there a built-in way (or planned feature) ...

We want to leverage git blame --ignore-revs-file in our development workflows to effectively filter out large, non-functional commits (like automated code formatting or mass refactoring/renaming) from ...

Hi, i tried adding a new repo to opengrok and it got indexed successfully but it is not available in the UI. When checked the index logs found as below. Could not notify the webapp that project xxx: ...

Describe the bug As an example, I want to see the source for Collections.synchronizedList using Definition Search box. Entering Collections.synchronizedList into the Definition field yields no results, ...

Hi All, I have executed the below indexing command (with the -H option) but it is not creating the historycache. Indexing command: java ${JAVA_OPTS:--Xmx16g} \ -server \ -XX:-UseGCOverheadLimit \ -jar ...

The changes in #4746 made history disabled by default. I belive most of the deployments run the indexer with the -H option which will make it enabled, however there is stil a potential for breakage. This ...

Describe the bug WARNING [OpenGrok-index-db-000] org.opengrok.indexer.util.Executor.exec Non-zero exit status 1 from command [/usr/bin/p4 dirs $ * ] in directory /opengrok/src/release-2x : Perforce client ...
  • dkr91posted
    on Apr 24, 2024
  • 6

I m trying to set up OpenGrok using the official Docker image to work with Perforce as the source. What I want to achieve: - Automatically p4 sync Perforce source (using custom P4USER, P4CLIENT, P4PORT, ...

Hello, I have found that for some invocations of the /search API, the search would complete succesfully and return matches to the client, but the matches have line set to ..., and lineNumber set to (empty ...

Dear colleagues! When I try to open a large file of 4000+ lines (150+ KB) OpenGrok opens several lines (from 5 to 150) and hangs. Sometimes the file still opens after a few minutes, sometimes it does not ...