why issue‘s status fail to update after git commit?
Added by 江涛 田 almost 8 years ago
my environment¶
- centos 6.6 in vm,nginx version: nginx/1.10.2,passenger passenger-5.1.2,redmine3.1.1,named A
command :RAILS_ENV=production bin/about
Environment:
Redmine version 3.1.1.stable
Ruby version 2.2.3-p173 (2015-08-18) [x86_64-linux]
Rails version 4.2.4
Environment production
Database adapter Mysql2
SCM:
Git 1.7.1
Filesystem
Redmine plugins:
no plugin installed - centos 6.6 in vm for test,apache2,passenger ,redmine2.6.10,named B
Environment:
Redmine version 2.6.10.stable
Ruby version 1.9.3-p551 (2014-11-13) [x86_64-linux]
Rails version 3.2.22.2
Environment production
Database adapter Mysql2
SCM:
Git 1.7.1
Filesystem
Redmine plugins:
advanced_roadmap_v2 2.4.3
redmine_work_time 0.3.1 - centos 6.6 in vm for product,apache2,passenger ,redmine2.6.10,named C=B
- above redmine seems to good.
- use git as scm,git clone mirror in local host
my problem¶
- when I try to update issue with git commit like "fixes #1".I see the git commit log,but the issue's status unchanged,why?
- I use the same test method in the Different environment,but the result is Confusing. environment A fail,environment B fail,environment C is good,but C clone from B ,why?
- when the test fail,I git fetch and see the git log update,when test good,I must excute like "curl "133.96.72.137/sys/fetch_changesets?key=w1WDLOBYm9BTxVUYB7RA"" the git log update,the issue status update at the same time.
- I guess between environment B and environment C,there is some different configuration ,but that is what?
- I see the (help)[https://www.redmine.org/projects/redmine/wiki/HowTo_setup_automatic_refresh_of_repositories_in_Redmine_on_commit],but no effect
- and time logging is no effect
Replies (6)
RE: why issue‘s status fail to update after git commit? - Added by 江涛 田 almost 8 years ago
I test again,B and C is ok.
RE: why issue‘s status fail to update after git commit? - Added by 江涛 田 almost 8 years ago
I have tested redmine 3.3.2,fail,why? bug?
thank for all
RE: why issue‘s status fail to update after git commit? - Added by 江涛 田 almost 8 years ago
I config key words parameters in redmine like this "fixes",and git commit message like this "fixes #1",Was I wrong?
RE: why issue‘s status fail to update after git commit? - Added by 江涛 田 almost 8 years ago
I must do someting wrong,please tell me why?
RE: why issue‘s status fail to update after git commit? - Added by 江涛 田 almost 8 years ago
please help me to checkout the problem,thanks
RE: why issue‘s status fail to update after git commit? - Added by 江涛 田 almost 8 years ago
problem is solved,thanks