stable
Clone or download
Read-only
request #14313: Drop support of Digest authentication for Gerrit servers
Digest authentication is not supported since Gerrit 2.14 [0]. Tuleap will stop supporting Gerrit servers older than 2.16 in January 2020, it is time to remove the support of the Digets authentication. Gerrit servers that were still using the Digest authentication are switched to Basic authentication. [0] https://www.gerritcodereview.com/2.14.html#http-digest-authentication-removed Change-Id: Ia97e0bf6b3b4e2590dd8c1a803626336ccbcb5b8
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 |