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.21 Latest Release

Published by vladak about 1 month ago

  • avoid deadlock when running indexer with statsd
  • introduce INDEXER_JAVA_OPTS environment variable to Docker image which allows to pass extra arguments to the Java process running the indexer
opengrok - 1.13.20

Published by vladak about 2 months ago

  • add support for XML to Universal ctags in the Docker image
opengrok - 1.13.19

Published by vladak 2 months ago

  • bump Tomcat in Docker image from 10.1.26-jdk17 to 10.1.28-jdk17
  • log LDAP connect exceptions (for LDAP authorization plugins)
opengrok - 1.13.18

Published by vladak 2 months ago

  • WARNING: breaking change for those using authorization and LDAP
    • the format of LDAP configuration used by the authorization plugins now uses YAML (#4599)
opengrok - 1.13.17

Published by vladak 3 months ago

  • handle situation with history based reindex and nullified changes (avoids indexer exiting with failure)
opengrok - 1.13.16

Published by vladak 3 months ago

  • fix previous releases
opengrok - 1.13.15

Published by vladak 3 months ago

  • fix previous release
opengrok - 1.13.14

Published by vladak 3 months ago

  • fixup of 1.13.13 (missing deliverables)
opengrok - 1.13.13

Published by vladak 3 months ago

  • handle empty Git repositories gracefully
opengrok - 1.13.12

Published by github-actions[bot] 3 months ago

  • make --strip-outgoing in opengrok-mirror work also for Mercurial repositories
  • use Python virtual environment in Docker (no functional change)
opengrok - 1.13.11

Published by github-actions[bot] 3 months ago

  • fix tooling error introduced in 1.13.10
opengrok - 1.13.10

Published by github-actions[bot] 3 months ago

  • correctly update Mercurial repositories with multiple heads in opengrok-mirror
opengrok - 1.13.9

Published by github-actions[bot] 3 months ago

  • bump Tomcat to 10.1.26 in Docker image
opengrok - 1.13.8

Published by github-actions[bot] 3 months ago

  • more path quoting alignment with rest of the code base
  • bump version of several libraries
  • do not display stack trace for CacheException thrown due to disabled annotation cache
opengrok - 1.13.7

Published by github-actions[bot] 7 months ago

  • make Subversion history parsing more robust
    • the change will also detect Executor parsing problems for other repository types
  • bump Tomcat to 10.1.19 in Docker
  • align path quoting in logs
opengrok - 1.13.6

Published by github-actions[bot] 8 months ago

  • improve indexer performance in some cases (e.g. from scratch reindex with annotation cache enabled)
opengrok - 1.13.5

Published by github-actions[bot] 8 months ago

  • improve annotation eligibility detection
opengrok - 1.13.4

Published by github-actions[bot] 8 months ago

  • fix history based reindex to avoid producing duplicate documents
opengrok - 1.13.3

Published by github-actions[bot] 8 months ago

  • improve Suggester throughput
  • handle symlinks correctly for history based reindex
opengrok - 1.13.2

Published by github-actions[bot] 9 months ago

  • Lucene 9.9.2
  • fix annotation display
  • set asynchronous API timeout used for in opengrok-projadm to None by default
    • i.e. wait for the request to complete