Feature #5748
closedRepository refreshing url (Michel Jansen's plugin)
Description
Could it be possible to integrate this plugin in trunk with the agreement of its author ?
http://micheljansen.org/projects/redmine-refresh-repository-api-plugin
It allows to refresh redmine's views of the repositories (and thus, issues too) in real-time when the repo is hosted on a different server by using a post-commit script requesting this url.
Updated by Felix Schäfer almost 16 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
If my quick look at the plugin was enough to grasp its functionality, something like that has been added to trunk in r3107 / #2925. Basically: GET REDMINE_URL/sys/fetch_changesets fetches all repositories, add ?id=foo to fetch only for project foo, I think you also need an API key for it.
Updated by Etienne Massip almost 16 years ago
Yes, thanks, I searched but I didn't find the issue.
I added a HowTo page in the Wiki to mention this feature, maybe someone should review it because I'm not at ease with written English.