Skip to content

Releases: redmine-git-hosting/redmine_git_hosting

0.7.3

11 Jun 00:45
Compare
Choose a tag to compare
  • Fix #144 (redcarpet dependency)
  • Bump to jbox-gitolite 1.2.2
  • Fix files changements in Github payload (files added, deleted, modified)
  • Use repository name in Github payload
  • Add pusher informations in Github payload
  • Show Redmine fields in repository/edit
  • Fix #186 (post-receive doesn't pass multiple lines through from STDIN)
  • Fetch changesets after repository creation/restore
  • Fix repository content overwrite on repo creation with README file and repository not empty

Notes

You're invited to take a look at this post.

0.7.2

16 Apr 12:33
Compare
Choose a tag to compare

0.7.1

14 Apr 23:36
Compare
Choose a tag to compare
  • Remove ENV['HOME'] dependency
  • Remove Git config file dependency
  • Remove SSH config file dependency
  • Fix log redirection on Automatic Repository Initialization
  • Fix plugin portability (use env instead of export)
  • Fix layout bug in header navigation (#162) (thanks soeren-helbig)
  • Fix projects update on locking/unlocking user
  • Various small fixes
  • Use last version of jbox-gitolite gem (1.1.11)

0.7.0

02 Apr 17:49
Compare
Choose a tag to compare
  • remove Redmine 1.x support
  • remove Rails 2.x support
  • remove Ruby 1.8.x support
  • replace Rails Observers by Active Record Callbacks
  • replace 'Gitolite home made interface' by Gitolite gem (https://github.com/jbox-web/gitolite)
  • lots of code cleanup
  • lots of bug fixes
  • add [Sidekiq async jobs]({{ site.baseurl }}/features/#sidekiq-asynchronous-jobs)
  • add [Git mailing lists]({{ site.baseurl }}/features/#git-mailing-lists)
  • add [Default branch selection]({{ site.baseurl }}/features/#default-branch-selection)
  • add [Automatic Repository Initialization]({{ site.baseurl }}/features/#automatic-repository-initialization)
  • add [Git Revision Download]({{ site.baseurl }}/features/#git-revision-download)
  • add [README preview]({{ site.baseurl }}/features/#readme-preview)
  • add [Repository “config” keys management]({{ site.baseurl }}/features/#git-config-keys-management)
  • add [Improved Repository Statistics]({{ site.baseurl }}/features/#improved-repository-statistics)
  • add [Github Issues Sync]({{ site.baseurl }}/features/#github-issues-sync)
  • add [Browse Archived Repositories]({{ site.baseurl }}/features/#browse-archived-repositories)
  • add Bootstrap CSS
  • add Font Awesome icons

0.6.3

23 Feb 00:08
Compare
Choose a tag to compare

This is a bugfix release.

This is the last release of the 0.6.x branch.

The 'v0.6' is kept as archive and will be no longer supported.

Release 0.6.2 of Redmine Git Hosting

29 Jul 02:12
Compare
Choose a tag to compare

This is a security and bugfix release.
This releases fixes a high risk vulnerability, allowing an attacker to gain shell access to the server (CVE-2013-4663).
We strongly advise you to update your plugin!

Release 0.6.1 of Redmine Git Hosting

23 Feb 00:11
Compare
Choose a tag to compare

This is a bugfix release.

Release 0.6.0 of Redmine Git Hosting

23 Feb 00:13
Compare
Choose a tag to compare

This is a compatibility release.
The plugin is now compatible with Redmine 2.x (and Redmine 1.x).

Release 0.5.1 of Redmine Git Hosting

23 Feb 00:15
Compare
Choose a tag to compare

This is a bug-fix release.

  • Bug Fixes:
    1. Post-Receive URLs should now work with SSL (i.e. URLs of the form "https://xxx")
    2. Additional patches for backward compatibility with ChiliProject/Redmine < 1.4. In this category was a problem with editing Git repo parameters as well as a minor bug that caused problems with adding members to projects that didn't have a Git repo.
    3. Additional patches to support Ruby 1.9.x. Includes fix to post-receive hook and change in meaning of Module#instance_methods.
    4. Patched installation so that can install Redmine from scratch (i.e. run rake db:migrate on empty DB) with plugin already in place.
    5. Latest migration should now work with PostGreSQL. This was broken in 0.5.0x.

Release 0.5.0 of Redmine Git Hosting

23 Feb 00:17
Compare
Choose a tag to compare

This is a feature release.

  • New: Compatibility with Redmine 1.4
  • Bug Fixes:
    1. Uninstall of plugin should work properly now.
    2. Problems with patching on some installations should be fixed now (introduced in a recent revision).