stable

Clone or download

Read-only

Display selectbox to see user repositories

Part of story #10408 have a burning parrot git repository list Given a project with forked repositories, When you go to /plugins/git/<project/, Then you see a selectbox that contains the users who forked a repository. And for project where there isn't any forked repository, Then the selectbox is not displayed. This selectbox does nothing for now. Display of selected user's repositories will be done later. Bonus: fix also the style of the empty state: the primary button should be large and shouldn't be duplicated Change-Id: Iff79d50168f486f9340e91d1a0e4a59303bc1eef

Modified Files

Name
M plugins/git/include/Git/RepositoryList/GitRepositoryListController.php +13 −15 Go to diff View file
M plugins/git/include/Git/RepositoryList/GitRepositoryListPresenter.php +7 −2 Go to diff View file
A plugins/git/include/Git/RepositoryList/ListPresenterBuilder.php +87 −0 Go to diff View file
M plugins/git/include/gitPlugin.class.php +10 −2 Go to diff View file
M plugins/git/phpunit/GitRoutingTest.php +2 −0 Go to diff View file
M plugins/git/templates/repositories/repository-list.mustache +1 −0 Go to diff View file
M plugins/git/www/scripts/repositories/po/fr.po +4 −1 Go to diff View file
M plugins/git/www/scripts/repositories/po/template.pot +3 −0 Go to diff View file
M plugins/git/www/scripts/repositories/src/GitRepositoriesList.vue +26 −5 Go to diff View file
M plugins/git/www/scripts/repositories/src/index.js +3 −2 Go to diff View file
M plugins/git/www/scripts/repositories/src/repository-list-presenter.js +8 −2 Go to diff View file
M plugins/git/www/themes/BurningParrot/css/_git-repositories.scss +6 −9 Go to diff View file