Skip to content

Releases: oracle/opengrok

1.7.34

18 Jul 15:36
Compare
Choose a tag to compare
  • added API endpoints for querying project group properties
  • added debug logs (at FINEST level) to the webapp for root causing greyed out history/annotate links in the UI
  • made 'H A D' link display (in directory listing and search results) consistent with the minisearch bar
    • so that if History link is greyed out, the 'H' link will not be present; similarly for Annotate and 'A'
  • improved incoming changes detection for Git in the opengrok-mirror tool

1.7.33

06 Jul 21:04
Compare
Choose a tag to compare
  • fix opengrok-deploy so that it can create all path components
  • avoid warning on empty index directory when performing index check

1.7.32

08 Jun 19:20
Compare
Choose a tag to compare
  • history based reindex
    • this should speed up indexing of projects that consist solely of Git/Mercurial repositories. The history and history cache have to be enabled.
  • fix CVS history parsing

1.7.31

22 Apr 07:47
Compare
Choose a tag to compare

1.7.30

23 Feb 09:35
Compare
Choose a tag to compare
  • add the ability to strip outgoing changesets in opengrok-mirror with --strip-outgoing command line option and strip_outgoing configuration directive (global and/or per project)
  • fix handling of RESTful API errors in the Python tools

1.7.29

01 Feb 09:31
Compare
Choose a tag to compare
  • fix handling of the repo repository type in opengrok-mirror
  • fix author parsing for CSSC
  • fix timeout default for opengrok-sync

1.7.28

27 Jan 14:57
Compare
Choose a tag to compare
  • more strict configuration syntax check for opengrok-sync
  • fix async API call handling for Python tools
  • fix SCCS date parsing to include time

1.7.27

20 Jan 09:52
Compare
Choose a tag to compare
  • use negative cache for LdapUserPlugin
  • if the last revision cannot be retrieved from the index, try to get it from history cache and only then fall back to the repository method
  • more RESTful API endpoints were converted to asynchronous
    • notably the /{project}/indexed endpoint

1.7.26

03 Jan 12:08
Compare
Choose a tag to compare
  • better UTF-8 detection in plain text files
  • asynchronous RESTful API support
    • added connectTimeout and apiTimeout indexer tunables/command line switches

1.7.25

07 Dec 09:08
Compare
Choose a tag to compare
  • more printable characters (#3827)
    • it is recommended (however not necessary) to reindex from scratch
  • fix one case of history cache corruption
    • collateral change: the historyCacheTime tunable was removed.
  • better Terraform support
  • slew of fixes for problems identified by SonarCloud
  • add serverName web app configuration tunable to support RSS/OpenSearch in reverse proxy environment