redmine_git_remote
redmine_git_remote copied to clipboard
Redmine plugin to automatically clone and fetch referenced repositories
Using standard Git repo in Redmine, I can access to a repo (e.g http://redmine-root/projects/my-project/repository for default one) to fetch all branches (and change status for ticket depending on referencing keywords...
Added two settings: * Local Repository Path (git_local_path) - Path, where repositories are created on the local system. This defaults to `REDMINE_PLUGINS_PATH/redmine_git_remote/repos`. * Remote Repository Url Prefix - Default Prefix...
To support local filesystem repositories the local protocol with file:// prefix can be used and is an easy marker. This is also what subversion uses.
Fixes #22, a windows-specific bug because fork() is not available on windows machines, so spawn() is used instead
- Storing relative paths instead of absolute - Repository removal, when it inside plugin directory and not used by others (Tested on Redmine 3.1.2 with Ruby 2.2.1)
This change updates the plugin to Redmine 5
Docker container version Redmine:5 the error stack trace from Redmine docker container: ``` Your Gemfile lists the gem puma (>= 0) more than once. You should probably keep only one...