Releases: oracle/opengrok
Releases · oracle/opengrok
1.10.0
- 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
- move Tomcat temporary directory in Docker image to
/opengrok/data/tomcat_temp/
1.9.5
- 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
- parallelized index version check during webapp startup
1.9.3
- improved/extended progress reporting
- applies when running the indexer with
--progress
- applies when running the indexer with
- Python tools now accept already existing directory when creating one
1.9.2
- make the web app liveliness check use cheaper API endpoint
- bump default connect timeout to 10 seconds
1.9.1
- fix timeout handling when checking whether the webapp is live when using the -U indexer option
1.9.0
1.8.4
- 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
- fix repository invalidation not finishing in environment with 1 CPU