Branch: refs/heads/stable-2.x Home: https://github.com/jenkinsci/git-client-plugin Commit: 35013b59ee8d102265991c4f7fd4db216de93403 https://github.com/jenkinsci/git-client-plugin/commit/35013b59ee8d102265991c4f7fd4db216de93403 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2019-09-17 (Tue, 17 Sep 2019)
Changed paths: M pom.xml M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java Log Message: ----------- Move SETSID control from pom to test No need to complicate the pom file with setting a property, better to adjust the value in the specific context of exactly the test cases which need it. The CALL_SETSID value only needs to be changed for those test cases which are using a private key with a passphrase. Private key tests which don't use a passphrase and username/password tests do not need to modify the CALL_SETSID value. Commit: 61e2f26f5546a6bcf617167aba9edca7248c0f5f https://github.com/jenkinsci/git-client-plugin/commit/61e2f26f5546a6bcf617167aba9edca7248c0f5f Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2019-09-17 (Tue, 17 Sep 2019) Changed paths: M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java Log Message: ----------- Initialize JenkinsRule only once for CredentialsTest Each credentials test is independent of the other tests. That should allow the tests to avoid the initialization cost of starting and stopping a JenkinsRule for each test case. Commit: e56c1bf414b895c2f40c06c7425b45712ce34f25 https://github.com/jenkinsci/git-client-plugin/commit/e56c1bf414b895c2f40c06c7425b45712ce34f25 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2019-09-17 (Tue, 17 Sep 2019) Changed paths: M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java Log Message: ----------- Allow another 60 seconds for credentials tests Commit: 3fadbdc812c549703c4c496e5fbed01d34604ba6 https://github.com/jenkinsci/git-client-plugin/commit/3fadbdc812c549703c4c496e5fbed01d34604ba6 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2019-09-17 (Tue, 17 Sep 2019) Changed paths: M src/test/java/hudson/plugins/git/GitToolResolverTest.java Log Message: ----------- Adapt test to CALL_SETSID not being set in CliGitAPIImplTest Commit: c5b804e6de75d5b8fe26badedfa18b27a7800c53 https://github.com/jenkinsci/git-client-plugin/commit/c5b804e6de75d5b8fe26badedfa18b27a7800c53 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2019-09-18 (Wed, 18 Sep 2019) Changed paths: M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java Log Message: ----------- Don't assert for invalid hasGitRepo when nested inside git dir Commit: e125c6e86fd252c82f72f24eafd40e9c8cce1e2c https://github.com/jenkinsci/git-client-plugin/commit/e125c6e86fd252c82f72f24eafd40e9c8cce1e2c Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2019-09-18 (Wed, 18 Sep 2019) Changed paths: M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java Log Message: ----------- Remove test dependency specific longpath setting Test execution location may have installed command line git with long paths enabled. Test did not assert anything useful about the plugin, just about the environment where the plugin is being tested. Commit: 44e302d002ebb3b420ded3762a2fd9519114dde3 https://github.com/jenkinsci/git-client-plugin/commit/44e302d002ebb3b420ded3762a2fd9519114dde3 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2019-09-18 (Wed, 18 Sep 2019) Changed paths: M pom.xml M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java M src/test/java/hudson/plugins/git/GitToolResolverTest.java M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java Log Message: ----------- Merge pull request #462 from MarkEWaite/remove-setsid-from-pom Move SETSID control from pom to test Compare: https://github.com/jenkinsci/git-client-plugin/compare/82753b5502aa...44e302d002eb -- 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/stable-2.x/82753b-44e302%40github.com.