Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: 8753b1621cee3ebf9523c4f8d4b1ba62d5341a32
      
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/8753b1621cee3ebf9523c4f8d4b1ba62d5341a32
  Author: Pavel Roskin <plros...@gmail.com>
  Date:   2019-06-03 (Mon, 03 Jun 2019)

  Changed paths:
    M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/stash/StashApiClient.java

  Log Message:
  -----------
  StashApiClient: Annotate functions as @Nullable if they can return null


  Commit: 680a7b81c302b063ca251f08e4ff69977ded958d
      
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/680a7b81c302b063ca251f08e4ff69977ded958d
  Author: Pavel Roskin <plros...@gmail.com>
  Date:   2019-06-03 (Mon, 03 Jun 2019)

  Changed paths:
    M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/stash/StashApiClient.java

  Log Message:
  -----------
  StashApiClient: Remove useless casts and class prefixes


  Commit: 6e0d3c4f9bb109d62f358ce67bf5a4f1c6003b96
      
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/6e0d3c4f9bb109d62f358ce67bf5a4f1c6003b96
  Author: Pavel Roskin <plros...@gmail.com>
  Date:   2019-06-03 (Mon, 03 Jun 2019)

  Changed paths:
    M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/stash/StashApiClient.java

  Log Message:
  -----------
  StashApiClient: Provide better descriptions for all timeouts


  Commit: fbbbed31a6fc7a6637d6bd879c72d33a6a963fc6
      
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/fbbbed31a6fc7a6637d6bd879c72d33a6a963fc6
  Author: Pavel Roskin <plros...@gmail.com>
  Date:   2019-06-03 (Mon, 03 Jun 2019)

  Changed paths:
    M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/stash/StashApiClient.java

  Log Message:
  -----------
  StashApiClient: Rename all variables for HTTP requests to "request"

That is easier to understand, as every function deals with just one
request. "httppost" was incorrectly used for DELETE requests.

Expand "res" to "response" for DELETE method.

Write HTTP in uppercase in comments.


  Commit: 943e4ff9c0b228a8100d20bcdc9c501b9a8f5355
      
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/943e4ff9c0b228a8100d20bcdc9c501b9a8f5355
  Author: Pavel Roskin <plros...@gmail.com>
  Date:   2019-06-03 (Mon, 03 Jun 2019)

  Changed paths:
    M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/stash/StashApiClient.java

  Log Message:
  -----------
  StashApiClient: Remove all special treatment for UnsupportedEncodingException

postRequest() doesn't throw UnsupportedEncodingException, adjust the
callers.

UnsupportedEncodingException is derived from IOException, treat it as the
later. No need to print stack trace.

Don't catch IOException in the code that cannot throw it.


Compare: 
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/compare/2961b06f6f58...943e4ff9c0b2

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/stash-pullrequest-builder-plugin/push/refs/heads/master/2961b0-943e4f%40github.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to