Branch: refs/heads/master
Home: https://github.com/jenkinsci/git-client-plugin
Commit: d2980ece951303bb38107b1bcdfcbe6922487a9b
https://github.com/jenkinsci/git-client-plugin/commit/d2980ece951303bb38107b1bcdfcbe6922487a9b
Author: Mark Waite <[email protected]>
Date: 2015-01-03 (Sat, 03 Jan 2015)
Changed paths:
R src/test/java/org/jenkinsci/plugins/gitclient/CredentialsJGitTest.java
M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java
Log Message:
-----------
Don't run CLI git credentials tests on versions which don't support
credentials
Replace jgit implementation credentials test class with a parameter
Parameterizing the test will make it easier to adapt the test case for
outdated git versions like the version delivered with Red Hat 6.
Red Hat 5 and Red Hat 6 ship a git version old enough that it does not support
credentials. There are many users running that version still, without using
credentials support.
Commit: 1f1a0b071d6d25a20d7f27d5aa31a783374291d0
https://github.com/jenkinsci/git-client-plugin/commit/1f1a0b071d6d25a20d7f27d5aa31a783374291d0
Author: Mark Waite <[email protected]>
Date: 2015-01-03 (Sat, 03 Jan 2015)
Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java
Log Message:
-----------
Exclude sparse checkout test if git version older than 1.7.9
Red Hat 6 git version does not support the "checkout -f"
command form needed by the plugin. Users of older git
versions can't use sparse checkout with the plugin.
Commit: 81f93e947a1650e541085d1c29fd553858c22489
https://github.com/jenkinsci/git-client-plugin/commit/81f93e947a1650e541085d1c29fd553858c22489
Author: Mark Waite <[email protected]>
Date: 2015-01-03 (Sat, 03 Jan 2015)
Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java
Log Message:
-----------
Exclude key portions of merge_refspec test on old git versions
The checkout command syntax needed inside the test is not
supported by git 1.7.1. It is known to work with git 1.7.10 and later.
Commit: 1002d6c1d52f2f3bb55f2df9b9b72ada815571bf
https://github.com/jenkinsci/git-client-plugin/commit/1002d6c1d52f2f3bb55f2df9b9b72ada815571bf
Author: Mark Waite <[email protected]>
Date: 2015-01-03 (Sat, 03 Jan 2015)
Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java
Log Message:
-----------
Adapt fetch_with_prune test to git 1.7.1 bug
Rather than skip the entire test on git 1.7.1, adapt the test
so that it tests for the continued existence of the bug in
git 1.7.1 fetch with prune.
Compare:
https://github.com/jenkinsci/git-client-plugin/compare/dfbb3be91c77...1002d6c1d52f
--
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].
For more options, visit https://groups.google.com/d/optout.