Skip to content

Releases: oracle/opengrok

1.12.28

15 Dec 08:58
Compare
Choose a tag to compare

1.12.27

07 Dec 14:48
Compare
Choose a tag to compare
  • fix configuration truncation in Docker
    • if your configuration.xml was truncated, you either need to start from scratch (remove the file and restart the container with the new version) or recover the configuration from backup (if any)

1.12.26

04 Dec 15:04
Compare
Choose a tag to compare
  • fix install of opengrok-tools in Docker image

1.12.25

30 Nov 16:07
Compare
Choose a tag to compare
  • fixes Annotation view regression from 1.12.24

1.12.24

30 Nov 09:04
Compare
Choose a tag to compare
  • avoid annotations for binary files
  • use upper limit for output data in Command (Python tooling)
  • various Sonar cleanups
  • convert Python package to one without setup.py

NOTE: there is a regression when displaying annotations - leads to null pointer exception

1.12.23

03 Nov 15:51
Compare
Choose a tag to compare
  • fix NPE when displaying a diff

1.12.22

03 Nov 12:56
Compare
Choose a tag to compare
  • skip inactive history entries when generating diff links

Note there is a regression when displaying diffs: #4468

1.12.21

25 Oct 12:51
Compare
Choose a tag to compare
  • better check of opengrok-sync configuration
  • History cache creation/update failures are now acted upon. If the operation fails for a repository, then the 2nd phase of indexing will not happen. If projects are enabled, then given project will not be indexed, otherwise 2nd phase of indexing will be skipped altogether.
    • To suppress the new behavior, one can use the --ignoreHistoryCacheFailures indexer option.

1.12.20

20 Oct 10:08
Compare
Choose a tag to compare
  • refresh the repositories for projects in Docker image for each sync run

1.12.19

18 Oct 13:56
Compare
Choose a tag to compare
  • JFlex update