Branch: refs/heads/1.20.0-beta2
Home: https://github.com/jenkinsci/git-client-plugin
Commit: cce0f8b30373ebce707aaf8457640cea7fe4489d
https://github.com/jenkinsci/git-client-plugin/commit/cce0f8b30373ebce707aaf8457640cea7fe4489d
Author: Mark Waite <[email protected]>
Date: 2015-11-21 (Sat, 21 Nov 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[JENKINS-30371] Distribute JGit java7 jar to allow JGit symlink support
JGit symlink support is optional with JGit 3.7.1. It requires a copy of
the JGit java7 jar, a Java 7 VM, and a file system which supports symbolic
links. Including the jar file in a Java 6 environment is safe because
the JGit code won't load the additional jar when running on Java 6.
Commit: 95057009ac89641bcd9a759bb0c5c8861cd9c4e6
https://github.com/jenkinsci/git-client-plugin/commit/95057009ac89641bcd9a759bb0c5c8861cd9c4e6
Author: Mark Waite <[email protected]>
Date: 2015-11-21 (Sat, 21 Nov 2015)
Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java
Log Message:
-----------
Adapt tests to JGit symlink bundling
Commit: 73e053cd3faf67dae4472bbebdc5adcda150937f
https://github.com/jenkinsci/git-client-plugin/commit/73e053cd3faf67dae4472bbebdc5adcda150937f
Author: Mark Waite <[email protected]>
Date: 2015-11-21 (Sat, 21 Nov 2015)
Changed paths:
M pom.xml
Log Message:
-----------
Skip findbugs with Java 6
Latest findbugs requires Java 7, but the git client plugin needs to
allow testing with Java 6 so that Java 6 users are not broken by changes.
Commit: d48982900e34e7c821c91b124cc4d523e439570c
https://github.com/jenkinsci/git-client-plugin/commit/d48982900e34e7c821c91b124cc4d523e439570c
Author: Mark Waite <[email protected]>
Date: 2015-11-23 (Mon, 23 Nov 2015)
Changed paths:
M pom.xml
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java
Log Message:
-----------
Merge pull request #193 from MarkEWaite/master-JENKINS-30371-jgit-symlinks
[Fix JENKINS-30371] allow symlinks with jgit
Commit: 5c4f2a465aed378019b7a437898ef6168cf2780d
https://github.com/jenkinsci/git-client-plugin/commit/5c4f2a465aed378019b7a437898ef6168cf2780d
Author: Mark Waite <[email protected]>
Date: 2015-11-25 (Wed, 25 Nov 2015)
Changed paths:
M pom.xml
Log Message:
-----------
Update maven-hpi-plugin to 1.115
Commit: cedd81692f8ac2dcaab90b66f650f2333466a896
https://github.com/jenkinsci/git-client-plugin/commit/cedd81692f8ac2dcaab90b66f650f2333466a896
Author: Mark Waite <[email protected]>
Date: 2015-11-25 (Wed, 25 Nov 2015)
Changed paths:
M pom.xml
Log Message:
-----------
Update jsr305 to 3.0.1
Commit: 27bc478287039a90118230118cbec59effb86c0b
https://github.com/jenkinsci/git-client-plugin/commit/27bc478287039a90118230118cbec59effb86c0b
Author: Mark Waite <[email protected]>
Date: 2015-11-25 (Wed, 25 Nov 2015)
Changed paths:
M pom.xml
Log Message:
-----------
Update findbugs annotations to 3.0.1u2
Commit: 7bef942363df9f9d549d8dc854c16731eda7aad6
https://github.com/jenkinsci/git-client-plugin/commit/7bef942363df9f9d549d8dc854c16731eda7aad6
Author: Mark Waite <[email protected]>
Date: 2015-12-26 (Sat, 26 Dec 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release git-client-1.19.1
Commit: 3139a94ab5b86b5fc9d36148fbe17b61db47fc2d
https://github.com/jenkinsci/git-client-plugin/commit/3139a94ab5b86b5fc9d36148fbe17b61db47fc2d
Author: Mark Waite <[email protected]>
Date: 2015-12-26 (Sat, 26 Dec 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 707beac53c507b29650ce37fc9eaba9b0a00cb32
https://github.com/jenkinsci/git-client-plugin/commit/707beac53c507b29650ce37fc9eaba9b0a00cb32
Author: Mark Waite <[email protected]>
Date: 2015-12-30 (Wed, 30 Dec 2015)
Changed paths:
M pom.xml
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java
Log Message:
-----------
Merge branch 'master' into 1.20.0-beta2
Commit: 3a8d219569652fbe0531f6ffefa441818acaca06
https://github.com/jenkinsci/git-client-plugin/commit/3a8d219569652fbe0531f6ffefa441818acaca06
Author: Mark Waite <[email protected]>
Date: 2016-01-03 (Sun, 03 Jan 2016)
Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java
Log Message:
-----------
Test for JENKINS-32258
Commit: 1a450a5ee993209cc9f27f2a4bfb31bc08a33257
https://github.com/jenkinsci/git-client-plugin/commit/1a450a5ee993209cc9f27f2a4bfb31bc08a33257
Author: Mark Waite <[email protected]>
Date: 2016-01-03 (Sun, 03 Jan 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
Log Message:
-----------
[Fix JENKINS-32258] remove excess rev-parse calls
The BuildData cleanup change to remove dead branches from BuildData
needs the list of current branches. Generating the list of current
branches called rev-parse for each branch. With small branch counts,
that isn't a huge problem. Large branch counts make it painfully slow.
One of the problem repositories has 17000 branches.
Since the BuildData cleanup step is introducing extra work, this may
still be slower than earlier versions, since larger sized BuildDData
was accepted prior to git plugin 2.4.1 and git client 1.19.1.
Commit: 89ab085182b7a4da6ae575fa4e154a3f3bf0add0
https://github.com/jenkinsci/git-client-plugin/commit/89ab085182b7a4da6ae575fa4e154a3f3bf0add0
Author: Mark Waite <[email protected]>
Date: 2016-01-09 (Sat, 09 Jan 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java
Log Message:
-----------
Merge pull request #196 from
MarkEWaite/master-JENKINS-32258-many-rev-parse-calls
Fix JENKINS-32258 - many rev-parse calls pruning remote tracking branches
Commit: cbbcfe523dbe6f1fee8106555f3fe2061149b7f7
https://github.com/jenkinsci/git-client-plugin/commit/cbbcfe523dbe6f1fee8106555f3fe2061149b7f7
Author: Mark Waite <[email protected]>
Date: 2016-01-09 (Sat, 09 Jan 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java
Log Message:
-----------
Merge branch 'master' into 1.20.0-beta2
Commit: 25950efa180e4f921c7f89202a94ab61cb09c4fb
https://github.com/jenkinsci/git-client-plugin/commit/25950efa180e4f921c7f89202a94ab61cb09c4fb
Author: Mark Waite <[email protected]>
Date: 2016-01-09 (Sat, 09 Jan 2016)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release git-client-1.19.2
Commit: e4c4a3c517c3610b13f94ad026cc8e894f3c1194
https://github.com/jenkinsci/git-client-plugin/commit/e4c4a3c517c3610b13f94ad026cc8e894f3c1194
Author: Mark Waite <[email protected]>
Date: 2016-01-09 (Sat, 09 Jan 2016)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 83c7ddcbdd4e43cf8bbc0ad6643c7e0304d408cc
https://github.com/jenkinsci/git-client-plugin/commit/83c7ddcbdd4e43cf8bbc0ad6643c7e0304d408cc
Author: Mark Waite <[email protected]>
Date: 2016-01-11 (Mon, 11 Jan 2016)
Changed paths:
M pom.xml
Log Message:
-----------
Merge branch 'master' into 1.20.0-beta2
Compare:
https://github.com/jenkinsci/git-client-plugin/compare/90a9cbac3374...83c7ddcbdd4e
--
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.