Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: 715072e8d4ef631d40b38e0b7cb325f78160ce00
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/715072e8d4ef631d40b38e0b7cb325f78160ce00
  Author: Liam Newman <bitwise...@gmail.com>
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
    M pom.xml
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMProbe.java
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMProbeTest.java

  Log Message:
  -----------
  Remove local workaround for JENKINS-54126, use github-api fix


  Commit: 285810fb4d4d6a91227f7587c4f8ab65090cdf77
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/285810fb4d4d6a91227f7587c4f8ab65090cdf77
  Author: Liam Newman <bitwise...@gmail.com>
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
    M Jenkinsfile
    M pom.xml
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/ApiRateLimitCheckerTest.java
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMFileSystemTest.java

  Log Message:
  -----------
  Merge branch 'master' into issue/JENKINS-54126


  Commit: 49f8d688094aaf805be14f4d67cb4b6536365c67
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/49f8d688094aaf805be14f4d67cb4b6536365c67
  Author: Liam Newman <bitwise...@gmail.com>
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/github_branch_source/Connector.java
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMProbeTest.java

  Log Message:
  -----------
  More clean up and test stabilization


  Commit: 6abecb350f192ed46d40c00e4950cbbc8b3765b8
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/6abecb350f192ed46d40c00e4950cbbc8b3765b8
  Author: Liam Newman <bitwise...@gmail.com>
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
    M pom.xml
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMProbeTest.java

  Log Message:
  -----------
  Bump WireMock to v2.25.1


  Commit: 3fd024077c8b84858186d7a9e98573f335b64065
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/3fd024077c8b84858186d7a9e98573f335b64065
  Author: Liam Newman <bitwise...@gmail.com>
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMProbeTest.java

  Log Message:
  -----------
  Remove absent() from matching

Absent() is a litte buggy in request matching apparently. Not needed and we 
verify it after.


  Commit: 3a16eeebb999c645d3776a283dc5f568b82f9ca6
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/3a16eeebb999c645d3776a283dc5f568b82f9ca6
  Author: Liam Newman <bitwise...@gmail.com>
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMProbeTest.java
    A src/test/resources/cache_failure/__files/body-cloudbeers-yolo-PucD6.json
    A src/test/resources/cache_failure/__files/body-yolo-contents-8rd37.json
    A 
src/test/resources/cache_failure/mappings/mapping-cloudbeers-yolo-PucD6.json
    A 
src/test/resources/cache_failure/mappings/mapping-yolo-contents-8rd37-9-1.json
    A 
src/test/resources/cache_failure/mappings/mapping-yolo-contents-8rd37-9-3.json
    A 
src/test/resources/cache_failure/mappings/mapping-yolo-contents-8rd37-9-4.json
    A src/test/resources/cache_failure/mappings/mapping-yolo-contents-8rd37.json

  Log Message:
  -----------
  Move most of stubs to files

I kept having problems getting stubs to work on windows.


  Commit: 15dc603d6085b131e643aef38863c8de8af7810c
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/15dc603d6085b131e643aef38863c8de8af7810c
  Author: Liam Newman <bitwise...@gmail.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
    M Jenkinsfile
    M pom.xml

  Log Message:
  -----------
  Merge remote-tracking branch 'jenkinsci/master' into issue/JENKINS-54126


  Commit: bb54ab8384f9409814b2592ebf60215e1145b2c5
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/bb54ab8384f9409814b2592ebf60215e1145b2c5
  Author: Liam Newman <bitwise...@gmail.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMProbeTest.java
    M 
src/test/resources/cache_failure/mappings/mapping-yolo-contents-8rd37-9-1.json
    M 
src/test/resources/cache_failure/mappings/mapping-yolo-contents-8rd37-9-3.json
    M 
src/test/resources/cache_failure/mappings/mapping-yolo-contents-8rd37-9-4.json
    A 
src/test/resources/cache_failure/mappings/mapping-yolo-contents-8rd37-9-5.json

  Log Message:
  -----------
  Fix test on windows where cache is turned off


  Commit: 3059575bf1cc95386b2696d42c222e24153b69af
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/3059575bf1cc95386b2696d42c222e24153b69af
  Author: Liam Newman <bitwise...@gmail.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/github_branch_source/Connector.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMProbe.java
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMProbeTest.java
    A src/test/resources/cache_failure/__files/body-cloudbeers-yolo-PucD6.json
    A src/test/resources/cache_failure/__files/body-yolo-contents-8rd37.json
    A 
src/test/resources/cache_failure/mappings/mapping-cloudbeers-yolo-PucD6.json
    A 
src/test/resources/cache_failure/mappings/mapping-yolo-contents-8rd37-9-1.json
    A 
src/test/resources/cache_failure/mappings/mapping-yolo-contents-8rd37-9-3.json
    A 
src/test/resources/cache_failure/mappings/mapping-yolo-contents-8rd37-9-4.json
    A 
src/test/resources/cache_failure/mappings/mapping-yolo-contents-8rd37-9-5.json
    A src/test/resources/cache_failure/mappings/mapping-yolo-contents-8rd37.json

  Log Message:
  -----------
  Merge pull request #271 from bitwiseman/issue/JENKINS-54126

Remove local workaround for JENKINS-54126, use github-api fix


Compare: 
https://github.com/jenkinsci/github-branch-source-plugin/compare/94179936a390...3059575bf1cc

-- 
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/github-branch-source-plugin/push/refs/heads/master/941799-305957%40github.com.

Reply via email to