Skip to content

Releases: oracle/opengrok

1.1-rc10

03 Aug 09:07
Compare
Choose a tag to compare
1.1-rc10 Pre-release
Pre-release
  • UI grey bar fix

1.1-rc9

02 Aug 08:33
Compare
Choose a tag to compare
1.1-rc9 Pre-release
Pre-release
  • follow-up/regression fixes:
  • XML serialization
  • git date parsing
  • history cache handling on automatic historycache removal

1.1-rc8

27 Jul 15:38
Compare
Choose a tag to compare
1.1-rc8 Pre-release
Pre-release
  • xml serialization fix

1.1-rc7

25 Jul 11:22
Compare
Choose a tag to compare
1.1-rc7 Pre-release
Pre-release
  • Project centric approach
  • JS fixes
  • directory listing no longer contains directory sizes
  • Solaris IPS package delivers to /var/share
  • HTML compliant again
  • more colors added to syntax highlighting

NOTE: it is recommended to reindex (not necessarily from scratch - just to get the configuration updated)

Otherwise, if projects are enabled, it is necessary to add this to configuration.xml:

  <void property="projectsEnabled">
   <boolean>true</boolean>
  </void>

or if the webapp is still running set the property via message:

/usr/opengrok/bin/Messages -n config -t set "projectsEnabled = true"

and mark the existing projects (those that are indexed) as enabled by running:

/usr/opengrok/bin/Messages -n project -t $PROJECT indexed

for each project.

1.1-rc5

29 Jun 11:37
Compare
Choose a tag to compare
1.1-rc5 Pre-release
Pre-release
  • authorization fixed again
  • new Lucene
  • JSON analyzer
  • CVS history fixes
  • UTF fix
  • on demand xref (-e) and Scopes work now
  • Solaris IPS pkg now delivers data subdirs to /var/share

1.1-rc3

10 May 12:24
Compare
Choose a tag to compare
1.1-rc3 Pre-release
Pre-release

mostly minor authorization fixes

1.1-rc2

05 May 13:08
Compare
Choose a tag to compare
1.1-rc2 Pre-release
Pre-release

fix for authorization problem when auth stack specifies a plugin directly

1.1-rc1

04 May 14:53
Compare
Choose a tag to compare
1.1-rc1 Pre-release
Pre-release

contains the latest changes to authorization framework, mainly targeting authorization stacks to groups/projects

Note that full reindex is not necessary however one incremental run of indexer is needed because the format of configuration changed (namely projects are stored in a Map as opposed to List) so it needs to be regenerated by the indexer and written down to configuration.xml.

Also, note that EXUBERANT_CTAGS environment variable changed to OPENGROK_CTAGS.

1.0

25 Jul 09:21
Compare
Choose a tag to compare
1.0

Major features/changes:

  • JDK8 + tomcat8 tested, JDK6/7 unsupported!
  • Lucene 6.5.0
  • IndexSearcher objects reuse for better search performance
  • Universal ctags support(we actually prefer universal ctags these days)
  • new project picker (jquery based)
  • UI cleanup
  • main homepage generated listing of projects/groups
  • JDBC history cache EOL
  • App tray EOL
  • Intelligence window for faster navigation from source (see help!)
  • scopes support (displays current function info in separate window)
  • tablesorter for directory view (allows to sort on name/length/date)
  • coloring changesets in Annotate view according to their date
  • grouping of projects
  • messaging to the webapp
  • simple REST API
  • authorization plugins (e.g. per project authorization)
  • ignored files/directories improvements
  • regexp searches now show line numbers in results
  • analyzers stability and performance improvements
  • Erlang, Clojure, Pascal, Lua, GO lang, Rust, Haskell languages now supported, Scala, PHP improved
  • perforce, git, hg, accurev support improved
  • handling of history for renamed files in Git (displays complete history for such files)
    • slows down indexing, use OPENGROK_DISABLE_RENAMED_FILES_HISTORY env var to
      disable when using the OpenGrok script
  • better partial indexing support
  • webapp statistics (using Messages)
  • bcel, jquery updated
  • support for Resin webserver
  • renamed the READ_XML_CONFIGURATION env var to OPENGROK_READ_XML_CONFIGURATION
  • Bitkeeper support

0.13-rc10

24 Feb 14:10
Compare
Choose a tag to compare
0.13-rc10 Pre-release
Pre-release

Main changes:

  • Lucene 6.4.1 (requires reindex)
  • UI fixes
  • search for symbols fix