Skip to content

Releases: oracle/opengrok

1.10.0

03 Apr 09:33
Compare
Choose a tag to compare
  • fix handling of Git repositories with large history by using full Git hashes
    • the UI will be using abbreviated/shortened hashes, where makes sense
  • to make sure analysis of Terraform files still works, make sure to upgrade to the latest Universal ctags

NOTE: this requires reindex from scratch due to the changes in the history and annotation cache triggered by the Git handling changes

1.9.6

31 Mar 13:20
Compare
Choose a tag to compare
  • move Tomcat temporary directory in Docker image to /opengrok/data/tomcat_temp/

1.9.5

30 Mar 08:36
Compare
Choose a tag to compare
  • allow to specify API timeout for the Docker image
  • change of opengrok-sync configuration for executable commands

old syntax:

- command: [sudo, foo, bar]

new syntax (dictionary):

- command:
    args: [sudo, foo, bar]
    env: {LC_ALL: en_US.UTF-8}
    limits: {RLIMIT_NOFILE: 2048}

1.9.4

26 Mar 15:17
Compare
Choose a tag to compare
  • parallelized index version check during webapp startup

1.9.3

26 Mar 14:15
Compare
Choose a tag to compare
  • improved/extended progress reporting
    • applies when running the indexer with --progress
  • Python tools now accept already existing directory when creating one

1.9.2

21 Mar 15:54
Compare
Choose a tag to compare
  • make the web app liveliness check use cheaper API endpoint
  • bump default connect timeout to 10 seconds

1.9.1

20 Mar 16:33
Compare
Choose a tag to compare
  • fix timeout handling when checking whether the webapp is live when using the -U indexer option

1.9.0

20 Mar 15:53
Compare
Choose a tag to compare
  • fix handling of merge changesets for Git
  • fix --checkIndex functionality

NOTE: this release requires reindex from scratch only if you hit the problem with duplicate search results and history cache entries due to mishandling of the Git merge changesets (#4027)

1.8.4

13 Mar 13:43
Compare
Choose a tag to compare
  • more thorough checking of web app liveliness when using the -U indexer option
  • avoid reporting to Google analytics via Chronicle map
  • connectTimeout indexer tunable is now used for all API calls initiated from within the indexer
  • smaller Docker image due to removal of extraneous opengrok jar file

1.8.3

10 Mar 13:16
Compare
Choose a tag to compare
  • fix repository invalidation not finishing in environment with 1 CPU