Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 6ff64189ba715161f9581bda2a998ac9736d31f8
      
https://github.com/jenkinsci/git-client-plugin/commit/6ff64189ba715161f9581bda2a998ac9736d31f8
  Author: Ayan Goel <[email protected]>
  Date:   2021-02-20 (Sat, 20 Feb 2021)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITest.java

  Log Message:
  -----------
  Migrated test_empty_comment from GitAPITestCase to testEmptyComment in 
GitAPITest


  Commit: 0686940a6b1cf140aec518bbb31efb15425065ca
      
https://github.com/jenkinsci/git-client-plugin/commit/0686940a6b1cf140aec518bbb31efb15425065ca
  Author: Ayan Goel <[email protected]>
  Date:   2021-02-20 (Sat, 20 Feb 2021)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Removed test_empty_comment from GitAPITestCase


  Commit: 45b6195946ee2f8b67b6ff1429f5c20e5a4fcc94
      
https://github.com/jenkinsci/git-client-plugin/commit/45b6195946ee2f8b67b6ff1429f5c20e5a4fcc94
  Author: Ayan Goel <[email protected]>
  Date:   2021-02-20 (Sat, 20 Feb 2021)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITest.java
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Migrated test_create_branch from GitAPITestCase to testCreateBranch in 
GitAPITest


  Commit: a53d34ec1200b1e3792c00132479ae3d8cc4960d
      
https://github.com/jenkinsci/git-client-plugin/commit/a53d34ec1200b1e3792c00132479ae3d8cc4960d
  Author: Ayan Goel <[email protected]>
  Date:   2021-02-20 (Sat, 20 Feb 2021)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITest.java
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Migrated test_delete_branch from GitAPITestCase to testDeleteBranch in 
GitAPITest


  Commit: f2c5a5981f1e57007996ae531c279f8fcb9451f4
      
https://github.com/jenkinsci/git-client-plugin/commit/f2c5a5981f1e57007996ae531c279f8fcb9451f4
  Author: Ayan Goel <[email protected]>
  Date:   2021-02-20 (Sat, 20 Feb 2021)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITest.java
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Migrated test_delete_tag from GitAPITestCase to testDeleteTag in GitAPITest


  Commit: 7921deb5c5b98dd69ef635e9965a16a19fe08e63
      
https://github.com/jenkinsci/git-client-plugin/commit/7921deb5c5b98dd69ef635e9965a16a19fe08e63
  Author: Ayan Goel <[email protected]>
  Date:   2021-02-20 (Sat, 20 Feb 2021)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITest.java
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Migrated test_list_tags_without_filter from GitAPITestCase to 
testListTagWithoutFilter in GitAPITest


  Commit: ef52234b26abfd226876705263f60331cb21de8b
      
https://github.com/jenkinsci/git-client-plugin/commit/ef52234b26abfd226876705263f60331cb21de8b
  Author: Ayan Goel <[email protected]>
  Date:   2021-02-20 (Sat, 20 Feb 2021)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITest.java
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Migrated test_list_tags_with_filter from GitAPITestCase to 
testListTagWithFilter in GitAPITest


  Commit: 8070466dce0bc3fd02bbd7a339e1f2b4150c7285
      
https://github.com/jenkinsci/git-client-plugin/commit/8070466dce0bc3fd02bbd7a339e1f2b4150c7285
  Author: Ayan Goel <[email protected]>
  Date:   2021-02-21 (Sun, 21 Feb 2021)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/gitclient/JGitAPIImpl.java
    M src/test/java/hudson/plugins/git/GitLockFailedExceptionTest.java
    M src/test/java/jmh/benchmark/BenchmarkRunner.java
    M src/test/java/jmh/benchmark/GitClientFetchBenchmark.java
    M src/test/java/jmh/benchmark/GitClientInitBenchmark.java
    M 
src/test/java/org/jenkinsci/plugins/gitclient/CliGitAPIWindowsFilePermissionsTest.java
    M src/test/java/org/jenkinsci/plugins/gitclient/GitClientFetchTest.java
    M src/test/java/org/jenkinsci/plugins/gitclient/GitClientSecurityTest.java
    M src/test/java/org/jenkinsci/plugins/gitclient/GitTest.java
    M src/test/java/org/jenkinsci/plugins/gitclient/JGitLightweightTagTest.java
    M 
src/test/java/org/jenkinsci/plugins/gitclient/LegacyCompatibleGitAPIImplTest.java
    M src/test/java/org/jenkinsci/plugins/gitclient/MergeCommandTest.java
    M src/test/java/org/jenkinsci/plugins/gitclient/RemoteGitImplTest.java
    M src/test/java/org/jenkinsci/plugins/gitclient/RemotingTest.java
    M 
src/test/java/org/jenkinsci/plugins/gitclient/SubmodulePatternStringTest.java
    M 
src/test/java/org/jenkinsci/plugins/gitclient/trilead/CredentialsProviderImplTest.java
    M 
src/test/java/org/jenkinsci/plugins/gitclient/trilead/SmartCredentialsProviderTest.java

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master' into git-api-test


  Commit: c5f7d7d5dd202af2baa013a2f179b6d2e526b46b
      
https://github.com/jenkinsci/git-client-plugin/commit/c5f7d7d5dd202af2baa013a2f179b6d2e526b46b
  Author: Mark Waite <[email protected]>
  Date:   2021-02-20 (Sat, 20 Feb 2021)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITest.java
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Merge pull request #668 from GAyan17/git-api-test

Migrated Tests from GitAPITestCase to GitAPITest


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/033ee833f69b...c5f7d7d5dd20

-- 
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-client-plugin/push/refs/heads/master/033ee8-c5f7d7%40github.com.

Reply via email to