Branch: refs/heads/master
Home: https://github.com/jenkinsci/git-plugin
Commit: e275feb28feca186bcd49a477d483d94a4b8420e
https://github.com/jenkinsci/git-plugin/commit/e275feb28feca186bcd49a477d483d94a4b8420e
Author: Jesse Glick <[email protected]>
Date: 2014-05-23 (Fri, 23 May 2014)
Changed paths:
M pom.xml
M src/main/java/hudson/plugins/git/GitSCM.java
M src/main/java/hudson/plugins/git/GitTagAction.java
M src/main/java/hudson/plugins/git/extensions/GitSCMExtension.java
M
src/main/java/hudson/plugins/git/extensions/impl/RelativeTargetDirectory.java
M src/main/java/hudson/plugins/git/util/BuildChooserContext.java
M src/main/java/hudson/plugins/git/util/GitUtils.java
Log Message:
-----------
Sketching SCM based on Job/Run.
Commit: c8e7f22488c7370a5727d6d684048ff6e78429c2
https://github.com/jenkinsci/git-plugin/commit/c8e7f22488c7370a5727d6d684048ff6e78429c2
Author: Jesse Glick <[email protected]>
Date: 2014-05-28 (Wed, 28 May 2014)
Changed paths:
M pom.xml
M src/main/java/hudson/plugins/git/GitPublisher.java
M src/main/java/hudson/plugins/git/GitSCM.java
M src/main/java/hudson/plugins/git/extensions/GitSCMExtension.java
M src/main/java/hudson/plugins/git/extensions/impl/CleanCheckout.java
M src/main/java/hudson/plugins/git/extensions/impl/CloneOption.java
M src/main/java/hudson/plugins/git/extensions/impl/PerBuildTag.java
M src/main/java/hudson/plugins/git/extensions/impl/PreBuildMerge.java
M src/main/java/hudson/plugins/git/extensions/impl/SparseCheckoutPaths.java
M src/main/java/hudson/plugins/git/extensions/impl/SubmoduleOption.java
M src/main/java/hudson/plugins/git/extensions/impl/WipeWorkspace.java
M src/test/java/hudson/plugins/git/GitSCMTest.java
Log Message:
-----------
Compiles at least.
Commit: 057acb2767d3988c6d5d33a08ae253bac6241325
https://github.com/jenkinsci/git-plugin/commit/057acb2767d3988c6d5d33a08ae253bac6241325
Author: Jesse Glick <[email protected]>
Date: 2014-05-29 (Thu, 29 May 2014)
Changed paths:
M pom.xml
M src/main/java/hudson/plugins/git/GitStatus.java
R src/main/java/hudson/plugins/git/MultipleScmResolver.java
M src/main/java/hudson/plugins/git/extensions/impl/ScmName.java
Log Message:
-----------
Using newer core changes to make GitStatus potentially work.
Commit: 1e9007898b8b1955a16eee4fcea3f7b955055062
https://github.com/jenkinsci/git-plugin/commit/1e9007898b8b1955a16eee4fcea3f7b955055062
Author: Jesse Glick <[email protected]>
Date: 2014-05-29 (Thu, 29 May 2014)
Changed paths:
M src/main/java/hudson/plugins/git/GitSCM.java
M src/main/java/hudson/plugins/git/extensions/GitSCMExtension.java
M src/main/java/hudson/plugins/git/extensions/impl/CleanCheckout.java
M src/main/java/hudson/plugins/git/extensions/impl/CloneOption.java
M src/main/java/hudson/plugins/git/extensions/impl/PerBuildTag.java
M src/main/java/hudson/plugins/git/extensions/impl/PreBuildMerge.java
M src/main/java/hudson/plugins/git/extensions/impl/SparseCheckoutPaths.java
M src/main/java/hudson/plugins/git/extensions/impl/SubmoduleOption.java
M src/main/java/hudson/plugins/git/extensions/impl/WipeWorkspace.java
Log Message:
-----------
Use TaskListener rather than BuildListener for SCM methods.
Commit: 30a65255a2c49678c66084727c0d2d8de6a51036
https://github.com/jenkinsci/git-plugin/commit/30a65255a2c49678c66084727c0d2d8de6a51036
Author: Jesse Glick <[email protected]>
Date: 2014-05-30 (Fri, 30 May 2014)
Changed paths:
M src/main/java/hudson/plugins/git/GitChangeLogParser.java
M src/main/java/hudson/plugins/git/GitChangeSetList.java
M src/main/java/hudson/plugins/git/GitSCM.java
Log Message:
-----------
Adapted to minor core changes.
Commit: 3c3dea118d99b3b1140907aadde3fabbd7bdc793
https://github.com/jenkinsci/git-plugin/commit/3c3dea118d99b3b1140907aadde3fabbd7bdc793
Author: Jesse Glick <[email protected]>
Date: 2014-05-30 (Fri, 30 May 2014)
Changed paths:
M src/main/java/hudson/plugins/git/GitSCM.java
Log Message:
-----------
Signature change on checkout.
Commit: 9a3ba4136e3c646b9d8959c22efeee9749ea57cf
https://github.com/jenkinsci/git-plugin/commit/9a3ba4136e3c646b9d8959c22efeee9749ea57cf
Author: Jesse Glick <[email protected]>
Date: 2014-05-30 (Fri, 30 May 2014)
Changed paths:
M src/main/java/hudson/plugins/git/GitSCM.java
Log Message:
-----------
Do not create a zero-length changelog.
Commit: 9518449d14741f436cc75a48447387d7cb2b8bb8
https://github.com/jenkinsci/git-plugin/commit/9518449d14741f436cc75a48447387d7cb2b8bb8
Author: Jesse Glick <[email protected]>
Date: 2014-05-30 (Fri, 30 May 2014)
Changed paths:
M src/main/java/hudson/plugins/git/GitChangeSet.java
Log Message:
-----------
Compilation fix.
Commit: cb73838066a4ef70c052fcc729afad0ccc90deca
https://github.com/jenkinsci/git-plugin/commit/cb73838066a4ef70c052fcc729afad0ccc90deca
Author: Jesse Glick <[email protected]>
Date: 2014-05-30 (Fri, 30 May 2014)
Changed paths:
M src/test/java/hudson/plugins/git/GitChangeLogParserTest.java
M src/test/java/hudson/plugins/git/browser/BitbucketWebTest.java
M src/test/java/hudson/plugins/git/browser/GitWebTest.java
M src/test/java/hudson/plugins/git/browser/GithubWebTest.java
M src/test/java/hudson/plugins/git/browser/GitoriousWebTest.java
M src/test/java/hudson/plugins/git/browser/KilnGitTest.java
M src/test/java/hudson/plugins/git/browser/RedmineWebTest.java
M src/test/java/hudson/plugins/git/browser/RhodeCodeTest.java
M src/test/java/hudson/plugins/git/browser/ViewGitWebTest.java
Log Message:
-----------
Test compilation fixes.
Commit: 000eea4c9de67aeaf37d2be092a3a360b795686f
https://github.com/jenkinsci/git-plugin/commit/000eea4c9de67aeaf37d2be092a3a360b795686f
Author: Jesse Glick <[email protected]>
Date: 2014-06-05 (Thu, 05 Jun 2014)
Changed paths:
M pom.xml
Log Message:
-----------
Now on 1.568.
Commit: 5528bc1eb9031095de6776133d7543ea194a67d2
https://github.com/jenkinsci/git-plugin/commit/5528bc1eb9031095de6776133d7543ea194a67d2
Author: Jesse Glick <[email protected]>
Date: 2014-06-05 (Thu, 05 Jun 2014)
Changed paths:
M src/main/java/hudson/plugins/git/GitChangeLogParser.java
M src/main/java/hudson/plugins/git/GitChangeSetList.java
M src/main/resources/hudson/plugins/git/GitChangeSetList/index.jelly
M src/test/java/hudson/plugins/git/GitChangeLogParserTest.java
M src/test/java/hudson/plugins/git/browser/BitbucketWebTest.java
M src/test/java/hudson/plugins/git/browser/GitWebTest.java
M src/test/java/hudson/plugins/git/browser/GithubWebTest.java
M src/test/java/hudson/plugins/git/browser/GitoriousWebTest.java
M src/test/java/hudson/plugins/git/browser/KilnGitTest.java
M src/test/java/hudson/plugins/git/browser/RedmineWebTest.java
M src/test/java/hudson/plugins/git/browser/RhodeCodeTest.java
M src/test/java/hudson/plugins/git/browser/ViewGitWebTest.java
Log Message:
-----------
Make sure the RepositoryBrowser is associated with a ChangeLogSet so we do
not need to go back through the build and SCM to find it.
Commit: 5047bb213ba709a1803de556e47aa2f28d7c2b34
https://github.com/jenkinsci/git-plugin/commit/5047bb213ba709a1803de556e47aa2f28d7c2b34
Author: Jesse Glick <[email protected]>
Date: 2014-06-05 (Thu, 05 Jun 2014)
Changed paths:
M pom.xml
Log Message:
-----------
Seems we may also need to declare an explicit dependency on mailer-plugin.
Commit: fc36459af74d99d3660b8032eb79026f105d0007
https://github.com/jenkinsci/git-plugin/commit/fc36459af74d99d3660b8032eb79026f105d0007
Author: Jesse Glick <[email protected]>
Date: 2014-06-05 (Thu, 05 Jun 2014)
Changed paths:
M src/main/resources/hudson/plugins/git/GitSCM/project-changes.jelly
Log Message:
-----------
Ability for project-changes.jelly to handle multiple ChangeLogSet’s per build.
Commit: 7d45efa13dd6ba9bcd5c9099d2092b80ac46f657
https://github.com/jenkinsci/git-plugin/commit/7d45efa13dd6ba9bcd5c9099d2092b80ac46f657
Author: Jesse Glick <[email protected]>
Date: 2014-06-05 (Thu, 05 Jun 2014)
Changed paths:
M src/main/resources/hudson/plugins/git/GitChangeSetList/index.jelly
M src/main/resources/hudson/plugins/git/GitSCM/project-changes.jelly
Log Message:
-----------
Simpler and more flexible to use changeset ID as the anchor.
This allows multiple changelogs to be shown in a single page.
Commit: 85f74af83663eb09332a4299d6dca9ead4835a67
https://github.com/jenkinsci/git-plugin/commit/85f74af83663eb09332a4299d6dca9ead4835a67
Author: Jesse Glick <[email protected]>
Date: 2014-06-05 (Thu, 05 Jun 2014)
Changed paths:
M src/main/java/hudson/plugins/git/GitSCM.java
M src/test/java/hudson/plugins/git/browser/GithubWebTest.java
Log Message:
-----------
Implementing guessBrowser, so far limited to GithubWeb.
Commit: fbde00771e68a834f074c03324131dee5cf8d240
https://github.com/jenkinsci/git-plugin/commit/fbde00771e68a834f074c03324131dee5cf8d240
Author: Jesse Glick <[email protected]>
Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths:
M src/main/java/hudson/plugins/git/GitStatus.java
Log Message:
-----------
Should trigger polling at most once per project.
Commit: 9b338f27336fa6e39c76d72a3299374d68a55fc7
https://github.com/jenkinsci/git-plugin/commit/9b338f27336fa6e39c76d72a3299374d68a55fc7
Author: Jesse Glick <[email protected]>
Date: 2014-06-07 (Sat, 07 Jun 2014)
Changed paths:
R
src/main/resources/hudson/plugins/git/extensions/impl/BuildChooserSetting/foo.json
M src/test/java/hudson/plugins/git/RevisionParameterActionTest.java
R src/test/java/hudson/plugins/git/browser/BrowserChooserTest.java
R src/test/resources/hudson/plugins/git/browser/scm.json
Log Message:
-----------
Merge branch 'master' into SCM-Job
Commit: 483037ac91a5f1bfda7173557f89ee319c75b48a
https://github.com/jenkinsci/git-plugin/commit/483037ac91a5f1bfda7173557f89ee319c75b48a
Author: Jesse Glick <[email protected]>
Date: 2014-06-07 (Sat, 07 Jun 2014)
Changed paths:
M src/main/java/hudson/plugins/git/GitSCM.java
Log Message:
-----------
Revert "Do not create a zero-length changelog."
This reverts commit 9a3ba4136e3c646b9d8959c22efeee9749ea57cf.
SCM.checkout does vaguely state that an empty changelog of some kind should be
created.
MultipleSCMTest also requires it, since MultipleSCM reads the delegate
changelog without checking whether it exists.
It is odd in this case because GitSCM does not use XML, yet core gives the
changelog a *.xml extension.
Commit: 8f93d325be3e8d570a9253495954e3b8b39cf058
https://github.com/jenkinsci/git-plugin/commit/8f93d325be3e8d570a9253495954e3b8b39cf058
Author: Jesse Glick <[email protected]>
Date: 2014-06-07 (Sat, 07 Jun 2014)
Changed paths:
M pom.xml
R src/test/java/hudson/plugins/git/MultipleSCMTest.java
Log Message:
-----------
Deleting MultipleSCMTest.
It can no longer pass, at least until multiple-scms-plugin is modified to use
Jenkins core as of SCM-Job,
because MultiSCMChangeLogSet.add throws NoSuchFieldError: build,
since @AdaptField is not processed on test classpath dependencies but only on
code loaded from a plugin class loader.
Anyway the handling of this plugin has been moved into core so testing its
usage from git-plugin is less important.
Commit: afccaa86983bc9677f9d7595718ab6dad8d90274
https://github.com/jenkinsci/git-plugin/commit/afccaa86983bc9677f9d7595718ab6dad8d90274
Author: Jesse Glick <[email protected]>
Date: 2014-06-08 (Sun, 08 Jun 2014)
Changed paths:
M pom.xml
M src/main/java/hudson/plugins/git/GitChangeSet.java
M src/main/java/hudson/plugins/git/GitTagAction.java
M src/main/resources/hudson/plugins/git/GitTagAction/tagForm.jelly
A src/test/java/hudson/plugins/git/MultipleSCMTest.java
Log Message:
-----------
Adapted to core changes.
Commit: 9a6204f4203665be3d98e4593b02be5a602ddc0d
https://github.com/jenkinsci/git-plugin/commit/9a6204f4203665be3d98e4593b02be5a602ddc0d
Author: Jesse Glick <[email protected]>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M src/main/java/hudson/plugins/git/GitStatus.java
Log Message:
-----------
Typo.
Commit: 37d6439e44362eae033c79ccb9993d09462265a6
https://github.com/jenkinsci/git-plugin/commit/37d6439e44362eae033c79ccb9993d09462265a6
Author: Jesse Glick <[email protected]>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M src/main/java/hudson/plugins/git/GitSCM.java
Log Message:
-----------
Comment.
Commit: 56a8a610fe3b34bf5249ce0f9681a8b82e8e1032
https://github.com/jenkinsci/git-plugin/commit/56a8a610fe3b34bf5249ce0f9681a8b82e8e1032
Author: Jesse Glick <[email protected]>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M src/test/java/hudson/plugins/git/MultipleSCMTest.java
M src/test/java/hudson/plugins/git/TestGitRepo.java
Log Message:
-----------
JUnit 4.
Commit: 7b8cc1b20264c19d009cb79cbd916245e2a81c17
https://github.com/jenkinsci/git-plugin/commit/7b8cc1b20264c19d009cb79cbd916245e2a81c17
Author: Jesse Glick <[email protected]>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M pom.xml
M src/test/java/hudson/plugins/git/MultipleSCMTest.java
Log Message:
-----------
Updated to branched multiple-scms-plugin, but [JENKINS-14537]
https://github.com/jenkinsci/multiple-scms-plugin/pull/5 broke MultipleSCMTest,
so skipping it for now.
Commit: 7f09faa1844afa3101bd75a10f419d901541a3d6
https://github.com/jenkinsci/git-plugin/commit/7f09faa1844afa3101bd75a10f419d901541a3d6
Author: Jesse Glick <[email protected]>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M src/main/java/hudson/plugins/git/GitSCM.java
Log Message:
-----------
Updated to core API changes.
Commit: 4185d39a79080481041e950f66860cde49856ced
https://github.com/jenkinsci/git-plugin/commit/4185d39a79080481041e950f66860cde49856ced
Author: Jesse Glick <[email protected]>
Date: 2014-06-16 (Mon, 16 Jun 2014)
Changed paths:
M pom.xml
Log Message:
-----------
Updated to released dependencies.
Commit: ab6fbe38784001babab298a23a5e4c9eaaa3f4a5
https://github.com/jenkinsci/git-plugin/commit/ab6fbe38784001babab298a23a5e4c9eaaa3f4a5
Author: Jesse Glick <[email protected]>
Date: 2014-06-16 (Mon, 16 Jun 2014)
Changed paths:
M pom.xml
Log Message:
-----------
Nothing “to do” about depending on plugins which were since split from the
core.
Commit: 38fc35bf4cbea4a99b684cf5419c5c4c42146e9a
https://github.com/jenkinsci/git-plugin/commit/38fc35bf4cbea4a99b684cf5419c5c4c42146e9a
Author: Jesse Glick <[email protected]>
Date: 2014-06-16 (Mon, 16 Jun 2014)
Changed paths:
M src/main/java/hudson/plugins/git/GitSCM.java
Log Message:
-----------
Deleting apparently half-written comment.
Commit: 268eec426ea40cdfc1932036f67a2054adae09db
https://github.com/jenkinsci/git-plugin/commit/268eec426ea40cdfc1932036f67a2054adae09db
Author: Jesse Glick <[email protected]>
Date: 2014-06-16 (Mon, 16 Jun 2014)
Changed paths:
M src/main/java/hudson/plugins/git/extensions/impl/ScmName.java
Log Message:
-----------
Updating Javadoc.
Commit: d83ff375786337368723879db113d0e8def2da00
https://github.com/jenkinsci/git-plugin/commit/d83ff375786337368723879db113d0e8def2da00
Author: Jesse Glick <[email protected]>
Date: 2014-06-16 (Mon, 16 Jun 2014)
Changed paths:
M pom.xml
M src/main/java/hudson/plugins/git/GitChangeLogParser.java
M src/main/java/hudson/plugins/git/GitChangeSet.java
M src/main/java/hudson/plugins/git/GitChangeSetList.java
M src/main/java/hudson/plugins/git/GitPublisher.java
M src/main/java/hudson/plugins/git/GitSCM.java
M src/main/java/hudson/plugins/git/GitStatus.java
M src/main/java/hudson/plugins/git/GitTagAction.java
R src/main/java/hudson/plugins/git/MultipleScmResolver.java
M src/main/java/hudson/plugins/git/extensions/GitSCMExtension.java
M src/main/java/hudson/plugins/git/extensions/impl/CleanCheckout.java
M src/main/java/hudson/plugins/git/extensions/impl/CloneOption.java
M src/main/java/hudson/plugins/git/extensions/impl/PerBuildTag.java
M src/main/java/hudson/plugins/git/extensions/impl/PreBuildMerge.java
M
src/main/java/hudson/plugins/git/extensions/impl/RelativeTargetDirectory.java
M src/main/java/hudson/plugins/git/extensions/impl/ScmName.java
M src/main/java/hudson/plugins/git/extensions/impl/SparseCheckoutPaths.java
M src/main/java/hudson/plugins/git/extensions/impl/SubmoduleOption.java
M src/main/java/hudson/plugins/git/extensions/impl/WipeWorkspace.java
M src/main/java/hudson/plugins/git/util/BuildChooserContext.java
M src/main/java/hudson/plugins/git/util/GitUtils.java
M src/main/resources/hudson/plugins/git/GitChangeSetList/index.jelly
M src/main/resources/hudson/plugins/git/GitSCM/project-changes.jelly
M src/main/resources/hudson/plugins/git/GitTagAction/tagForm.jelly
M src/test/java/hudson/plugins/git/GitChangeLogParserTest.java
M src/test/java/hudson/plugins/git/GitSCMTest.java
M src/test/java/hudson/plugins/git/MultipleSCMTest.java
M src/test/java/hudson/plugins/git/TestGitRepo.java
M src/test/java/hudson/plugins/git/browser/BitbucketWebTest.java
M src/test/java/hudson/plugins/git/browser/GitWebTest.java
M src/test/java/hudson/plugins/git/browser/GithubWebTest.java
M src/test/java/hudson/plugins/git/browser/GitoriousWebTest.java
M src/test/java/hudson/plugins/git/browser/KilnGitTest.java
M src/test/java/hudson/plugins/git/browser/RedmineWebTest.java
M src/test/java/hudson/plugins/git/browser/RhodeCodeTest.java
M src/test/java/hudson/plugins/git/browser/ViewGitWebTest.java
Log Message:
-----------
Merge pull request #236 from jglick/SCM-Job
[JENKINS-23365] Work in a general Job
Compare:
https://github.com/jenkinsci/git-plugin/compare/05630e8f7fca...d83ff3757863
--
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.