Skip to content

Releases: tomaswolf/gerrit-gitblit-plugin

Gerrit-GitBlit plugin v2.11.1.162.1

13 Jun 13:20

Choose a tag to compare

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

27 May 11:51

Choose a tag to compare

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

26 Apr 17:50

Choose a tag to compare

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 in gerrit.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

19 Apr 11:37

Choose a tag to compare

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

23 Mar 19:53

Choose a tag to compare

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

21 Nov 13:34

Choose a tag to compare

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

30 Oct 13:28

Choose a tag to compare

Gerrit 2.9.1 plugin integrating GitBlit 1.6.2 as a repository viewer in Gerrit.

Changes since v2.9.1.161.2:

  • Fix for issue #1 improved. Sometimes there were still problems reloading the plugin.
  • GitBlit bug 450 fixed. (Large commitdiffs block the browser.)
  • GitBlit 1.6.2 has three bug fixes since 1.6.1.

Gerrit-GitBlit plugin v2.9.1.161.2

23 Oct 09:31

Choose a tag to compare

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

22 Oct 10:47

Choose a tag to compare

Pre-release

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

21 Oct 21:02

Choose a tag to compare

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).