Releases: oracle/opengrok
Releases · oracle/opengrok
1.7.5
- fix Docker with
SYNC_PERIOD_MINUTES: '0'
1.7.4
- history cache is now generated in chunks, lowering memory requirements significantly for repositories with big history
- as a result, the history cache for repository top level directory is no longer supported
- the
OpenGrokDirHist.gz
files in thehistorycache
directories can be removed
- the
- as a result, the history cache for repository top level directory is no longer supported
- all indexer/web app Git code converted to JGit
1.7.3
- various Docker enhancements:
SYNC_TIME_MINUTES
was renamed toSYNC_PERIOD_MINUTES
- add
CHECK_INDEX
to force reindex from scratch on incompatible index change
1.7.2
- RESTful endpoint for Docker image to trigger reindex
- Docker image can now work with read-only configuration
- various small UI fixes
1.7.1
- fix
searchall
query parameter for sort options (prevents long URLs) - another round of JGit conversion (bulk history)
1.7.0
- Lines/LOC are now accumulated for directories
NOTE: even though this release does not require reindex from scratch in the classical sense (i.e. wipe out data root), it basically updates every document in the index automatically. This means the initial reindex after upgrading to this version will take much longer. Subsequent reindex times will be normal.
1.6.9
- stale/missing xref are now generated on the fly
- restrict XML decoders
1.6.8
- CUDA files are now classified as C++ files
- TCP reachability of the web app is now tested when using the -U indexer option
1.6.7
- minor fixes (correctness)
1.6.6
- JGit fixes