Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: 2871e8113510fe8bff7d7d8f0bee5f2da18b9733
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/2871e8113510fe8bff7d7d8f0bee5f2da18b9733
  Author: Liam Newman <[email protected]>
  Date:   2020-09-22 (Tue, 22 Sep 2020)

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

  Log Message:
  -----------
  Change class name Details to ConnectionId


  Commit: d1afe7228d1c6120d9ecb94feebbb0284c095d5d
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/d1afe7228d1c6120d9ecb94feebbb0284c095d5d
  Author: Liam Newman <[email protected]>
  Date:   2020-09-22 (Tue, 22 Sep 2020)

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

  Log Message:
  -----------
  Refractor connection caching


  Commit: 819cddc54e8411cb6ecfe449e3aeb06d71dd00e3
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/819cddc54e8411cb6ecfe449e3aeb06d71dd00e3
  Author: Liam Newman <[email protected]>
  Date:   2020-09-22 (Tue, 22 Sep 2020)

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

  Log Message:
  -----------
  Clean up cache folders when connections are removed


  Commit: 526d5ccc0ae0cc0f2b4d924de6bb55a517adcb99
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/526d5ccc0ae0cc0f2b4d924de6bb55a517adcb99
  Author: Liam Newman <[email protected]>
  Date:   2020-09-22 (Tue, 22 Sep 2020)

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

  Log Message:
  -----------
  Only cleanup cache folder for GitHubAppCredentials


  Commit: c7ff4b874bc15d6c625174fb6ebee00c6a37e747
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/c7ff4b874bc15d6c625174fb6ebee00c6a37e747
  Author: Liam Newman <[email protected]>
  Date:   2020-09-28 (Mon, 28 Sep 2020)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge branch 'master' into cleanup-cache-folders


  Commit: bf89eb6b814f190eb3dd4f278bcc17367824f604
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/bf89eb6b814f190eb3dd4f278bcc17367824f604
  Author: Liam Newman <[email protected]>
  Date:   2020-10-30 (Fri, 30 Oct 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/GitHubSCMNavigator.java
    M 
src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator/config.jelly
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigatorTraitsTest.java

  Log Message:
  -----------
  Merge branch 'master' into cleanup-cache-folders


  Commit: f17fe9157deecd4ef080610500287d17116dac5d
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/f17fe9157deecd4ef080610500287d17116dac5d
  Author: Liam Newman <[email protected]>
  Date:   2020-12-01 (Tue, 01 Dec 2020)

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

  Log Message:
  -----------
  Apply suggestions from code review

Co-authored-by: Devin Nusbaum <[email protected]>


  Commit: fd6dfba7a1c9c705915273f716254b73d978c13a
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/fd6dfba7a1c9c705915273f716254b73d978c13a
  Author: Liam Newman <[email protected]>
  Date:   2020-12-01 (Tue, 01 Dec 2020)

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

  Log Message:
  -----------
  Review feedback

Handled IOException during cache clean up to allow clean up to continue.


  Commit: bcc5dfc07cade246856788e1318f0f294b382b5e
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/bcc5dfc07cade246856788e1318f0f294b382b5e
  Author: Liam Newman <[email protected]>
  Date:   2020-12-01 (Tue, 01 Dec 2020)

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

  Log Message:
  -----------
  Clean up untracked cache files

Any folders in the caching directory that do not match known connections
should be removed when Jenkins starts up.


  Commit: e84c2f618c8d9afdb96f31aeb605de8c0c83c1c9
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/e84c2f618c8d9afdb96f31aeb605de8c0c83c1c9
  Author: Liam Newman <[email protected]>
  Date:   2020-12-01 (Tue, 01 Dec 2020)

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

  Log Message:
  -----------
  Revert "Clean up untracked cache files"

This reverts commit bcc5dfc07cade246856788e1318f0f294b382b5e.


  Commit: 73866ba7a90363f8dcc699e122a8ca2b5da30d31
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/73866ba7a90363f8dcc699e122a8ca2b5da30d31
  Author: Liam Newman <[email protected]>
  Date:   2020-12-02 (Wed, 02 Dec 2020)

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

  Log Message:
  -----------
  Merge pull request #341 from bitwiseman/cleanup-cache-folders

[JENKINS-63711] Cleanup GitHub App Credential cache folders


Compare: 
https://github.com/jenkinsci/github-branch-source-plugin/compare/d20276148bac...73866ba7a903

-- 
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/d20276-73866b%40github.com.

Reply via email to