Skip to content

Releases: oracle/opengrok

1.11.2

12 Apr 08:05

Choose a tag to compare

  • generate history cache also for file based repositories (SCCS, BitKeeper, etc.)
    • this will require more space but should speed up the UI/APIs

1.11.1

11 Apr 16:44

Choose a tag to compare

  • avoid getting history twice when indexing
    • should speed up indexing a little bit when history cache is on

1.11.0

06 Apr 11:37

Choose a tag to compare

  • change serialization scheme (Smile) for history cache
    • the cache is bigger however more speedier for both access and indexing
      • if the increased size is a problem, consider using file system with built-in compression (e.g. ZFS)
  • restore environment variable propagation in Docker (needed for NOMIRROR)

NOTE: this requires reindex from scratch due to the changes in the history cache serialization scheme

1.10.0

03 Apr 09:33

Choose a tag to compare

  • 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

31 Mar 13:20

Choose a tag to compare

  • move Tomcat temporary directory in Docker image to /opengrok/data/tomcat_temp/

1.9.5

30 Mar 08:36

Choose a tag to compare

  • 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

26 Mar 15:17

Choose a tag to compare

  • parallelized index version check during webapp startup

1.9.3

26 Mar 14:15

Choose a tag to compare

  • improved/extended progress reporting
    • applies when running the indexer with --progress
  • Python tools now accept already existing directory when creating one

1.9.2

21 Mar 15:54

Choose a tag to compare

  • make the web app liveliness check use cheaper API endpoint
  • bump default connect timeout to 10 seconds

1.9.1

20 Mar 16:33

Choose a tag to compare

  • fix timeout handling when checking whether the webapp is live when using the -U indexer option