Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 33f9efd1de37c8f8f478d2a662e6ba72fe91f62c
      
https://github.com/jenkinsci/git-plugin/commit/33f9efd1de37c8f8f478d2a662e6ba72fe91f62c
  Author: Rishabh Budhouliya <[email protected]>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
    M src/main/java/jenkins/plugins/git/GitToolChooser.java
    M src/test/java/jenkins/plugins/git/GitToolChooserTest.java

  Log Message:
  -----------
  Recognize all existing caches

Extend the cache lookup process to better use the cached copies.
- An in-memory cache that uses a canonical repository URL as its key
and stores the repo size
- A lookup method which takes the repository URL, converts it into
the canonical form and then finds it in the internal cache
- A cache assignment method which takes the repository URL, converts it to 
normalized
repository URL format, then stores the size of the repository if
the size is larger than the size (optionally) stored in that cache entry already
- Look at the internal cache before looking for stored cache in Jenkins.


  Commit: 387f4fa3f825d2b88352449c84de446f9d1171fb
      
https://github.com/jenkinsci/git-plugin/commit/387f4fa3f825d2b88352449c84de446f9d1171fb
  Author: Rishabh Budhouliya <[email protected]>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
    M src/test/java/jenkins/plugins/git/GitToolChooserTest.java

  Log Message:
  -----------
  Add a test to check conversion of alternate URls to normalized URL


  Commit: 270b6e74c782e83f3ea36008b30dfd3c857352dd
      
https://github.com/jenkinsci/git-plugin/commit/270b6e74c782e83f3ea36008b30dfd3c857352dd
  Author: Rishabh Budhouliya <[email protected]>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
    M src/main/java/jenkins/plugins/git/GitToolChooser.java

  Log Message:
  -----------
  Change logging level + some minor optimisations

- Since we have included some logs to aid interactive testing, the
logging level should be kept to FINE
- Order patterns to be matched on the basis of their frequency of usage


  Commit: ff4296b1ab262605ff4c8fc89bba277fdd5d9eaa
      
https://github.com/jenkinsci/git-plugin/commit/ff4296b1ab262605ff4c8fc89bba277fdd5d9eaa
  Author: Mark Waite <[email protected]>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
    M src/main/java/jenkins/plugins/git/GitToolChooser.java
    M src/test/java/jenkins/plugins/git/GitToolChooserTest.java

  Log Message:
  -----------
  Merge pull request #958 from rishabhBudhouliya/JENKINS-63539

[JENKINS-63539] Expand repo cache lookup for better size estimates


Compare: 
https://github.com/jenkinsci/git-plugin/compare/a306da61c599...ff4296b1ab26

-- 
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/git-plugin/push/refs/heads/master/a306da-ff4296%40github.com.

Reply via email to