stable
Clone or download
Read-only
This change is part of story #12326 Change-Id: Ife6a5643f19c1f1321fa760df5ecd40aa1d7731c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/bin/gl-rename-project.php | +12 | −2 | Go to diff View file |
M | plugins/git/db/install.sql | +4 | −0 | Go to diff View file |
A | plugins/git/db/mysql/updates/2018/201812241457_add_table_big_object_authorized_project.php | +42 | −0 | Go to diff View file |
M | plugins/git/db/uninstall.sql | +1 | −0 | Go to diff View file |
M | plugins/git/include/Git/AdminGitoliteConfig.php | +86 | −11 | Go to diff View file |
M | plugins/git/include/Git/AdminGitoliteConfigPresenter.php | +84 | −6 | Go to diff View file |
M | plugins/git/include/Git/AdminRouter.class.php | +33 | −16 | Go to diff View file |
A | plugins/git/include/Git/BigObjectAuthorization/BigObjectAuthorizationDao.php | +69 | −0 | Go to diff View file |
A | plugins/git/include/Git/BigObjectAuthorization/BigObjectAuthorizationManager.php | +69 | −0 | Go to diff View file |
M | plugins/git/include/Git/Gitolite/ProjectSerializer.class.php | +41 | −8 | Go to diff View file |
M | plugins/git/include/Git_GitoliteDriver.class.php | +5 | −2 | Go to diff View file |
M | plugins/git/include/REST/v1/RepositoryResource.class.php | +13 | −1 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +13 | −2 | Go to diff View file |
M | plugins/git/phpunit/Git/Gitolite/ProjectSerializerTest.php | +57 | −1 | Go to diff View file |
A | plugins/git/phpunit/Git/Gitolite/_fixtures/perms/bigobject.conf | +7 | −0 | Go to diff View file |
M | plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po | +43 | −0 | Go to diff View file |
M | plugins/git/site-content/tuleap-git.pot | +43 | −0 | Go to diff View file |
M | plugins/git/templates/admin-plugin-gitolite-config.mustache | +80 | −1 | Go to diff View file |
M | plugins/git/tests/GitXmlImporterTest.php | +2 | −1 | Go to diff View file |
M | plugins/git/tests/Git_GitoliteDriverTest.php | +6 | −3 | Go to diff View file |
M | plugins/git/tests/Git_GitoliteTestCase.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/www/scripts/admin-gitolite.js | +75 | −3 | Go to diff View file |
M | plugins/git/www/scripts/karma.conf.js | +1 | −1 | Go to diff View file |
M | plugins/git/www/scripts/webpack.config.js | +20 | −1 | Go to diff View file |