Skip to content

Releases: oracle/opengrok

1.7.8

04 Jun 13:28

Choose a tag to compare

  • fix opengrok-mirror behavior when reading empty YAML file
  • fix on the fly xref generation

1.7.7

28 May 19:44

Choose a tag to compare

  • it is now possible to configure mirroring in Docker image
  • opengrok-mirror has 2 new boolean configuration properties:
    • incoming_check - allows to override incoming check
    • ignore_errors

1.7.6

24 May 14:07

Choose a tag to compare

  • Mercurial history is now generated in chunks
    • this is generally slower however has lower memory requirements
  • JGit fixes

1.7.5

20 May 21:46

Choose a tag to compare

  • fix Docker with SYNC_PERIOD_MINUTES: '0'

1.7.4

20 May 12:04

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

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

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

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

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

Choose a tag to compare

  • stale/missing xref are now generated on the fly
  • restrict XML decoders