Plugins Directory » Git Mirror
|
Author: | Sergey Linnik |
---|---|---|
Website: | https://github.com/linniksa/redmine_git_mirror | |
Code repository: | https://github.com/linniksa/redmine_git_mirror.git | |
Registered on: | 2019-01-24 (about 6 years ago) | |
Current version: | 0.8 | |
Compatible with: | Redmine 4.0.x, 3.4.x, 3.3.x | |
User ratings: |
Adds ability to clone and fetch remote git repositories to redmine.
With auto detaching force pushed commits from issues and ability to restrict multiple clones of same repository.
Supports hooks from GitHub and GitLab out of the box.
Installation notes
Just see README for installation instructions.
If you have troubles see issues.
Git Logo by Jason Long
Changelog
0.8 (2019-03-04)
Compatible with Redmine 4.0.x, 3.4.x, 3.3.x.
- GitHub hooks support
- fix plugin code loading issues in some setups
0.6.1 (2019-02-17)
Compatible with Redmine 4.0.x, 3.4.x, 3.3.x.
- fix plugin settings saving
0.6 (2019-02-03)
Compatible with Redmine 3.3.x.
- Ability to restrict creating many clones of same repository (via url with fuzzy search - different schemas and with or without .git suffix)
- Ability to change url of existing repository (risky because no way to verify that repository on new url matches current one)
- Ability to restrict schemes allowed for url of remote repository
- fix: local folder stay after deleting repository
0.5 (2019-01-24)
Compatible with Redmine 4.0.x, 3.4.x, 3.3.x.