Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 9bcf167bd76ac7928d3aa086693cb4446c7ae2e2
      
https://github.com/jenkinsci/git-client-plugin/commit/9bcf167bd76ac7928d3aa086693cb4446c7ae2e2
  Author: Rishabh Budhouliya <rishabhbudhoul...@gmail.com>
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
    M pom.xml
    A src/test/java/org/jenkinsci/plugins/gitclient/GitClientCloneTest.java
    A src/test/java/org/jenkinsci/plugins/gitclient/GitClientFetchTest.java
    A src/test/java/org/jenkinsci/plugins/gitclient/GitClientSampleRepoRule.java
    A src/test/java/org/jenkinsci/plugins/gitclient/WorkspaceWithRepoRule.java

  Log Message:
  -----------
  [JENKINS-60940] Addition of WorkspaceWithRepoRule and two test classes using 
the RepoRule in accordance to JUnit 4


  Commit: b688defeef4a9be97533a92ebd627fe489864cb8
      
https://github.com/jenkinsci/git-client-plugin/commit/b688defeef4a9be97533a92ebd627fe489864cb8
  Author: rishabhBudhouliya 
<31189405+rishabhbudhoul...@users.noreply.github.com>
  Date:   2020-02-15 (Sat, 15 Feb 2020)

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

  Log Message:
  -----------
  Remove erroneous import of javafx.concurrent.Task

Co-Authored-By: Mark Waite <mark.earl.wa...@gmail.com>


  Commit: a0b1b2b8e2c2cd0a04d4c4d5d20b325397f5147e
      
https://github.com/jenkinsci/git-client-plugin/commit/a0b1b2b8e2c2cd0a04d4c4d5d20b325397f5147e
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-02-23 (Sun, 23 Feb 2020)

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

  Log Message:
  -----------
  Assert that passed clone timeout was used


  Commit: ea775d57e09db4eb3efff1efc3dba9b8a7cdcd89
      
https://github.com/jenkinsci/git-client-plugin/commit/ea775d57e09db4eb3efff1efc3dba9b8a7cdcd89
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-02-23 (Sun, 23 Feb 2020)

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

  Log Message:
  -----------
  cliGitCommand does not need "git" as first argument


  Commit: 17c7bee399bf5e43bb3cf867ec18a038c5704675
      
https://github.com/jenkinsci/git-client-plugin/commit/17c7bee399bf5e43bb3cf867ec18a038c5704675
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-02-23 (Sun, 23 Feb 2020)

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

  Log Message:
  -----------
  Assert checkout timeout on submodule checkout also


  Commit: 6738bd1503cdb6558de7e0b8f948850f1b06df8d
      
https://github.com/jenkinsci/git-client-plugin/commit/6738bd1503cdb6558de7e0b8f948850f1b06df8d
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-02-23 (Sun, 23 Feb 2020)

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

  Log Message:
  -----------
  Assert checkout timeout with assigned random checkout


  Commit: fd58a5cc005dd0f3c96917e624ebeaa6a8345d8a
      
https://github.com/jenkinsci/git-client-plugin/commit/fd58a5cc005dd0f3c96917e624ebeaa6a8345d8a
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-02-23 (Sun, 23 Feb 2020)

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

  Log Message:
  -----------
  Use hamcrest file matchers for better assertions


  Commit: 615465dc38e756ec7f4775bb0e03c1c8b128a50d
      
https://github.com/jenkinsci/git-client-plugin/commit/615465dc38e756ec7f4775bb0e03c1c8b128a50d
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-02-23 (Sun, 23 Feb 2020)

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

  Log Message:
  -----------
  Don't assert checkout timeout on multi-checkout test

The assert checkout timeout matcher scans the entire console log of the
job seeking matches.  When multiple checkouts are used in a single job,
there will be different matching strings for the checkout command.


  Commit: ece7b529ba6dc3216e3a192033946c65917fdb4b
      
https://github.com/jenkinsci/git-client-plugin/commit/ece7b529ba6dc3216e3a192033946c65917fdb4b
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-02-23 (Sun, 23 Feb 2020)

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

  Log Message:
  -----------
  Use alternates file assertion method

No need to duplicate the alternates assertion in multiple locations when
we have the alternates assertion already in the file.


  Commit: 8d4e6849212c94d0bbbb383e10157bfb58c12a7d
      
https://github.com/jenkinsci/git-client-plugin/commit/8d4e6849212c94d0bbbb383e10157bfb58c12a7d
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-02-23 (Sun, 23 Feb 2020)

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

  Log Message:
  -----------
  Test directory existence with assertThat


  Commit: b0bf341f6c2fb0b4e41bb893e8ad9fac557ab8ca
      
https://github.com/jenkinsci/git-client-plugin/commit/b0bf341f6c2fb0b4e41bb893e8ad9fac557ab8ca
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-02-23 (Sun, 23 Feb 2020)

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

  Log Message:
  -----------
  Stop using obsolete TestCase for assertions


  Commit: 5a44ba1e77d118cb23a9884b4ec757eb7a75430b
      
https://github.com/jenkinsci/git-client-plugin/commit/5a44ba1e77d118cb23a9884b4ec757eb7a75430b
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-02-23 (Sun, 23 Feb 2020)

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

  Log Message:
  -----------
  Simplify with ExpectedException rule


  Commit: f7aed54e978cf4f20b7608d0a70ec36993f6dc1c
      
https://github.com/jenkinsci/git-client-plugin/commit/f7aed54e978cf4f20b7608d0a70ec36993f6dc1c
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-02-23 (Sun, 23 Feb 2020)

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

  Log Message:
  -----------
  Don't hide field with local variable in test


  Commit: 86e54b56b179bc33032419ab829bd9c1a131cf50
      
https://github.com/jenkinsci/git-client-plugin/commit/86e54b56b179bc33032419ab829bd9c1a131cf50
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-02-23 (Sun, 23 Feb 2020)

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

  Log Message:
  -----------
  Use hamcrest assertions rather than junit

The hamcrest assertions are easier to read.


  Commit: 0cee0944edeba78f2633ed61c3b8c748692f2dbf
      
https://github.com/jenkinsci/git-client-plugin/commit/0cee0944edeba78f2633ed61c3b8c748692f2dbf
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-02-23 (Sun, 23 Feb 2020)

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

  Log Message:
  -----------
  Remove unused NotImplementedInJGit annotation

The NotImplementedInJGit annotation is only helpful when the test
runner uses it to decide if a test should be run.  That is a JUnit 3
technique. In JUnit 4, the Assume class is used to skip tests based on
runtime calculations.

Since the annotation was being ignored and the tests are passing, the
tests must be already coded to assert correctly for JGit, without
requiring that any of the tests are skipped.


  Commit: ebc7339b8173b46bde5e35da0db47541c9f4538c
      
https://github.com/jenkinsci/git-client-plugin/commit/ebc7339b8173b46bde5e35da0db47541c9f4538c
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-02-23 (Sun, 23 Feb 2020)

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

  Log Message:
  -----------
  Remove checkout timeout that is missing assertion

Assertion can't be applied in that location because the timeout
assertion code is not smart enough to handle multiple checkout commands
in a single test


  Commit: dab10bdbdb7a929752c9fce06f04445d72fb8cdd
      
https://github.com/jenkinsci/git-client-plugin/commit/dab10bdbdb7a929752c9fce06f04445d72fb8cdd
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-02-23 (Sun, 23 Feb 2020)

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

  Log Message:
  -----------
  Assert fetch timeout is honored


  Commit: eaeb24d9a45ac0b098e05496eff4c02fef9957cc
      
https://github.com/jenkinsci/git-client-plugin/commit/eaeb24d9a45ac0b098e05496eff4c02fef9957cc
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-02-23 (Sun, 23 Feb 2020)

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

  Log Message:
  -----------
  Remove unused cliGitCommand


  Commit: 4de6732dd51f4844d8bea9d098044f138bac6b21
      
https://github.com/jenkinsci/git-client-plugin/commit/4de6732dd51f4844d8bea9d098044f138bac6b21
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-02-23 (Sun, 23 Feb 2020)

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

  Log Message:
  -----------
  Avoid accidental use of default timeout value

Timeout tests could have used the default value if random
were a specific value.


  Commit: 72c9d965cc386338e86fd8a10aa14e60a0f53dce
      
https://github.com/jenkinsci/git-client-plugin/commit/72c9d965cc386338e86fd8a10aa14e60a0f53dce
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-02-23 (Sun, 23 Feb 2020)

  Changed paths:
    M CONTRIBUTING.adoc
    M README.adoc
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/gitclient/JGitAPIImpl.java
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java
    M src/test/java/org/jenkinsci/plugins/gitclient/GitClientTest.java
    A src/test/java/org/jenkinsci/plugins/gitclient/JGitLightweightTagTest.java

  Log Message:
  -----------
  Merge branch 'master' into JENKINS-60940


  Commit: 10493a8c7fe2a3f584c4db0ecbf07904c5b347f4
      
https://github.com/jenkinsci/git-client-plugin/commit/10493a8c7fe2a3f584c4db0ecbf07904c5b347f4
  Author: Rishabh Budhouliya <rishabhbudhoul...@gmail.com>
  Date:   2020-02-23 (Sun, 23 Feb 2020)

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

  Log Message:
  -----------
  Deleted ported test cases from GitAPITestCase and added another test case in 
GitClientCloneTest


  Commit: e38da511fd6df1b3724883f4e01fbdd17bd16f3a
      
https://github.com/jenkinsci/git-client-plugin/commit/e38da511fd6df1b3724883f4e01fbdd17bd16f3a
  Author: Rishabh Budhouliya <rishabhbudhoul...@gmail.com>
  Date:   2020-02-24 (Mon, 24 Feb 2020)

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

  Log Message:
  -----------
  Use hamcrest file matchers for better assertions


  Commit: 2531bf1fff5205308f3acae566bc97524ccb8542
      
https://github.com/jenkinsci/git-client-plugin/commit/2531bf1fff5205308f3acae566bc97524ccb8542
  Author: Rishabh Budhouliya <rishabhbudhoul...@gmail.com>
  Date:   2020-02-24 (Mon, 24 Feb 2020)

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

  Log Message:
  -----------
  Stop using obsolete Testcase for assertions and use 
assertAlternatesFileExists method


  Commit: 593976791b7bbb4e374039c2dc9cd61f4a3d0b2d
      
https://github.com/jenkinsci/git-client-plugin/commit/593976791b7bbb4e374039c2dc9cd61f4a3d0b2d
  Author: Rishabh Budhouliya <rishabhbudhoul...@gmail.com>
  Date:   2020-02-24 (Mon, 24 Feb 2020)

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

  Log Message:
  -----------
  Fix mistake in assertAlternatesFileExists method


  Commit: e2e9b82cede04d5b3461da864cf6740591fa8e27
      
https://github.com/jenkinsci/git-client-plugin/commit/e2e9b82cede04d5b3461da864cf6740591fa8e27
  Author: Rishabh Budhouliya <rishabhbudhoul...@gmail.com>
  Date:   2020-02-24 (Mon, 24 Feb 2020)

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

  Log Message:
  -----------
  Simplify with ExpectedException rule


  Commit: b785508d27cb238ef0b11a4deeac6e2caca57506
      
https://github.com/jenkinsci/git-client-plugin/commit/b785508d27cb238ef0b11a4deeac6e2caca57506
  Author: Rishabh Budhouliya <rishabhbudhoul...@gmail.com>
  Date:   2020-02-24 (Mon, 24 Feb 2020)

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

  Log Message:
  -----------
  Use hamcrest assertions rather than junit


  Commit: 7bb43d39590e5667a89b3ac1aa88e9b6ad930fe8
      
https://github.com/jenkinsci/git-client-plugin/commit/7bb43d39590e5667a89b3ac1aa88e9b6ad930fe8
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge branch 'master' into JENKINS-60940


  Commit: 7e88e79de19bed978403b18562b9ae61476597f3
      
https://github.com/jenkinsci/git-client-plugin/commit/7e88e79de19bed978403b18562b9ae61476597f3
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

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

  Log Message:
  -----------
  Remove unused GitClientFetchTest imports


  Commit: bb6b25f7b71b5b0452958426c570042a5cece5ea
      
https://github.com/jenkinsci/git-client-plugin/commit/bb6b25f7b71b5b0452958426c570042a5cece5ea
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

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

  Log Message:
  -----------
  Test prune w/o remote using JUnit 4.13 assertThrows


  Commit: ede25324f64afe2d546137b279d6e39bf58982d8
      
https://github.com/jenkinsci/git-client-plugin/commit/ede25324f64afe2d546137b279d6e39bf58982d8
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

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

  Log Message:
  -----------
  Use assertThrows in test_fetch

Simplify assertions to remove assertions tested elsewhere


  Commit: b89db3c960849ed0070b60d2b215bf0d93c86af3
      
https://github.com/jenkinsci/git-client-plugin/commit/b89db3c960849ed0070b60d2b215bf0d93c86af3
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

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

  Log Message:
  -----------
  Use File arg instead of JUnit Rule


  Commit: 7e9e78e8a7c87d696afd647f434796f3e6934053
      
https://github.com/jenkinsci/git-client-plugin/commit/7e9e78e8a7c87d696afd647f434796f3e6934053
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/gitclient/GitClientCloneTest.java
    M src/test/java/org/jenkinsci/plugins/gitclient/GitClientFetchTest.java
    A src/test/java/org/jenkinsci/plugins/gitclient/WorkspaceWithRepo.java
    R src/test/java/org/jenkinsci/plugins/gitclient/WorkspaceWithRepoRule.java

  Log Message:
  -----------
  Rename WorkspaceWithRepo class

The suffix "Rule" is generally used in the Jenkins project tests for
classes that implement JUnit Rules.  This class does not implement a
JUnit rule, so I switched it to use a name that does not include the
word "Rule".


  Commit: 6c5546a0d7794469c16d9b045a9dd63bc7225add
      
https://github.com/jenkinsci/git-client-plugin/commit/6c5546a0d7794469c16d9b045a9dd63bc7225add
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

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

  Log Message:
  -----------
  Remove prune exception test from prune test


  Commit: 5b1e565b5d54949a7ff3dda74d1dd6ea0984b501
      
https://github.com/jenkinsci/git-client-plugin/commit/5b1e565b5d54949a7ff3dda74d1dd6ea0984b501
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

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

  Log Message:
  -----------
  Correct the prune test of parent/a

The earlier code was fetching from the wrong repository.  Instead
of fetching from itself, the fetch needs to come from the bare
repository that has been adjusted to show the problem.

Thanks to Rishabh Budhouliya for finding that problem!


  Commit: 9bd84368fbb8e8ffe8b380340e75191e22837d7c
      
https://github.com/jenkinsci/git-client-plugin/commit/9bd84368fbb8e8ffe8b380340e75191e22837d7c
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

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

  Log Message:
  -----------
  No wildcard imports except for test classes

Hamcrest assertions and JUnit assertions may wildcard import, others
should not.


  Commit: cd71648aff37eeb07b8e673a17af96e894335dea
      
https://github.com/jenkinsci/git-client-plugin/commit/cd71648aff37eeb07b8e673a17af96e894335dea
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

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

  Log Message:
  -----------
  Fix some comments


  Commit: 228b29b3ee3e4e8aa3ab870741887c7c2d17f060
      
https://github.com/jenkinsci/git-client-plugin/commit/228b29b3ee3e4e8aa3ab870741887c7c2d17f060
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

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

  Log Message:
  -----------
  Require git implementation for all WorkspaceWithRepoRule calls

Not clear to me why this is called a WorkspaceWithRepoRule.  I'm
accustomed to JUnit Rules being used with the @Rule annotation.
This seems to be a workspace with an associated repository.


  Commit: 0c2d51644de4e31dd1c8132952ab0e7b4ca6adeb
      
https://github.com/jenkinsci/git-client-plugin/commit/0c2d51644de4e31dd1c8132952ab0e7b4ca6adeb
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

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

  Log Message:
  -----------
  Only wildcard import assertion classes, no others


  Commit: dde89793a89f953f55fce2d245f5213a3498ac97
      
https://github.com/jenkinsci/git-client-plugin/commit/dde89793a89f953f55fce2d245f5213a3498ac97
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

  Changed paths:
    A src/test/java/org/jenkinsci/plugins/gitclient/GitClientCliCloneTest.java
    M src/test/java/org/jenkinsci/plugins/gitclient/GitClientCloneTest.java

  Log Message:
  -----------
  Move CLI specific tests to separate class

No benefit to run tests that are intentionally specific to CLI git.


  Commit: f2202e2a55e7c929948a597d2bf54bd87f0de66f
      
https://github.com/jenkinsci/git-client-plugin/commit/f2202e2a55e7c929948a597d2bf54bd87f0de66f
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

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

  Log Message:
  -----------
  Deprecate the noCheckout() clone test - useless


  Commit: ee14fb5b7c883c127787af4d36f097d14a315f0c
      
https://github.com/jenkinsci/git-client-plugin/commit/ee14fb5b7c883c127787af4d36f097d14a315f0c
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

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

  Log Message:
  -----------
  Remove noCheckout test, inline in other tests

The noCheckout method is a no-op and is deprecated.  Keep the coverage
but don't waste the time constructing and deconstructing a test
that is dedicated to the no-op.


  Commit: 4406f4092df3dc64604fa78e1e307f1590b64eb5
      
https://github.com/jenkinsci/git-client-plugin/commit/4406f4092df3dc64604fa78e1e307f1590b64eb5
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

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

  Log Message:
  -----------
  Use assertThrows instead of expected exception

JUnit 4.13 deprecated expected exceptions


  Commit: 4c6cdb020c3f4b66d4d9eb0b5acf6d0e4833d579
      
https://github.com/jenkinsci/git-client-plugin/commit/4c6cdb020c3f4b66d4d9eb0b5acf6d0e4833d579
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

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

  Log Message:
  -----------
  Remove CLI test unused imports


  Commit: d969dd8f23d54efea467b7e336f21035a6938309
      
https://github.com/jenkinsci/git-client-plugin/commit/d969dd8f23d54efea467b7e336f21035a6938309
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

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

  Log Message:
  -----------
  Make random final in CLI test


  Commit: bd7b98f4b355bef1206dd5e64afeb6a0a5fffc5d
      
https://github.com/jenkinsci/git-client-plugin/commit/bd7b98f4b355bef1206dd5e64afeb6a0a5fffc5d
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

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

  Log Message:
  -----------
  Add explanatory comment


  Commit: 2b0b49f7ac164f4658e8decb37abbd0d3971b64c
      
https://github.com/jenkinsci/git-client-plugin/commit/2b0b49f7ac164f4658e8decb37abbd0d3971b64c
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

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

  Log Message:
  -----------
  Remove unused import from GitClientFetchTest


  Commit: e5ab8bd644954ccbcff19d7748de001126c6ed1b
      
https://github.com/jenkinsci/git-client-plugin/commit/e5ab8bd644954ccbcff19d7748de001126c6ed1b
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

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

  Log Message:
  -----------
  Remove unused variables from GitClientCloneTest


  Commit: e3d8f10a2efcfd2144eac7cfd74a70cd20a2f351
      
https://github.com/jenkinsci/git-client-plugin/commit/e3d8f10a2efcfd2144eac7cfd74a70cd20a2f351
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

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

  Log Message:
  -----------
  Remove slow, low value timeout test of submodules

A 15+ second test that is well enough tested by non-default case


  Commit: 90a9f1790f34f79ec53c2af60046f5972ed8e944
      
https://github.com/jenkinsci/git-client-plugin/commit/90a9f1790f34f79ec53c2af60046f5972ed8e944
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-03-19 (Thu, 19 Mar 2020)

  Changed paths:
    M pom.xml
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java
    A src/test/java/org/jenkinsci/plugins/gitclient/GitClientCliCloneTest.java
    A src/test/java/org/jenkinsci/plugins/gitclient/GitClientCloneTest.java
    A src/test/java/org/jenkinsci/plugins/gitclient/GitClientFetchTest.java
    A src/test/java/org/jenkinsci/plugins/gitclient/GitClientSampleRepoRule.java
    A src/test/java/org/jenkinsci/plugins/gitclient/WorkspaceWithRepo.java

  Log Message:
  -----------
  Merge pull request #507 from rishabhBudhouliya/JENKINS-60940

[JENKINS-60940] Add WorkspaceWithRepoRule and two test classes


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/a1f37cd1f75a...90a9f1790f34

-- 
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/git-client-plugin/push/refs/heads/master/a1f37c-90a9f1%40github.com.

Reply via email to