Actions
Defect #3955
closedActivity module is not updated after Git repository update
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-10-01
Due date:
% Done:
0%
Estimated time:
Resolution:
Wont fix
Affected version:
Description
The project activity module page doesn't update after a change to a repository until a user has visited the repository module page. This means that latest changes are often not visible to users.
Suggestion: the activity module should call the repository module's refresh before showing the activities.
Updated by Felix Schäfer over 15 years ago
I have post-commit hooks in my repos to update redmine after a commit, that might solve your problem. See #3667
Updated by Jean-Philippe Lang over 15 years ago
- Status changed from New to Closed
- Resolution set to Wont fix
This has been discussed multiple times in the past.
Use post-commit hooks or a cron job.
http://www.redmine.org/wiki/redmine/FAQ#Commits-dont-show-up-in-the-activity-until-I-click-on-Repository
Actions