stable
Clone or download
Read-only
Merge commit 'refs/changes/83/12583/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #12242: Remember view preference in git service homepage Change-Id: I5e24d34802cfc9fd7241feae8250b5727bd29680
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git/RepositoryList/GitRepositoryListPresenter.php | +10 | −2 | Go to diff View file |
M | plugins/git/include/Git/RepositoryList/ListPresenterBuilder.php | +1 | −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/src/api/rest-querier.js | +27 | −2 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/components/ActionBar/DisplayModeSwitcher.vue | +2 | −2 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/components/App.vue | +4 | −0 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/index.js | +14 | −3 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/repository-list-presenter.js | +15 | −2 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/store/actions.js | +28 | −3 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/store/actions.spec.js | +90 | −7 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/store/mutations.js | +10 | −5 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/store/mutations.spec.js | +24 | −1 | Go to diff View file |
M | src/common/user/REST/v1/UserResource.php | +33 | −1 | Go to diff View file |
M | src/common/user/User.class.php | +1 | −1 | Go to diff View file |
A | src/www/themes/common/tlp/doc/resources/fetch/del/doc.html | +12 | −0 | Go to diff View file |
A | src/www/themes/common/tlp/doc/resources/fetch/del/example.html | +8 | −0 | Go to diff View file |
A | src/www/themes/common/tlp/doc/resources/fetch/del/manifest.json | +4 | −0 | Go to diff View file |
M | src/www/themes/common/tlp/doc/resources/fetch/manifest.json | +1 | −0 | Go to diff View file |
M | src/www/themes/common/tlp/src/js/fetch-wrapper.js | +8 | −1 | Go to diff View file |
M | tests/rest/tests/UsersTest.php | +97 | −40 | Go to diff View file |