Releases: redmine-git-hosting/redmine_git_hosting
Releases · redmine-git-hosting/redmine_git_hosting
6.0.0
5.0.0
Special thanks to @alexandermeindl who single-handed worked on this new release for a whole year. 🎄
Added
- Basic Auth support for post_receive_urls
- post_receive_url :post empty support
- Logging to journal, if configured for Redmine (see https://github.com/theforeman/journald-logger)
- Dashboard support for Repository URLs
Changed
- Switch CI from Travis to Github Actions
BREAKING CHANGE
- Redmine 4.1+ is required
- Dropped archived repository view
4.0.2
4.0.1
4.0.0
- compatible with Redmine 4 (drop Redmine 3.x support)
- drop redmine_bootstrap_kit required plugin
- requires additionals plugin for latest fontawesome, slim and deface support -> and better maintenance
- switch from haml to slim templates (because this is already used in additionals plugin)
- libraries high_charts and bootstrap are moved to this plugin (TODO: high_charts should be migrationed to charts.js, which comes with Redmine 4. Bootstrap should be drop to vanila redmine, to get better theme support)
1.2.3
- Merge #640 ([Views] Fix typo while rendering partial repositories/download_revision)
- Merge #646 (Fix compatibility with Redmine 3.3)
- Merge #663 ([Core] Fix installation of Gitolite3 hooks)
- Improve custom Gitolite hook loading (see
custom_hooks.rb.example
at the root of the project) - Fix plugin icon with Redmine 3.4.x
- Fix author url in sub-uri mode
- Check if hook's permissions has changed
- Catch Errno::ENOENT exceptions when installing custom hooks
- Add logs for well installed Gitolite hooks
1.2.2
- Fix #472 ([Views] 404 on the "My public keys" link in the user panel)
- Fix #526 ([Core] Plugin breaks if gitolite user == redmine user)
- Fix #551 ([Core] Make Sidekiq truly optional)
- Fix #576 ([Models] Can't add Git Config Key)
- Fix #630 ([Core] Use "gitolite query-rc" to get Gitolite variables)
- Fix #632 ([Core] Mirroring does not work on git push)
- Merge #581 (Fix #472 by amelentjev)
- Merge #621 ([Routes] Mount grack under http_server_subdir)
- Merge #624 ([Translations] Add Spanish translation)
- Merge #634 ([Views] Added missing mandatory param for partial repositories/download_revision)
- Merge #636 ([Doc] "Remove user ID from Gitolite identifier" requires a restart)
- Fix repo url in Gitolite hooks
- Fix nil data case when loading custom settings from empty file
- Allow to load plugin settings from a file in Redmine root (should ease deployment and upgrades)
- Fix wrong Repository Git objects count
- Add Russian translation
- Rename
redmine_git_hosting:restore_defaults
task toredmine_git_hosting:update_settings
- Add Rake task
redmine_git_hosting:dump_settings
to dump plugin settings in console
1.2.1
- Fix #524 ([DB] Index too long)
- Fix #533 ([Views] About readme.md preview feature)
- Fix #541 ([Core] SSH/Gitolite server host on 1.2)
- Fix #553 ([Controllers] Protected branches user list never updated. Mass-assign warning.)
- Fix #569 ([Core] Connection refused when sshd doesn't listen on default port)
- Merge #583 ([Core] force UTF-8 encoding for tags and branches)
- Merge #600 ([Core] Improve performance)
1.2.0
- Enhance protected branches permissions support : #389, #414
- Add support for Gitolite options : #415
- Enhance global repository access : #465. You can now choose if Redmine has RW access on all repositories.
- Improve validation of plugin settings. Validation errors are now displayed in the view.
- Use our own Rack implementation to render Gitolite hooks
- Fix push over HTTP
- Cleanup code/API
- Improve coding style
- Display contributors in plugins info page ;)
1.1.5
- Fix wrong behavior of GoRedirectorController when project is private
- Update Redcarpet to latest version (3.3.2)