stable
Clone or download
Read-only
No functionnal change is expected. Part of request #13236: Remove deprecated \Http_Client class Change-Id: I01aa13c136b0fe1784667aee1795abf76a7c2fe9
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/hooks/post-receive.php | +5 | −2 | Go to diff View file |
M | plugins/hudson_git/include/hudson_gitPlugin.class.php | +3 | −1 | Go to diff View file |
M | plugins/hudson_svn/include/hudson_svnPlugin.class.php | +6 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/CIBuild/Transition_PostAction_CIBuildFactory.class.php | +11 | −2 | Go to diff View file |
M | src/common/Jenkins/Client.class.php | +44 | −27 | Go to diff View file |
M | src/common/Jenkins/JenkinsCSRFCrumbRetriever.php | +23 | −17 | Go to diff View file |
M | tests/phpunit/common/Jenkins/JenkinsCSRFCrumbRetrieverTest.php | +49 | −22 | Go to diff View file |
A | tests/phpunit/common/Jenkins/JenkinsClientTest.php | +234 | −0 | Go to diff View file |
D | tests/simpletest/common/Jenkins/ClientTest.php | +0 | −121 | Go to diff View file |