プロジェクト

全般

プロフィール

QA #910

奈良 裕記 さんが約5年前に更新

RedmineでPullRequestを使いたい 

 Gitとの連携は可能だが、PullRequestが使えないとユーザが逸走し兼ねない場合もある。 
 SVNと心中する気はない。(私見) 

 事例収集中。。 

 



 h3. 本家チケット 

 Git: Pull requests 
 https://www.redmine.org/issues/8363 

 h3. プラグイン 

 関連プラグインは作成されていたが、現行バージョン(3.4,4.0)には対応していない・ 

 https://github.com/xueqiu/redmine_pull_requests 
 >Github like pull requests plugin for redmine. 

 https://github.com/pixel-cookers/redmine_gitlab_merge_request 
 >This plugin allow you to add a "New merge request" link on redmine issue.  
 >Gitlab Merge Request form will be filled based on project configuration 

 h3. GitLabをGitリポジトリとして利用 

 GitLabをGitリポジトリとしてのみ利用する。 
 GitLabの External issue tracker機能により、IssueにはRedmineを利用。 
 github hookプラグインにより、GitLab側からリポジトリの更新をRedmineに通知する。 

 ↑Thanks to @taikiix,@yassan,@wate 

 https://github.com/koppen/redmine_github_hook 
 > This plugin allows you to update your local Git repositories in Redmine when changes have been pushed to GitHub. 

 Redmineとgitの 連携利用事例 
 https://www.slideshare.net/tkusukawa/redminegit-97954827 

戻る