Branch: refs/heads/master
Home: https://github.com/jenkinsci/subversion-plugin
Commit: ddbfdec72d299f92629aca7e509c1c94969b0fef
https://github.com/jenkinsci/subversion-plugin/commit/ddbfdec72d299f92629aca7e509c1c94969b0fef
Author: Jesse Glick <[email protected]>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M pom.xml
M src/main/java/hudson/scm/SubversionChangeLogBuilder.java
M src/main/java/hudson/scm/SubversionRepositoryStatus.java
M src/main/java/hudson/scm/SubversionSCM.java
M src/main/java/hudson/scm/SubversionTagAction.java
M src/main/java/hudson/scm/SvnExternalsFileManager.java
M src/test/java/hudson/scm/SubversionRepositoryStatusTest.java
Log Message:
-----------
Draft SCM-Job integration.
Commit: a143e02b6d09a55779a50ddce88dfc594bd71826
https://github.com/jenkinsci/subversion-plugin/commit/a143e02b6d09a55779a50ddce88dfc594bd71826
Author: Jesse Glick <[email protected]>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M src/main/java/hudson/scm/SubversionSCM.java
Log Message:
-----------
Oops!
Commit: 6df2a5d7be2ffa01d293012aeb82228a0f0d209f
https://github.com/jenkinsci/subversion-plugin/commit/6df2a5d7be2ffa01d293012aeb82228a0f0d209f
Author: Jesse Glick <[email protected]>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M src/main/java/hudson/scm/SubversionSCM.java
Log Message:
-----------
NPE.
Commit: 46fce67a54c40fba5feb82824a0dc217ea4cec76
https://github.com/jenkinsci/subversion-plugin/commit/46fce67a54c40fba5feb82824a0dc217ea4cec76
Author: Jesse Glick <[email protected]>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M
src/test/java/hudson/scm/listtagsparameter/ListSubversionTagsParameterDefinitionTest.java
Log Message:
-----------
Merge branch 'master' into SCM-Job
Commit: b19ab54716828fd0f62ba31b1fc1ea725cb56c2b
https://github.com/jenkinsci/subversion-plugin/commit/b19ab54716828fd0f62ba31b1fc1ea725cb56c2b
Author: Jesse Glick <[email protected]>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M src/main/java/hudson/scm/CompareAgainstBaselineCallable.java
M src/main/java/hudson/scm/SubversionSCM.java
M src/test/java/hudson/scm/CompareAgainstBaselineCallableTest.java
Log Message:
-----------
All tests now passing.
Commit: 2889ff180f636b2e315fdccb8ecc8dcdbb91148c
https://github.com/jenkinsci/subversion-plugin/commit/2889ff180f636b2e315fdccb8ecc8dcdbb91148c
Author: Jesse Glick <[email protected]>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M src/main/java/hudson/scm/SubversionChangeLogParser.java
M src/main/java/hudson/scm/SubversionChangeLogSet.java
Log Message:
-----------
Forgot to update ChangeLogParser.
Commit: 8ae5a0db655110aa7fba4b0411f144d86a5ba74d
https://github.com/jenkinsci/subversion-plugin/commit/8ae5a0db655110aa7fba4b0411f144d86a5ba74d
Author: Jesse Glick <[email protected]>
Date: 2014-06-11 (Wed, 11 Jun 2014)
Changed paths:
M src/main/java/hudson/scm/SVNRevisionState.java
Log Message:
-----------
Useful toString().
Commit: 1db25bfde8dac1d14c0de264b3949493c8635f43
https://github.com/jenkinsci/subversion-plugin/commit/1db25bfde8dac1d14c0de264b3949493c8635f43
Author: Jesse Glick <[email protected]>
Date: 2014-06-11 (Wed, 11 Jun 2014)
Changed paths:
M src/main/java/hudson/scm/SubversionSCM.java
Log Message:
-----------
Also need to override getKey to work with multiple SCMs per job.
Commit: 362d453246f44fd4d0fdc328e057d485e4a54cd0
https://github.com/jenkinsci/subversion-plugin/commit/362d453246f44fd4d0fdc328e057d485e4a54cd0
Author: Jesse Glick <[email protected]>
Date: 2014-06-11 (Wed, 11 Jun 2014)
Changed paths:
M src/main/java/hudson/scm/SubversionChangeLogSet.java
Log Message:
-----------
preparePath needed to be made more generic.
Commit: b026db5a2e829c8e6d6175246a77b69d8e9dfe40
https://github.com/jenkinsci/subversion-plugin/commit/b026db5a2e829c8e6d6175246a77b69d8e9dfe40
Author: Jesse Glick <[email protected]>
Date: 2014-06-11 (Wed, 11 Jun 2014)
Changed paths:
M src/test/java/hudson/scm/SubversionChangeLogParserTest.java
Log Message:
-----------
Test needed to be updated to match new signature.
Commit: 3048bad3ecbb79b89c1fa44df4012c367ea52141
https://github.com/jenkinsci/subversion-plugin/commit/3048bad3ecbb79b89c1fa44df4012c367ea52141
Author: Jesse Glick <[email protected]>
Date: 2014-06-16 (Mon, 16 Jun 2014)
Changed paths:
M pom.xml
Log Message:
-----------
Updated to released dependency.
Commit: 4433846764361d848cfcb93fa8e113f6eba5a945
https://github.com/jenkinsci/subversion-plugin/commit/4433846764361d848cfcb93fa8e113f6eba5a945
Author: Jesse Glick <[email protected]>
Date: 2014-06-16 (Mon, 16 Jun 2014)
Changed paths:
M src/main/java/hudson/scm/CompareAgainstBaselineCallable.java
M src/main/java/hudson/scm/SubversionSCM.java
Log Message:
-----------
Trying to restore some diagnostic information to
CompareAgainstBaselineCallable.
Commit: 5447d90c512fb1350d5c61fc59952370ab529ff4
https://github.com/jenkinsci/subversion-plugin/commit/5447d90c512fb1350d5c61fc59952370ab529ff4
Author: Jesse Glick <[email protected]>
Date: 2014-06-16 (Mon, 16 Jun 2014)
Changed paths:
M src/test/java/hudson/scm/CompareAgainstBaselineCallableTest.java
Log Message:
-----------
Trying to restore some diagnostic information to
CompareAgainstBaselineCallable.
Commit: f1b7252c1283408f699dd5bcdd2eb6c58871b31a
https://github.com/jenkinsci/subversion-plugin/commit/f1b7252c1283408f699dd5bcdd2eb6c58871b31a
Author: Jesse Glick <[email protected]>
Date: 2014-06-16 (Mon, 16 Jun 2014)
Changed paths:
M src/main/java/hudson/scm/SubversionSCM.java
Log Message:
-----------
Restoring some deprecated method overloads for compatibility with
hypothetical plugin clients.
Commit: 5c4c1de863a6c6201c5834f72da016b574682c65
https://github.com/jenkinsci/subversion-plugin/commit/5c4c1de863a6c6201c5834f72da016b574682c65
Author: Jesse Glick <[email protected]>
Date: 2014-06-16 (Mon, 16 Jun 2014)
Changed paths:
M src/main/java/hudson/scm/SubversionSCM.java
Log Message:
-----------
Forgot to override isApplicable.
Commit: e87e989537edc5eaabb2cd22f786f7778a24948e
https://github.com/jenkinsci/subversion-plugin/commit/e87e989537edc5eaabb2cd22f786f7778a24948e
Author: Jesse Glick <[email protected]>
Date: 2014-06-16 (Mon, 16 Jun 2014)
Changed paths:
M pom.xml
M src/main/java/hudson/scm/SVNRevisionState.java
M src/main/java/hudson/scm/SubversionChangeLogBuilder.java
M src/main/java/hudson/scm/SubversionChangeLogParser.java
M src/main/java/hudson/scm/SubversionChangeLogSet.java
M src/main/java/hudson/scm/SubversionRepositoryStatus.java
M src/main/java/hudson/scm/SubversionSCM.java
M src/main/java/hudson/scm/SubversionTagAction.java
M src/main/java/hudson/scm/SvnExternalsFileManager.java
M src/test/java/hudson/scm/SubversionChangeLogParserTest.java
M src/test/java/hudson/scm/SubversionRepositoryStatusTest.java
Log Message:
-----------
Merge pull request #86 from jglick/SCM-Job
[JENKINS-23365] Work in a general Job
Compare:
https://github.com/jenkinsci/subversion-plugin/compare/c0f3ef41c034...e87e989537ed
--
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.