Skip to content

Releases: tomaswolf/gerrit-gitblit-plugin

Gerrit-GitBlit plugin v3.2.171.0

02 Nov 22:18
Compare
Choose a tag to compare

Gerrit 3.2 plugin integrating GitBlit 1.7.1 as a repository viewer in Gerrit.

This plugin version will not work correctly with earlier Gerrit versions.

The plugin was built against the Gerrit 3.2.0 API.

Changes since 3.1.171.0:

  • Updated to Gerrit API 3.2.0, including an update to JGit 5.8.0.202006091008-r.

Gerrit-GitBlit plugin v3.1.171.0

17 Dec 19:17
Compare
Choose a tag to compare

Gerrit 3.1.0 plugin integrating GitBlit 1.7.1 as a repository viewer in Gerrit.

This plugin version will not work correctly with earlier Gerrit versions.

The plugin was built against the Gerrit 3.1.0 API.

Changes since 3.0.171.0:

  • Updated to Gerrit API 3.1.0.

Gerrit-GitBlit plugin v3.0.171.0

10 Oct 17:03
Compare
Choose a tag to compare

Gerrit 3.0 plugin integrating GitBlit 1.7.1 as a repository viewer in Gerrit.

This plugin version will not work correctly with earlier Gerrit versions.

The plugin was built against the Gerrit 3.0.2 API.

Changes since 2.16.171.1:

  • Updated to Gerrit API 3.0.2 and JGit 5.3.5.201909031855-r used by Gerrit.
  • Fixes in Lucene search and avoiding hardwraps in markdown (thanks to Christian Bitschnau!)

Gerrit-GitBlit plugin v2.16.171.1

30 Mar 18:48
Compare
Choose a tag to compare

Gerrit 2.16 plugin integrating GitBlit 1.7.1 as a repository viewer in Gerrit.

This plugin version will not work correctly with earlier Gerrit versions.

The plugin was built against the Gerrit 2.16.7 API. It is unknown whether it would work with Gerrit versions 2.16.0-2.16.6.

Changes since v2.16.171.0:

  • Correct Lucene dependency to 6.6.5 as used in Gerrit 2.16.7 (thanks to Christian Bitschnau!)

Gerrit-GitBlit plugin v2.16.171.0

16 Mar 19:18
Compare
Choose a tag to compare

Gerrit 2.16 plugin integrating GitBlit 1.7.1 as a repository viewer in Gerrit.

This plugin version will not work correctly with earlier Gerrit versions.

The plugin was built against the Gerrit 2.16.7 API. It is unknown whether it would work with Gerrit versions 2.16.0-2.16.6.

Changes since v2.15.171.0:

  • Two minor bug fixes
  • Adapt to Gerrit 2.16
    • Adapt the Gitblit sources to JGit 5.1.6
    • Replace the markdown parser inside Gitblit (pegdown) by the one from Gerrit (flexmark)
  • Adapt to the PolyGerrit UI, which is the default since Gerrit 2.16
    • Change the way the plugin is configured (no more gitweb section)
    • Remove the "browse" link on a project page in the old UI; this link doesn't work in the PolyGerrit UI

WARNING: It appears that Gitblit is a dead project and no longer actively maintained. Much of the Gitblit code is old and is based on old versions of JGit, Lucene, and Wicket. I don't know for how much longer it will even be possible to keep Gitblit working with the constantly evolving Gerrit.

Gerrit-GitBlit plugin v2.15.171.0

30 Apr 20:20
Compare
Choose a tag to compare

Gerrit 2.15 plugin integrating GitBlit 1.7.1 as a repository viewer in Gerrit.

This plugin version will not work correctly with earlier Gerrit versions.

Note that Gerrit 2.15 requires a Java 8 JRE, and so does this plugin.

Changes since v2.14.171.0:

  • Adapt to Gerrit 2.15

Gerrit-GitBlit plugin v2.14.171.0

05 Jun 11:25
Compare
Choose a tag to compare

Gerrit 2.14 plugin integrating GitBlit 1.7.1 as a repository viewer in Gerrit.

This plugin version will not work correctly with earlier Gerrit versions.

Note that Gerrit 2.14 requires a Java 8 JRE, and so does this plugin.

Changes since v2.13.171.2:

  • Issue #29: adapt to Gerrit 2.14

Gerrit-GitBlit plugin v2.13.171.2

23 Nov 17:23
Compare
Choose a tag to compare

Gerrit 2.13 plugin integrating GitBlit 1.7.1 as a repository viewer in Gerrit.

This plugin version will not work correctly with earlier Gerrit versions.

Changes since v2.13.171.0:

  • Avoid serialization of JGit RevCommits (issue #21)
  • Issue #26: Fix NPE. (Introduced in a first attempt to solve issue #21 in v2.13.171.1.)

Note: release v2.13.171.1 was an earlier incomplete attempt to fix issue #21 and was pulled.

Gerrit-GitBlit plugin v2.12.171.6

23 Nov 17:20
Compare
Choose a tag to compare

Gerrit 2.12 plugin integrating GitBlit 1.7.1 as a repository viewer in Gerrit.

This plugin version will not work correctly with earlier Gerrit versions.

Changes since v2.12.171.3:

  • Avoid serialization of JGit RevCommits (issue #21)
  • Issue #26: Fix NPE. (Introduced in a first attempt to solve issue #21 in v2.12.171.5.)

Note: releases v2.12.171.4 and v2.12.171.5 were earlier incomplete attempts to fix issue #21 and were pulled.

Gerrit-GitBlit plugin v2.13.171.0

23 Sep 06:52
Compare
Choose a tag to compare

Gerrit 2.13 plugin integrating GitBlit 1.7.1 as a repository viewer in Gerrit.

This plugin version will not work with earlier Gerrit versions.

Changes since v2.12.171.3:

  • No functional changes; only adaptation to Gerrit 2.13 API.