Branch: refs/heads/master
Home: https://github.com/jenkinsci/cvs-plugin
Commit: acda8d6d6cc9053f770ae765c497a6396b860b9f
https://github.com/jenkinsci/cvs-plugin/commit/acda8d6d6cc9053f770ae765c497a6396b860b9f
Author: mgraciano <mgraciano@mgraciano-laptop>
Date: 2012-08-14 (Tue, 14 Aug 2012)
Changed paths:
M src/main/java/hudson/scm/CVSChangeLogSet.java
Log Message:
-----------
[JENKINS-14711] - No changelist in CVS plugin 2.5 using rlog, but "cli rlog"
works fine
Commit: c990be067a84f6dda9a127dada65e47e0b91ec84
https://github.com/jenkinsci/cvs-plugin/commit/c990be067a84f6dda9a127dada65e47e0b91ec84
Author: mgraciano <mgraciano@mgraciano-laptop>
Date: 2012-08-16 (Thu, 16 Aug 2012)
Changed paths:
M src/main/java/hudson/scm/CVSChangeLogSet.java
M src/test/java/hudson/scm/CVSChangeLogParserTest.java
A src/test/resources/hudson/scm/changelogCurrentFormat.xml
A src/test/resources/hudson/scm/changelogRegression14711.xml
Log Message:
-----------
Created tests to verify changelog parsing retrocompatibility for JENKINS-14711
Commit: e50ef5e9abf9f196a4c7e487481c5dcfcac094e9
https://github.com/jenkinsci/cvs-plugin/commit/e50ef5e9abf9f196a4c7e487481c5dcfcac094e9
Author: mgraciano <mgraciano@mgraciano-laptop>
Date: 2012-08-16 (Thu, 16 Aug 2012)
Changed paths:
A src/test/java/hudson/scm/CVSChangeLogSetTest.java
Log Message:
-----------
Created tests to avoid regressions as JENKINS-14711
Commit: b2e03e15fe67be68c9c4aabb843792d9ffc8b3cb
https://github.com/jenkinsci/cvs-plugin/commit/b2e03e15fe67be68c9c4aabb843792d9ffc8b3cb
Author: mgraciano <mgraciano@mgraciano-laptop>
Date: 2012-08-16 (Thu, 16 Aug 2012)
Changed paths:
M src/main/java/hudson/scm/CVSChangeLogSet.java
Log Message:
-----------
Implemented suggestions to simplify the implementation and allow easier
evolution of date/time format
Commit: 7b2322db8d83efbef17a4dc1bf1f67931d83f0e2
https://github.com/jenkinsci/cvs-plugin/commit/7b2322db8d83efbef17a4dc1bf1f67931d83f0e2
Author: mc1arke <[email protected]>
Date: 2012-08-17 (Fri, 17 Aug 2012)
Changed paths:
M src/main/java/hudson/scm/CVSChangeLogSet.java
M src/test/java/hudson/scm/CVSChangeLogParserTest.java
A src/test/java/hudson/scm/CVSChangeLogSetTest.java
A src/test/resources/hudson/scm/changelogCurrentFormat.xml
A src/test/resources/hudson/scm/changelogRegression14711.xml
Log Message:
-----------
Merge pull request #14 from mgraciano/master
Fix for issue JENKINS-14711
Compare:
https://github.com/jenkinsci/cvs-plugin/compare/dd3cbc6479a4...7b2322db8d83