Releases: oracle/opengrok
Releases · oracle/opengrok
1.6.8
- CUDA files are now classified as C++ files
- TCP reachability of the web app is now tested when using the -U indexer option
1.6.7
- minor fixes (correctness)
1.6.6
- JGit fixes
1.6.5
- speed up xref redirections by storing the last revision of a file in the index
- more
search.latencycategories (monitoring) - honor history setting in projects API call handling
- speed up Mercurial check
- first round of JGit changes
- should speed up Git repository scan (indexer) and invalidation (indexer and web app)
- add the
mergeCommitsEnabledtunable to disable handling merge commits- so far for Git only
- provides workaround for high memory consumption
- on by default
-h guruindexer option now prints list of analyzers firstINDEXER_OPTcan be empty for Docker
1.6.4
- Docker:
INDEXER_OPTis now honored correctly
1.6.3
- fix repository discovery in Docker
1.6.2
- the Docker environment variable
REINDEXwas renamed toSYNC_PERIOD_MINUTES
1.6.1
--ignore_projectoption foropengrok-syncto ignore project(s)- more
IndexDatabasemetrics - set requests timeout for the Python tools (exposed with
--api_timeoutoption, default is 60 seconds)
1.6.0
- Docker main script rewritten to Python and changed to use per project workflow
- OpenGrok now requires Tomcat 10
- or container that supports Servlet API 5
- Python tools now support custom HTTP headers everywhere
- this is handy when running indexer in separate machine/VM so that API token
can be used
- this is handy when running indexer in separate machine/VM so that API token
- history cache item creation times now reported with
FINERlog level
1.5.12
- Lucene 8.8.0
- indexes are now checked during web app startup
- API to get last indexed time
- new
--tokenIndexer option to supply authentication token- to use when web app is running on different host