Releases: redmine-git-hosting/redmine_git_hosting
Releases · redmine-git-hosting/redmine_git_hosting
1.1.4: BUGFIX: non-ASCII ReadMe error
- Merge #505 ([Core] Added an error message in case that something as broken the temp directory)
- Merge #517 ([Views] Fix error when rendering non-ASCII ReadMe files)
- Fix #<TypeError: no implicit conversion of nil into String> when triggers are enabled on PostReceiveUrls and pushing on a non-triggering branch
- Fix #<TypeError: no implicit conversion of nil into String> when triggers (refspec) are enabled on RepositoryMirrors and pushing on a non-triggering branch
1.1.3
- Merge #350 ([Core] return [] if error occured on branches or tags check)
- Fix #472 ([Views] 404 on the "My public keys" link in the user panel when Redmine is installed in a subpath)
- Fix #484 ([Core] Error 500 on repository creation & edit)
- Fix #501 ([Controllers] Download Git Revision Archive for Anonymous user redirect to login page)
- Fix #502 ([Core] Issues with Git 1.7.1)
1.1.2
Release 1.1.1 of Redmine Git Hosting
- Display Rugged infos in Config test tab
- Display Rugged features status (present/absent) in Config test tab
- Bump gitolite-rugged to v1.1.1 (Use HTTPs instead of Git protocol to download rugged gem)
- Add #464 ([Views] Fix display of git_annex urls)
- Add #466 ([Core] In case of git command failure, log the actual command line)
1.1.0
- Add #417 ([Views] Define order of repository urls)
- Add #426 ([Views] Direct link to repository settings page on sidebar)
- Add #427 ([Views] Back to settings/repositories on repositories/edit page)
- Add #431 ([Core] Add support for Redmine/Gitolite splitted configuration)
- Add
resync_ssh_keys
Rake command (thx Hugodby) - Use
Etc
Ruby module to find out Gitolite user home dir (instead of doingeval
with sudo) - Rework mirroring key installation
- Flush internal cached variables when settings change
- Add a jump box to switch repositories in edit view
- Fix RepositoryMirror regex (allow dashes in user name part)
- Bump gitolite-rugged to v1.1.0 (bundled with rugged and libgit2 in version 0.22.2)
- Remove temp directory when Gitolite settings change (it will be recloned with the right settings)
- Add 'Move repository' feature : you can now move repositories accross projects
- Add unique index on fingerprint field
- Various small fixes
1.0.7
1.0.6
- Validate that people don't reuse Gitolite Admin key
1.0.5
1.0.4
- Fix #404 ([Git cache] "Until next commit" param is broken for Redis adapter)
- Fix #406 ([Protected Branch] Protected Branch Name Must be Unique Across Projects)
- Fix #407 ([Protected Branch] 500 Error rearranging protected branches)
- Fix #413 ([Repository view] Missing repo source in repo instructions)
- Add #410 ([Protected Branch] Gray protected branches if not enabled by repo flag)