stable

Clone or download

Read-only

Modal should be able to create repositories

this is part of story #10408 have a burning parrot git repository list How to test: forge your url to /plugin/git/<projectname>/ Create a repository from modal It should be created without error You should be redirected inside your repository Create a repository with a wrong name or an existing name: Error is displayed inside the modal Change-Id: I10817e92121dcf32a5201937a6f550a7c7c6b6e1

Modified Files

Name
M plugins/git/include/REST/v1/RepositoryResource.class.php +1 −1 Go to diff View file
M plugins/git/www/scripts/repositories/po/fr.po +23 −1 Go to diff View file
M plugins/git/www/scripts/repositories/po/template.pot +17 −0 Go to diff View file
M plugins/git/www/scripts/repositories/src/GitRepositoriesList.vue +10 −3 Go to diff View file
M plugins/git/www/scripts/repositories/src/GitRepositoryCreate.vue +107 −65 Go to diff View file
M plugins/git/www/scripts/repositories/src/rest-querier.js +20 −2 Go to diff View file