stable

Clone or download

Read-only

feat: Allow artifact closure can be changed for repo

Go to repository general settings. You can now decide if the artifact closure is allowed or forbidden. Part of story #26802: have smart commit with Tuleap Git Change-Id: I4ff18f1ab06baead1b961a160e83f5ed08e1b5b1

Modified Files

Name
M plugins/git/include/Git.class.php +25 −1 Go to diff View file
M plugins/git/include/GitViews.class.php +24 −81 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/Pane/GeneralSettings.class.php +9 −3 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/RepoManagement.class.php +25 −98 Go to diff View file
M plugins/git/include/gitPlugin.php +5 −1 Go to diff View file
M plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po +17 −1 Go to diff View file
M plugins/git/site-content/pt_BR/LC_MESSAGES/tuleap-git.po +14 −0 Go to diff View file
M plugins/git/templates/settings/general-settings.mustache +14 −0 Go to diff View file
M plugins/git/tests/unit/GitGerritRouteTest.php +2 −1 Go to diff View file
M plugins/git/tests/unit/GitViewsTest.php +14 −6 Go to diff View file