Releases: oracle/opengrok
Releases · oracle/opengrok
1.7.24
- ctags regexp fixes
- code cleanup and input data sanitization
1.7.23
- fix for
IllegalStateException
thrown in the UI when displaying history view of files that belong to older index- older index is one that does not store the last changeset of a file in its document
1.7.22
- Lucene 8.11.0
- bug/review links in history view are now configurable per project
- repository invalidation concurrency level for the web application can now be tuned using separate property
repositoryInvalidationParallelism
- UI fixes
Note: there is a bug introduced in this build, causing history view to end with IllegalStateException
. This happens for older indexes so the workaround is to reindex the affected indexes from scratch or skip this release. Will be fixed in 1.7.23 (PR #3779).
1.7.21
- history cache creation progress reporting (with
--progress
) opengrok-projadm
now uses per project lockUserWhitelistPlugin
strips leading/trailing whitespace- history cache handling threads are now named accordingly
1.7.20
- Lucene 8.10.0
- enable
literalMidWordUnderscores
option in Showdown - fix project/repository property setting via RESTful API
- indexer progress reporting now works better on busy systems
1.7.19
- fix for the spurious xref rename problem when indexing
- fix overflowing header in the UI
- fix XML insertion for the
deploy
Python tool (and Docker image)
1.7.18
- fix
opengrok-mirror
configuration check for configs with overridden commands
1.7.17
- fix
commands
check inopengrok-mirror
- fix regression in selecting projects with space in the UI
- add timeout for generating single xref
- added
xrefTimeout
indexer tunable
- added
1.7.16
- fix UI problem with displaying revisions in annotation view
1.7.15
- fixed Git submodule detection
- insufficient permissions are now properly reported in the web app