Patch #31987
Add rake task which synchronize all revisions in repositories related with all active projects
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | SCM | |||
Target version: | Candidate for next major release |
Description
Hi, there.
Thank you JPL and all who contributed to improving Redmine such an excellent software.
I wrote a rake task patch changesets.rake .
This rake task synchronize all revisions in repositories which related with all active projects.
It is useful when some user mistake to write commit-comment for repository.
- Use Case
- Refs # <- forgot to write issue_id and/or comment.
- Refs #xxxxx <- wrong issue_id
- <- forgot to write commit
I know Redmine has a feature to add a reference between issue and commit on web pages.
But it does not cover all case, and a bunch of mistakes by a thousand of users on a hundred repositories.
Also when i disconnect and reconnect between active project and repository, those additional reference above will be lost.
Even i fix wrong comments on repository, but it will not sync to redmine repository tab and issue reference.
So, i think it would be nice if i have a synchronize rake task.
( @kou assisted me for writing this patch. Thanks @kou. )
History
#1
Updated by Kuniharu AKAHANE over 1 year ago
- Copied from Patch #31498: Add redmine_plugin_migration generator added
#2
Updated by Go MAEDA over 1 year ago
- Subject changed from Add rake task which synchronize all revisions in repositories related with all active projects. to Add rake task which synchronize all revisions in repositories related with all active projects
- Assignee deleted (
Go MAEDA) - Target version changed from 4.1.0 to Candidate for next major release
Removing the assignee and the target version for now :)
#3
Updated by Kuniharu AKAHANE over 1 year ago
oh, my mistakes.
Could you delete issue relation, please?
#4
Updated by Go MAEDA over 1 year ago
- Copied from deleted (Patch #31498: Add redmine_plugin_migration generator)
#5
Updated by Kuniharu AKAHANE over 1 year ago
Thanks again.
#7
Updated by Kuniharu AKAHANE over 1 year ago
- File changesets.rake.patch
added
I re-upload the patch.
Fix a bug: Repository history synchronize will be ignored when issue keywords count in changeset N to 0.