stable
Clone or download
Read-only
this is part of story #10408 have a burning parrot git repository list How to test it: forge url to: /plugin/git/<projectname> Go on Git service: => An empty state is displayed (even if your project has repositories) Navigate in Admin toolbar (Forked repositories | Admin) => pages should be correctly displayed Change-Id: Id785c886dd09286397fa9a8338a48d0ad1b7100a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/build-manifest.json | +6 | −0 | Go to diff View file |
A | plugins/git/include/Git/RepositoryList/GitRepositoryListController.php | +87 | −0 | Go to diff View file |
M | plugins/git/include/Git/URL.class.php | +14 | −0 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +31 | −8 | Go to diff View file |
M | plugins/git/phpunit/GitRoutingTest.php | +17 | −0 | Go to diff View file |
M | plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po | +6 | −0 | Go to diff View file |
M | plugins/git/site-content/tuleap-git.pot | +6 | −0 | Go to diff View file |
A | plugins/git/templates/repositories/repository-list.mustache | +2 | −0 | Go to diff View file |
M | plugins/git/www/scripts/package-lock.json | +5 | −0 | Go to diff View file |
M | plugins/git/www/scripts/package.json | +4 | −2 | Go to diff View file |
A | plugins/git/www/scripts/repositories/po/fr.po | +19 | −0 | Go to diff View file |
A | plugins/git/www/scripts/repositories/po/template.pot | +12 | −0 | Go to diff View file |
A | plugins/git/www/scripts/repositories/src/GitRepositoriesList.vue | +37 | −0 | Go to diff View file |
A | plugins/git/www/scripts/repositories/src/index.js | +43 | −0 | Go to diff View file |
M | plugins/git/www/scripts/webpack.config.js | +35 | −2 | Go to diff View file |