Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: afaecc1ab3580ef8143e976c1f5bc147ca0b0bb8
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/afaecc1ab3580ef8143e976c1f5bc147ca0b0bb8
  Author: Liam Newman <[email protected]>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

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

  Log Message:
  -----------
  [JENKINS-65262] Remove possibility of long lock during connection lookup


  Commit: 4ff707842fd66fe08d106ef610808d40b2b143ec
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/4ff707842fd66fe08d106ef610808d40b2b143ec
  Author: Liam Newman <[email protected]>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

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

  Log Message:
  -----------
  Update Connector.java


  Commit: c267fb2d6c04e14a3b8fa95995cbccd7850ea285
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/c267fb2d6c04e14a3b8fa95995cbccd7850ea285
  Author: Tim Jacomb <[email protected]>
  Date:   2021-03-31 (Wed, 31 Mar 2021)

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

  Log Message:
  -----------
  JENKINS-65262 Only lock when writing in #connect


  Commit: 07ab10d0a936244dd13d0e48fac629a0bca9101b
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/07ab10d0a936244dd13d0e48fac629a0bca9101b
  Author: Liam Newman <[email protected]>
  Date:   2021-04-01 (Thu, 01 Apr 2021)

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

  Log Message:
  -----------
  Progress on deadlock fixing


  Commit: 84c7236615f6d93cdd429429ea6c05fafbc1f8aa
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/84c7236615f6d93cdd429429ea6c05fafbc1f8aa
  Author: Liam Newman <[email protected]>
  Date:   2021-04-01 (Thu, 01 Apr 2021)

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

  Log Message:
  -----------
  Usage count should be zero for new GitHubConnection instances


  Commit: 85594d4c4ae7911e614055ae6ecb15b2e62700ab
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/85594d4c4ae7911e614055ae6ecb15b2e62700ab
  Author: Tim Jacomb <[email protected]>
  Date:   2021-04-01 (Thu, 01 Apr 2021)

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

  Log Message:
  -----------
  Lockless reverse lookup


  Commit: 6af834400bd26eacab8513203983c9bd8646dd0d
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/6af834400bd26eacab8513203983c9bd8646dd0d
  Author: Tim Jacomb <[email protected]>
  Date:   2021-04-01 (Thu, 01 Apr 2021)

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

  Log Message:
  -----------
  More unneeded locks


  Commit: 0e71e561852387d1c7c394e13afa47ac27fabdd3
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/0e71e561852387d1c7c394e13afa47ac27fabdd3
  Author: Tim Jacomb <[email protected]>
  Date:   2021-04-01 (Thu, 01 Apr 2021)

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

  Log Message:
  -----------
  Fix format


  Commit: 8d18724e1b00c0e9e780f381cc7191d9e8367cd3
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/8d18724e1b00c0e9e780f381cc7191d9e8367cd3
  Author: Tim Jacomb <[email protected]>
  Date:   2021-04-01 (Thu, 01 Apr 2021)

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

  Log Message:
  -----------
  Revert "Fix format"

This reverts commit 0e71e561852387d1c7c394e13afa47ac27fabdd3.


  Commit: 7f3130fff86b27f2914601be83e641e4a0a2badf
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/7f3130fff86b27f2914601be83e641e4a0a2badf
  Author: Tim Jacomb <[email protected]>
  Date:   2021-04-01 (Thu, 01 Apr 2021)

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

  Log Message:
  -----------
  Revert "More unneeded locks"

This reverts commit 6af834400bd26eacab8513203983c9bd8646dd0d.


  Commit: 242b68d87e7bea74dc037ea7afb64157977c3f48
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/242b68d87e7bea74dc037ea7afb64157977c3f48
  Author: Tim Jacomb <[email protected]>
  Date:   2021-04-01 (Thu, 01 Apr 2021)

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

  Log Message:
  -----------
  Less revert


  Commit: 78e3b9c265cb6b3e56a9cf312190c49c678dfe86
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/78e3b9c265cb6b3e56a9cf312190c49c678dfe86
  Author: Tim Jacomb <[email protected]>
  Date:   2021-04-01 (Thu, 01 Apr 2021)

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

  Log Message:
  -----------
  Synchronised so no need for atomic


  Commit: 23827b4bd3727d2281a5065fd3a4114b016ec3d6
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/23827b4bd3727d2281a5065fd3a4114b016ec3d6
  Author: Tim Jacomb <[email protected]>
  Date:   2021-04-01 (Thu, 01 Apr 2021)

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

  Log Message:
  -----------
  Use connections as canonical map


  Commit: 0b3a11060b7244f86572236ef6411bc0b3d2ad2e
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/0b3a11060b7244f86572236ef6411bc0b3d2ad2e
  Author: Liam Newman <[email protected]>
  Date:   2021-04-01 (Thu, 01 Apr 2021)

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

  Log Message:
  -----------
  Make reverse lookup keep connectionId

This makes it so we don't accidentally hold onto a GitHubConnnection.


  Commit: 908fa1c1120d6d1fbb24be07a96104aa7edfa677
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/908fa1c1120d6d1fbb24be07a96104aa7edfa677
  Author: Liam Newman <[email protected]>
  Date:   2021-04-02 (Fri, 02 Apr 2021)

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

  Log Message:
  -----------
  Use compute() to guarantee atomic updates


  Commit: 95f9d4c176bbe9b2918f637c018664c71cd02c49
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/95f9d4c176bbe9b2918f637c018664c71cd02c49
  Author: Liam Newman <[email protected]>
  Date:   2021-04-05 (Mon, 05 Apr 2021)

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

  Log Message:
  -----------
  Do not rate limit verifyConnection()


  Commit: 2a36b42d229d410f71b02fa80b4682efafc075d8
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/2a36b42d229d410f71b02fa80b4682efafc075d8
  Author: Tim Jacomb <[email protected]>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
    M pom.xml

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


  Commit: fe282cc43d99c3e6e6f1881f4115fe95e95531c1
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/fe282cc43d99c3e6e6f1881f4115fe95e95531c1
  Author: Liam Newman <[email protected]>
  Date:   2021-04-07 (Wed, 07 Apr 2021)

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

  Log Message:
  -----------
  Merge pull request #406 from timja/issue/JENKINS-65262

[JENKINS-65262] Remove possibility of long lock during connection lookup


Compare: 
https://github.com/jenkinsci/github-branch-source-plugin/compare/008ffbd15ad7...fe282cc43d99

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

Reply via email to