stable
Clone or download
Read-only
request #14365: Tuleap request to delete a project on Gerrit always end with a 404
We always get a 404 when calling DELETE /projects/{project_name} while POST /projects/{project_name}/delete-project~delete works fine [0]. I'm guessing this only happen on recent version of the plugin but since the Gerrit web UI uses the POST endpoint switching to it guarantee us less trouble in the future. [0] https://gerrit.valid.enalean.com/plugins/delete-project/Documentation/rest-api-projects.md Change-Id: I115546239a34b8f1f670b43467e362d8ad432a83
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git/Driver/GerritREST.class.php | +4 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/GerritRESTTest.php | +2 | −2 | Go to diff View file |