-
Notifications
You must be signed in to change notification settings - Fork 117
Sync Tickets with GIT commits #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
There is already a sync hook, called on each git push. I've fixed a compatibility bug on this part recently. |
I am also facing this issue. I updated the plugin today. Here is my log:
|
Which version of Redmine are you running? |
I am running version 2.2.3 |
And which version of Rails and Ruby? |
This is weird, because I've just tested and it works :
|
This is my environment:
These are current versions provided by installation with yum in CentOS 6.4. Is there anything I should try to help? |
Okay! Enumerator does not exist in Ruby 1.8.7. I'm gonna change my test |
Should be fixed in 7a8be20 Can you test it please? |
Still having the issue. The last bug was solved, but there is something else. Here is the new log:
|
Fixed in 6473de8 You must run bundle install after pulling updates because the fix require 'backports' gem. |
I've noticed that the ticket git associated revisions don't sync up until I click on the repository.
Is there a way to create an auto-sync hook or create a cron job to read the repo ?
The text was updated successfully, but these errors were encountered: