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 hidden (Show)

opengrok - 0.12.1.5 (stable)

Published by vladak over 9 years ago

This release provides bug fixes for:

  • change the tunable for fetching history when not found in file history cache (#917)
  • rename OPENGROK_REMOTE_REPOS to OPENGROK_GENERATE_HISTORY
  • fallback to newer file if genre for older file is null (#832)
  • fix Solaris package install to depend on JRE 7

Download from:

opengrok - 0.12.1.4 (stable)

Published by vladak over 9 years ago

This release provides further enhancements for the partial reindexing support (#880).

opengrok - 0.12.1.3 (stable)

Published by vladak almost 10 years ago

bug fix release for 0.12.1.2

opengrok - 0.12.1.2 (stable)

Published by vladak almost 10 years ago

This release provides the support for reindexing projects in parallel (#876).

opengrok - 0.12.1.1 (stable)

Published by vladak almost 10 years ago

This is stable release based on 0.12.

It contains the fixes for these bugs:
support branches for Mercurial repository #865 (needs history reindex)
Search link does not contain project #835 (needs xref reindex)

opengrok - 0.12.1

Published by vladak over 10 years ago

This is a respin of 0.12 with the following bug fixes on top:

  • #818 fixes a bug which prevents file based history cache from working correctly by default
  • #819 fixes a bug where tags are not correctly assigned after incremental reindex with file based history cache
opengrok - 0.12

Published by vladak over 10 years ago

This is the first release done on Github since opensolaris.org was discontinued.

New features:

  • JDK7 + tomcat7 tested, JDK6 unsupported!
  • lucene 4.7.1 -> A LOT faster engine, no spellindex needed, regexp search supported (see help)
  • pl/sql, scala, uuencode languages/analyzers support
  • php analyzers improved
  • monotone, mercurial SCM support improved
  • AccuRev SCM added to supported SCMs
  • Surround SCM added to supported SCMs
  • new config options in OpenGrok script
  • new search by analyzer/language
  • full history tracking for files renamed in Mercurial repository (disabled by default)
  • small UI enhancements
  • a lot of history cache fixes and tunables
  • clearHistory history cleanup command
  • better developer support, added automated travis builds for pull request + sonar

Errata: (use 0.12.1 which contains the fixes)

  • file based incremental history reindex broken - see #818
  • tags broken on incremental reindex - see #819
opengrok - 0.12-rc7

Published by vladak over 10 years ago

notable changes since rc6:

  • support for travis build
  • support for incremental indexing for file based history cache (#729)
  • threading fixes (related to renamed files handling)
  • more tunables for history handling of remote repositories - uionly and dirbased (also note that the environment variable has been renamed to OPENGROK_REMOTE_REPOS now in the OpenGrok shell script) (#748)
  • OpenGrok shell script now works better on Mac OS X (#687)
  • jflex 1.5.0
  • Lucene 4.7.0
  • renamed file handling (currently implemented for Mercurial only) can be disabled by org.opensolaris.opengrok.history.RenamedHandlingDisabled
  • CVS branch fix (#516)

NOTE: there is still a problem with using JDBC history cache for larger repositories (see #774)

opengrok - 0.12-rc6

Published by vladak almost 11 years ago

fixes in this release:

do not assume that the build happens in git repo or archived git repo (#712)
left-align comments even for history view of directories (#570)
use wildcard CSS prefix matching for div id src (#716)
use correct variable name for hash retrieval (#715)

Note that there bug #718 which causes the indexer to run out of heap space (the GC does not free enough memory) which will be fixed in next release candidate.

opengrok - 0.12-rc5

Published by vladak almost 11 years ago

fixes in this release:

differentiate between raw and download #578
add H A D links to directory listing #573
fix dtags.eftar file descriptor leak #535
do not unnecessarily create 2 File objects when returning eftar reader #539

opengrok - 0.12-rc4

Published by vladak almost 11 years ago

highlight line number with anchor (#702)
timeout for command execution (#429, #487)
fix for definitions search displays comment lines (#294)

opengrok - 0.12-rc3

Published by vladak almost 11 years ago

Lucene 4.6.0
Mercurial rename regression fix (#683)
let sendToConfigHost body use the parameter "env" to keep align with its signature and other methods

opengrok - 0.12-rc2

Published by vladak almost 11 years ago

Things changed since 0.12-rc1:

bug #672 need double-quotes to specify path
bug #625 xref links containing \u don't seem to be working
follow-up fixes for Mercurial renamed files handling (fixes #666)
Support for Surround SCM history
lucene 4.5 (requires full reindex from 0.12-rc1)
generate history of files renamed in Mercurial repo separately (fixes #22)

opengrok - 0.12-rc1

Published by tarzanek about 11 years ago

{OpenGrok release 0.12-rc1

This is a major release and uses lucene 4.4.
{OpenGrok was moved to github and java.net , since opensolaris.org is no more.

http://opengrok.github.com/OpenGrok
https://github.com/OpenGrok/OpenGrok
http://java.net/projects/opengrok

Features:

JDK7 + tomcat7 tested, JDK6 unsupported!
lucene 4.4 -> A LOT faster engine, no spellindex needed, regexp search supported (see help)
pl/sql, scala, uuencode languages/analyzers support
php analyzers improved
monotone, mercurial SCM support improved
AccuRev SCM added to supported SCMs
new config options in OpenGrok script
new search by analyzer/language