Releases: tomaswolf/gerrit-gitblit-plugin
Gerrit-GitBlit plugin v2.11.1.162.1
Gerrit 2.11.1 plugin integrating GitBlit 1.6.2 as a repository viewer in Gerrit.
Changes since v2.11.162.3:
- Adapted GitBlit to work with the new JGit 4 in Gerrit API 2.11.1. (See issue #5.)
Gerrit-GitBlit plugin v2.11.162.3
Gerrit 2.11 plugin integrating GitBlit 1.6.2 as a repository viewer in Gerrit.
WARNING: This release will not work with Gerrit 2.11.1!
Changes since v2.11.162.2:
- Some minor fixes.
- Don't use GitBlit's login form if Gerrit is configured for anything but LDAP. Display a link instead.
- Fix a bug in MIME type detection; compare Gerrit change 67000. Interestingly, this did not occur on my development machine (Java 7, OS X), but then surfaced in a fresh install on (Java 8, RHEL 7.1) of the same gerrit.war and identical plugin gitblit.jar.
Gerrit-GitBlit plugin v2.11.162.2
Gerrit 2.11 plugin integrating GitBlit 1.6.2 as a repository viewer in Gerrit.
Changes since v2.11.162.1:
- Top menu item texts are now configurable in a [plugin "gitblit"]section ingerrit.config.
- Fix for Gerrit issue 2335.
- Built-in documentation, accessible from top "GitBlit" menu.
- GitBlit's ${baseFolder}has moved from $GERRIT_SITE/etc/gitblit to $GERRIT_SITE/data/gitblit.
- Minor clean-ups.
Gerrit-GitBlit plugin v2.11.162.1
Gerrit 2.11 plugin integrating GitBlit 1.6.2 as a repository viewer in Gerrit.
Changes since v2.10.1.162.2:
- Adapted to Gerrit API 2.11
Gerrit-GitBlit plugin v2.10.1.162.2
Gerrit 2.10.1 to 2.10.3 plugin integrating GitBlit 1.6.2 as a repository viewer in Gerrit.
WARNING: This release will not work with Gerrit 2.10.4 or higher maintenance releases of the 2.10 branch of Gerrit. Work-around: upgrade to the newest Gerrit and the newest version of this plugin, or try release v2.10.4.162.1.
Changes since v.2.9.1.162.2:
- Adapted to Gerrit API 2.10.1
- Disabled GitBlit plugins. Two layers of plugins is likely to become very confusing or not work at all.
Note that due to a bug in my release preparation, there is no v2.10.1.162.1 of this plugin.
Gerrit-GitBlit plugin v2.9.1.162.2
Gerrit 2.9.1 plugin integrating GitBlit 1.6.2 as a repository viewer in Gerrit.
Changes since v.2.9.1.162.1:
- Image diffs (GitBlit 1.7.0 preview; gitblit PRs 229-232)
Gerrit-GitBlit plugin v2.9.1.162.1
Gerrit 2.9.1 plugin integrating GitBlit 1.6.2 as a repository viewer in Gerrit.
Changes since v2.9.1.161.2:
Gerrit-GitBlit plugin v2.9.1.161.2
Gerrit 2.9.1 plugin integrating GitBlit 1.6.1 as a repository viewer in Gerrit.
Changes since v2.9.1.161.1:
- Bugfix for issue #1: reloading the plugin led to errors.
- Bugfix: GitBlit's ticket service was still used in some cases under the hood and caused exceptions.
Gerrit-GitBlit plugin v2.9.1.161.1
Gerrit 2.9.1 plugin integrating GitBlit 1.6.1 as a repository viewer in Gerrit.
Changes since v2.9.1.160.2:
- Uses GitBlit 1.6.1 instead of GitBlit 1.6.0. See GitBlit's release notes for the changes. Note that the new GITBLIT_HOME environment variable is not available in the Gerrit plugin. UI-wise, not much has been changed that would affect the plugin (GitBlit's ticket service is disabled anyway in the plugin), but the security fixes might be worth upgrading.
Gerrit-GitBlit plugin v2.9.1.160.2
Gerrit 2.9.1 plugin integrating GitBlit 1.6.0 as a repository viewer in Gerrit.
Changes since v2.9.1.160.1:
- Removed the specially hacked Apache Wicket and Apache Rome versions that v2.9.1.160.1 had "inherited" from the old official plugin. Instead use the standard distributions from Maven Central and set the current thread's class loader appropriately in the right places.
- Reduced the size of the final jar by excluding things already provided by the Gerrit API. Those duplicates were dead code because the Gerrit API always takes precedence due to the default parent-first class loading order.
- Reduced the size of the final jar even more by excluding a whole bunch of code from GitBlit that never gets called when GitBlit runs only as a viewer in this Gerrit plugin.
Final jar size is now down to 17MB (from 30MB in v2.9.1.160.1).