Skip to content

Releases: oracle/opengrok

1.6.8

06 Apr 07:56

Choose a tag to compare

  • 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

31 Mar 08:18

Choose a tag to compare

  • minor fixes (correctness)

1.6.6

29 Mar 09:49

Choose a tag to compare

  • JGit fixes

1.6.5

25 Mar 07:36

Choose a tag to compare

  • speed up xref redirections by storing the last revision of a file in the index
  • more search.latency categories (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 mergeCommitsEnabled tunable to disable handling merge commits
    • so far for Git only
    • provides workaround for high memory consumption
    • on by default
  • -h guru indexer option now prints list of analyzers first
  • INDEXER_OPT can be empty for Docker

1.6.4

12 Mar 14:44

Choose a tag to compare

  • Docker: INDEXER_OPT is now honored correctly

1.6.3

11 Mar 16:20

Choose a tag to compare

  • fix repository discovery in Docker

1.6.2

09 Mar 14:44

Choose a tag to compare

  • the Docker environment variable REINDEX was renamed to SYNC_PERIOD_MINUTES

1.6.1

08 Mar 14:10

Choose a tag to compare

  • --ignore_project option for opengrok-sync to ignore project(s)
  • more IndexDatabase metrics
  • set requests timeout for the Python tools (exposed with --api_timeout option, default is 60 seconds)

1.6.0

02 Mar 13:49

Choose a tag to compare

  • 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
  • history cache item creation times now reported with FINER log level

1.5.12

17 Feb 15:59

Choose a tag to compare

  • Lucene 8.8.0
  • indexes are now checked during web app startup
  • API to get last indexed time
  • new --token Indexer option to supply authentication token
    • to use when web app is running on different host