Skip to content

Releases: tomaswolf/gerrit-gitblit-plugin

Gerrit-GitBlit plugin v2.12.171.3

22 Aug 20:11
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.2:

  • Issue #23: load Gitblit's commit cache in the background to avoid long start-up time of Gerrit

Gerrit-GitBlit plugin v2.12.171.2

15 Jul 21:46
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.1:

  • Issue #22: internal error on completely empty repository without HEAD

Gerrit-GitBlit plugin v2.12.171.1

29 May 17:53
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.0:

  • Issue #19: if sshd.advertisedAddress is set in etc/gerrit.config, use that to construct the git ssh clone URL.

Gerrit-GitBlit plugin v2.10.4.162.1

02 Apr 21:24
Compare
Choose a tag to compare

Gerrit 2.10.4 to 2.10.7 plugin integrating GitBlit 1.6.2 as a repository viewer in Gerrit.

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

Changes since v.2.10.1.162.2:

  • Adapt to Gerrit API 2.10.4.
  • Adapt to JGit 4 used since Gerrit 2.10.4.
  • Fix a bug in MIME type detection.

Gerrit-GitBlit plugin v2.12.171.0

21 Jan 21:27
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.162.2:

  • Built the plugin based on Gitblit 1.7.1.
  • The plugin includes two post-1.7.1 PRs from Gitblit:gitblit-org/gitblit#957 and gitblit-org/gitblit#983
  • Adapted the wiring between Gerrit and Gitblit as needed, using Guice instead of dagger
  • Disabled Gitblit's LFS implementation (not the job of a viewer plugin; Gerrit should provide that)

See also issue #12.

Gerrit-GitBlit plugin v2.12.162.2

08 Jan 17:02
Compare
Choose a tag to compare

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

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

Changes since v2.12.162.1:

  • Use the Gerrit user preference for the number of context lines in a diff also in Gitblit diffs. See issue #13.
  • New property web.maxCommitDiffContext to globally limit the number of context lines in Gitblit's full commit diffs.
    See the built-in documentation.

Gerrit-GitBlit plugin v2.12.162.1

27 Dec 17:34
Compare
Choose a tag to compare

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

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

Changes since v2.11.3.162.2:

  • Adapted to Gerrit API changes.

Gerrit-GitBlit plugin v2.11.3.162.2

18 Oct 13:31
Compare
Choose a tag to compare

Gerrit 2.11.3 to 2.11.5 plugin integrating GitBlit 1.6.2 as a repository viewer in Gerrit.

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

Changes since v2.11.3.162.1:

  • Two minor fixes only:
    • Fix a resource leak.
    • Fix handling of links for trees.

Gerrit-GitBlit plugin v2.11.3.162.1

22 Aug 12:48
Compare
Choose a tag to compare

Gerrit 2.11.3 and 2.11.4 plugin integrating GitBlit 1.6.2 as a repository viewer in Gerrit.

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

Changes since v2.11.1.162.2:

  • Issue #8: adapt to new Gerrit API 2.11.3.
  • GitBlit logout now redirects to Gerrit's logout URL.

Gerrit-GitBlit plugin v2.11.1.162.2

10 Aug 18:26
Compare
Choose a tag to compare

Gerrit 2.11.1 and 2.11.2 plugin integrating GitBlit 1.6.2 as a repository viewer in Gerrit.

Changes since v2.11.1.162.1:

  • Fix for issue #7.
  • Correct "raw" links for files with blanks in the name.