Branch: refs/heads/master
Home: https://github.com/jenkinsci/http-request-plugin
Commit: 73076261d78ffd2e8492594aed775475d030b61a
https://github.com/jenkinsci/http-request-plugin/commit/73076261d78ffd2e8492594aed775475d030b61a
Author: René Scheibe <[email protected]>
Date: 2019-10-03 (Thu, 03 Oct 2019)
Changed paths:
M pom.xml
Log Message:
-----------
Use jenkins.io domain for WIKI
Commit: 705574725f7684212af86caefa4ee368dff9399c
https://github.com/jenkinsci/http-request-plugin/commit/705574725f7684212af86caefa4ee368dff9399c
Author: René Scheibe <[email protected]>
Date: 2019-10-03 (Thu, 03 Oct 2019)
Changed paths:
M pom.xml
Log Message:
-----------
Use more common MIT license URL
Commit: 851b3aa420dbcd75fe84f1e3ec9c9dca8137a5ce
https://github.com/jenkinsci/http-request-plugin/commit/851b3aa420dbcd75fe84f1e3ec9c9dca8137a5ce
Author: René Scheibe <[email protected]>
Date: 2019-10-03 (Thu, 03 Oct 2019)
Changed paths:
M pom.xml
Log Message:
-----------
Don't wrap XML elements
Commit: 1d82487b31b3f2dcf45d535002c96a4fcb31b24a
https://github.com/jenkinsci/http-request-plugin/commit/1d82487b31b3f2dcf45d535002c96a4fcb31b24a
Author: René Scheibe <[email protected]>
Date: 2019-10-03 (Thu, 03 Oct 2019)
Changed paths:
M README.md
M src/test/java/jenkins/plugins/http_request/HttpRequestStepTest.java
M src/test/java/jenkins/plugins/http_request/HttpRequestTest.java
Log Message:
-----------
Fix typos
Commit: cd221d6123bffac5b123542826024d370baaffe3
https://github.com/jenkinsci/http-request-plugin/commit/cd221d6123bffac5b123542826024d370baaffe3
Author: René Scheibe <[email protected]>
Date: 2019-10-03 (Thu, 03 Oct 2019)
Changed paths:
M src/main/java/jenkins/plugins/http_request/HttpRequestExecution.java
Log Message:
-----------
Remove unused imports
Commit: e938b85e1d0cc537eacedbec95db44bea8a34a4f
https://github.com/jenkinsci/http-request-plugin/commit/e938b85e1d0cc537eacedbec95db44bea8a34a4f
Author: René Scheibe <[email protected]>
Date: 2019-10-03 (Thu, 03 Oct 2019)
Changed paths:
M src/main/java/jenkins/plugins/http_request/util/HttpClientUtil.java
Log Message:
-----------
Simplify converting parameters to string
- use try-with-resources instead of manual stream closing
- use IOUtils to do the copying and buffering
Commit: 112de1ed976073edf00d9309fad4939f112b8836
https://github.com/jenkinsci/http-request-plugin/commit/112de1ed976073edf00d9309fad4939f112b8836
Author: René Scheibe <[email protected]>
Date: 2019-10-03 (Thu, 03 Oct 2019)
Changed paths:
M src/main/java/jenkins/plugins/http_request/HttpRequest.java
M src/main/java/jenkins/plugins/http_request/HttpRequestStep.java
Log Message:
-----------
Infer types to reduce type duplication
Commit: 13cbfe17c12458f9ff0fe38a3d843806eeffef92
https://github.com/jenkinsci/http-request-plugin/commit/13cbfe17c12458f9ff0fe38a3d843806eeffef92
Author: René Scheibe <[email protected]>
Date: 2019-10-03 (Thu, 03 Oct 2019)
Changed paths:
M src/main/java/jenkins/plugins/http_request/HttpRequest.java
M src/main/java/jenkins/plugins/http_request/HttpRequestGlobalConfig.java
M src/test/java/jenkins/plugins/http_request/HttpRequestRoundTripTest.java
M
src/test/java/jenkins/plugins/http_request/HttpRequestStepRoundTripTest.java
M src/test/java/jenkins/plugins/http_request/HttpRequestStepTest.java
M src/test/java/jenkins/plugins/http_request/HttpRequestTest.java
Log Message:
-----------
Use diamond operator to reduce type duplication
Commit: 68bd195a75287e85c8c2dbfacbc8505976993f87
https://github.com/jenkinsci/http-request-plugin/commit/68bd195a75287e85c8c2dbfacbc8505976993f87
Author: René Scheibe <[email protected]>
Date: 2019-10-03 (Thu, 03 Oct 2019)
Changed paths:
M README.md
M src/main/java/jenkins/plugins/http_request/HttpRequest.java
M src/main/java/jenkins/plugins/http_request/HttpRequestExecution.java
M src/main/java/jenkins/plugins/http_request/HttpRequestStep.java
M src/main/java/jenkins/plugins/http_request/util/HttpClientUtil.java
M src/main/resources/jenkins/plugins/http_request/HttpRequest/config.jelly
M
src/main/resources/jenkins/plugins/http_request/HttpRequestStep/config.jelly
M src/main/webapp/help-contentType.html
M src/test/java/jenkins/plugins/http_request/Registers.java
Log Message:
-----------
Use constants from Apache HTTP client instead of strings for headers
Also update occurences of the existing value to be consistent.
Commit: 3695f7acfe533db23562fbb2ceccbb5d60d7ecf3
https://github.com/jenkinsci/http-request-plugin/commit/3695f7acfe533db23562fbb2ceccbb5d60d7ecf3
Author: René Scheibe <[email protected]>
Date: 2019-10-03 (Thu, 03 Oct 2019)
Changed paths:
M src/main/java/jenkins/plugins/http_request/ResponseContentSupplier.java
M src/main/java/jenkins/plugins/http_request/util/HttpBodyDelete.java
Log Message:
-----------
Format Javadoc properly
Commit: 0309208336c025ba58008cb79109e977c3ba74cd
https://github.com/jenkinsci/http-request-plugin/commit/0309208336c025ba58008cb79109e977c3ba74cd
Author: René Scheibe <[email protected]>
Date: 2019-10-03 (Thu, 03 Oct 2019)
Changed paths:
M src/main/webapp/help-acceptType.html
M src/main/webapp/help-consoleLogResponseBody.html
M src/main/webapp/help-contentType.html
M src/main/webapp/help-httpMode.html
M src/main/webapp/help-httpProxy.html
M src/main/webapp/help-ignoreSslErrors.html
M src/main/webapp/help-keyName.html
M src/main/webapp/help-quiet.html
M src/main/webapp/help-responseHandle.html
M src/main/webapp/help-timeout.html
M src/main/webapp/help-validResponseCodes.html
M src/main/webapp/use-system-properties.html
Log Message:
-----------
Improve help texts
Commit: 5d50084d20290f5dbf0aac140f7fef6f3fdbc067
https://github.com/jenkinsci/http-request-plugin/commit/5d50084d20290f5dbf0aac140f7fef6f3fdbc067
Author: Janario Oliveira <[email protected]>
Date: 2019-12-01 (Sun, 01 Dec 2019)
Changed paths:
M .idea/encodings.xml
M README.md
M pom.xml
M src/main/java/jenkins/plugins/http_request/HttpRequest.java
M src/main/java/jenkins/plugins/http_request/HttpRequestExecution.java
M src/main/java/jenkins/plugins/http_request/HttpRequestGlobalConfig.java
M src/main/java/jenkins/plugins/http_request/HttpRequestStep.java
M src/main/java/jenkins/plugins/http_request/ResponseContentSupplier.java
M src/main/java/jenkins/plugins/http_request/util/HttpBodyDelete.java
M src/main/java/jenkins/plugins/http_request/util/HttpClientUtil.java
M src/main/resources/jenkins/plugins/http_request/HttpRequest/config.jelly
M
src/main/resources/jenkins/plugins/http_request/HttpRequestStep/config.jelly
M src/main/webapp/help-acceptType.html
M src/main/webapp/help-consoleLogResponseBody.html
M src/main/webapp/help-contentType.html
M src/main/webapp/help-httpMode.html
M src/main/webapp/help-httpProxy.html
M src/main/webapp/help-ignoreSslErrors.html
M src/main/webapp/help-keyName.html
M src/main/webapp/help-quiet.html
M src/main/webapp/help-responseHandle.html
M src/main/webapp/help-timeout.html
M src/main/webapp/help-validResponseCodes.html
M src/main/webapp/use-system-properties.html
M src/test/java/jenkins/plugins/http_request/HttpRequestRoundTripTest.java
M
src/test/java/jenkins/plugins/http_request/HttpRequestStepRoundTripTest.java
M src/test/java/jenkins/plugins/http_request/HttpRequestStepTest.java
M src/test/java/jenkins/plugins/http_request/HttpRequestTest.java
M src/test/java/jenkins/plugins/http_request/Registers.java
Log Message:
-----------
Merge branch 'improvements' of git://github.com/darxriggs/http-request-plugin
into darxriggs-improvements
# Conflicts:
# src/main/java/jenkins/plugins/http_request/HttpRequestExecution.java
Commit: 0b63c582ed6f114bed8932de8903de16d970320f
https://github.com/jenkinsci/http-request-plugin/commit/0b63c582ed6f114bed8932de8903de16d970320f
Author: Janario Oliveira <[email protected]>
Date: 2019-12-01 (Sun, 01 Dec 2019)
Changed paths:
M .idea/encodings.xml
M README.md
M pom.xml
M src/main/java/jenkins/plugins/http_request/HttpRequest.java
M src/main/java/jenkins/plugins/http_request/HttpRequestExecution.java
M src/main/java/jenkins/plugins/http_request/HttpRequestGlobalConfig.java
M src/main/java/jenkins/plugins/http_request/HttpRequestStep.java
M src/main/java/jenkins/plugins/http_request/ResponseContentSupplier.java
M src/main/java/jenkins/plugins/http_request/util/HttpBodyDelete.java
M src/main/java/jenkins/plugins/http_request/util/HttpClientUtil.java
M src/main/resources/jenkins/plugins/http_request/HttpRequest/config.jelly
M
src/main/resources/jenkins/plugins/http_request/HttpRequestStep/config.jelly
M src/main/webapp/help-acceptType.html
M src/main/webapp/help-consoleLogResponseBody.html
M src/main/webapp/help-contentType.html
M src/main/webapp/help-httpMode.html
M src/main/webapp/help-httpProxy.html
M src/main/webapp/help-ignoreSslErrors.html
M src/main/webapp/help-keyName.html
M src/main/webapp/help-quiet.html
M src/main/webapp/help-responseHandle.html
M src/main/webapp/help-timeout.html
M src/main/webapp/help-validResponseCodes.html
M src/main/webapp/use-system-properties.html
M src/test/java/jenkins/plugins/http_request/HttpRequestRoundTripTest.java
M
src/test/java/jenkins/plugins/http_request/HttpRequestStepRoundTripTest.java
M src/test/java/jenkins/plugins/http_request/HttpRequestStepTest.java
M src/test/java/jenkins/plugins/http_request/HttpRequestTest.java
M src/test/java/jenkins/plugins/http_request/Registers.java
Log Message:
-----------
Merge branch 'darxriggs-improvements'
Compare:
https://github.com/jenkinsci/http-request-plugin/compare/d3529454e5e4...0b63c582ed6f
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/http-request-plugin/push/refs/heads/master/d35294-0b63c5%40github.com.