stable
Clone or download
Read-only
Part of story #11661: define a merge strategy for my repositories Go to project ยป git ยป admin ยป git settings template ยป pull requests You can now set the default settings for pull requests. Change is applied for new repositories. Change is reflected in project history. Change-Id: I65b99687e77f96c18599b3bd1c09092856f51b37
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git/DefaultSettings/IndexController.php | +23 | โ11 | Go to diff View file |
A | plugins/git/include/Git/DefaultSettings/Pane/DefaultSettingsPanesCollection.php | +74 | โ0 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +2 | โ1 | Go to diff View file |
A | plugins/pullrequest/include/PullRequest/DefaultSettings/DefaultSettingsController.php | +82 | โ0 | Go to diff View file |
A | plugins/pullrequest/include/PullRequest/DefaultSettings/PullRequestPane.php | +76 | โ0 | Go to diff View file |
A | plugins/pullrequest/include/PullRequest/DefaultSettings/PullRequestPanePresenter.php | +42 | โ0 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/MergeSetting/MergeSettingDAO.php | +17 | โ0 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/MergeSetting/MergeSettingRetriever.php | +17 | โ1 | Go to diff View file |
M | plugins/pullrequest/include/pullrequestPlugin.class.php | +40 | โ1 | Go to diff View file |
M | plugins/pullrequest/site-content/en_US/pullrequest.tab | +2 | โ0 | Go to diff View file |
M | plugins/pullrequest/site-content/fr_FR/LC_MESSAGES/tuleap-pullrequest.po | +3 | โ0 | Go to diff View file |
M | plugins/pullrequest/site-content/fr_FR/pullrequest.tab | +2 | โ0 | Go to diff View file |
M | plugins/pullrequest/site-content/tuleap-pullrequest.pot | +3 | โ0 | Go to diff View file |
A | plugins/pullrequest/templates/default-settings.mustache | +19 | โ0 | Go to diff View file |
M | src/common/autoload.php | +3 | โ2 | Go to diff View file |
A | src/common/project/Admin/GetProjectHistoryEntryValue.php | +72 | โ0 | Go to diff View file |
M | src/www/project/admin/project_admin_utils.php | +5 | โ1 | Go to diff View file |