Releases: oracle/opengrok
Releases · oracle/opengrok
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
1.8.2
- the
--indexCheck
indexer option now accepts optional argumentdocuments
that performs a check for duplicate live documents in the index - adds debugging (at
FINEST
level) to the webapp search results