stable
Clone or download
Read-only
Merge commit 'refs/changes/07/17207/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #14313: Drop support of Digest authentication for Gerrit servers Change-Id: Ia91b757c271217ab67b1e5a68cad180cad4a40e6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/db/install.sql | +0 | −1 | Go to diff View file |
M | plugins/git/include/Git/AdminGerritBuilder.php | +1 | −2 | Go to diff View file |
M | plugins/git/include/Git/AdminGerritController.class.php | +4 | −14 | Go to diff View file |
M | plugins/git/include/Git/AdminGerritPresenter.class.php | +0 | −9 | Go to diff View file |
M | plugins/git/include/Git/Driver/GerritDriverFactory.php | +1 | −2 | Go to diff View file |
M | plugins/git/include/Git/Driver/GerritREST.class.php | +2 | −7 | Go to diff View file |
M | plugins/git/include/Git/RemoteServer/Dao.class.php | +3 | −6 | Go to diff View file |
M | plugins/git/include/Git/RemoteServer/GerritServer.class.php | +2 | −19 | Go to diff View file |
M | plugins/git/include/Git/RemoteServer/GerritServerFactory.class.php | +2 | −4 | Go to diff View file |
M | plugins/git/include/Git/RemoteServer/GerritServerPresenter.class.php | +0 | −14 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_ADMIN_KEY_DUMP.class.php | +4 | −3 | Go to diff View file |
M | plugins/git/phpunit/Git/AdminGerritControllerTest.php | +0 | −9 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/GerritRESTTest.php | +3 | −3 | Go to diff View file |
M | plugins/git/phpunit/Git/RemoteServer/GerritServerFactoryTest.php | +5 | −11 | Go to diff View file |
M | plugins/git/phpunit/Git/RemoteServer/GerritServerTest.php | +8 | −22 | Go to diff View file |
M | plugins/git/phpunit/SystemEvents/SystemEvent_GIT_GERRIT_ADMIN_KEY_DUMPTest.php | +3 | −4 | Go to diff View file |
M | plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po | +0 | −16 | Go to diff View file |
M | plugins/git/templates/admin-plugin-gerrit-modal-edit.mustache | +0 | −28 | Go to diff View file |
M | plugins/git/templates/admin-plugin-gerrit-server.mustache | +0 | −11 | Go to diff View file |
M | plugins/git/tests/Git/Driver/Gerrit/ProjectCreatorCallToGerritTest.php | +2 | −3 | Go to diff View file |
M | plugins/git/tests/Git/Driver/Gerrit/ProjectCreatorTest.php | +2 | −3 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_DeletePluginTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_addIncludedGroupTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_groupExistsTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_manageGroupsTest.php | +2 | −2 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_manageProjectsTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_manageUserTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_projectExistsTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_removeIncludedGroupTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/builders/aGerritServer.php | +3 | −4 | Go to diff View file |
M | plugins/git/tests/rest/GitDataBuilder.php | +4 | −7 | Go to diff View file |