opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java

OTHER License

Stars
4.3K
Committers
135

Bot releases are visible (Hide)

opengrok - 1.13.1

Published by github-actions[bot] 9 months ago

  • fix read-only configuration merging in Docker
  • Lucene 9.9.1
opengrok - 1.13.0

Published by github-actions[bot] 10 months ago

  • Lucene 9.9.0
opengrok - 1.12.28

Published by github-actions[bot] 10 months ago

opengrok - 1.12.27

Published by github-actions[bot] 11 months ago

  • 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)
opengrok - 1.12.26

Published by github-actions[bot] 11 months ago

  • fix install of opengrok-tools in Docker image
opengrok - 1.12.25

Published by github-actions[bot] 11 months ago

  • fixes Annotation view regression from 1.12.24
opengrok - 1.12.24

Published by github-actions[bot] 11 months ago

  • 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

opengrok - 1.12.23

Published by github-actions[bot] 12 months ago

  • fix NPE when displaying a diff
opengrok - 1.12.22

Published by github-actions[bot] 12 months ago

  • skip inactive history entries when generating diff links
opengrok - 1.12.21

Published by github-actions[bot] 12 months ago

  • 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.
opengrok - 1.12.20

Published by github-actions[bot] 12 months ago

  • refresh the repositories for projects in Docker image for each sync run
opengrok - 1.12.19

Published by github-actions[bot] about 1 year ago

  • JFlex update
opengrok - 1.12.18

Published by github-actions[bot] about 1 year ago

  • ChronicleMap and JSTL update
    • no impact on functionality
opengrok - 1.12.17

Published by github-actions[bot] about 1 year ago

  • Lucene 9.8.0
    • no reindex from scratch needed
  • JDK 17 support
    • the target byte code is still Java 11
  • do not take IOExceptions too seriously during index check
    • avoids wiping out the data root in the Docker image if the check fails due to files not being accessible, permission problem, etc.
opengrok - 1.12.15

Published by github-actions[bot] about 1 year ago

  • add YAML parser
opengrok - 1.12.14

Published by github-actions[bot] about 1 year ago

  • do no require authorization for the system/ping REST API end point
opengrok - 1.12.13

Published by github-actions[bot] about 1 year ago

  • provide tags in API search results
opengrok - 1.12.12

Published by github-actions[bot] over 1 year ago

  • improve Suggester logging
  • restore functionality of the Groups command
opengrok - 1.12.11

Published by github-actions[bot] over 1 year ago

  • fix hung indexer when running with --noIndex
    • impacted Docker container startup
opengrok - 1.12.10

Published by github-actions[bot] over 1 year ago

  • ignored projects can be specified as pattern in opengrok-sync