Skip to content

Releases: oracle/opengrok

1.7.5

20 May 21:46
Compare
Choose a tag to compare
  • fix Docker with SYNC_PERIOD_MINUTES: '0'

1.7.4

20 May 12:04
Compare
Choose a tag to compare
  • 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 the historycache directories can be removed
  • all indexer/web app Git code converted to JGit

1.7.3

06 May 09:06
Compare
Choose a tag to compare
  • various Docker enhancements:
    • SYNC_TIME_MINUTES was renamed to SYNC_PERIOD_MINUTES
    • add CHECK_INDEX to force reindex from scratch on incompatible index change

1.7.2

26 Apr 19:16
Compare
Choose a tag to compare
  • RESTful endpoint for Docker image to trigger reindex
  • Docker image can now work with read-only configuration
  • various small UI fixes

1.7.1

20 Apr 20:08
Compare
Choose a tag to compare
  • fix searchall query parameter for sort options (prevents long URLs)
  • another round of JGit conversion (bulk history)

1.7.0

16 Apr 19:41
Compare
Choose a tag to compare
  • 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

07 Apr 17:33
Compare
Choose a tag to compare
  • stale/missing xref are now generated on the fly
  • restrict XML decoders

1.6.8

06 Apr 07:56
Compare
Choose a tag to compare
  • 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

31 Mar 08:18
Compare
Choose a tag to compare
  • minor fixes (correctness)

1.6.6

29 Mar 09:49
Compare
Choose a tag to compare
  • JGit fixes