Branch: refs/tags/clearcase-ucm-plugin-1.7.1
Home: https://github.com/jenkinsci/clearcase-ucm-plugin
Commit: 1fd1f6e2014c8deca2316189ae5ea133b3f33147
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/1fd1f6e2014c8deca2316189ae5ea133b3f33147
Author: Thierry Lacour <[email protected]>
Date: 2016-03-07 (Mon, 07 Mar 2016)
Changed paths:
M src/main/java/net/praqma/hudson/scm/PollingModeJobDslContext.java
Log Message:
-----------
Job DSL ExcludeList defaults to empty, rather than null
Commit: 4a3f85adf5973266b15a751c542cd069bfa0b86b
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/4a3f85adf5973266b15a751c542cd069bfa0b86b
Author: Mads Nielsen <[email protected]>
Date: 2016-08-23 (Tue, 23 Aug 2016)
Changed paths:
M pom.xml
Log Message:
-----------
Updated pom to 1.7.0
Commit: 0653319d19728e3d212ef1abef8daca1888079a5
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/0653319d19728e3d212ef1abef8daca1888079a5
Author: Mads Nielsen <[email protected]>
Date: 2016-08-24 (Wed, 24 Aug 2016)
Changed paths:
M pom.xml
Log Message:
-----------
Added pom.xml to make a new release. Change to jenkins-ci infra.
Commit: 888733e0e41136854f7ef638f0b111dab51efe30
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/888733e0e41136854f7ef638f0b111dab51efe30
Author: ReleasePraqma <[email protected]>
Date: 2016-08-25 (Thu, 25 Aug 2016)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release clearcase-ucm-plugin-1.7.0
Commit: 29778cae3f4791fb7fe8ffc5dbc7319321d81439
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/29778cae3f4791fb7fe8ffc5dbc7319321d81439
Author: ReleasePraqma <[email protected]>
Date: 2016-08-25 (Thu, 25 Aug 2016)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: a53cd03eb71af555ec4091d19489205ab9ef0363
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/a53cd03eb71af555ec4091d19489205ab9ef0363
Author: Praqma Release User <[email protected]>
Date: 2018-05-23 (Wed, 23 May 2018)
Changed paths:
M pom.xml
M src/main/java/net/praqma/hudson/CCUCMBuildAction.java
M src/main/java/net/praqma/hudson/nametemplates/DateTemplate.java
M src/main/java/net/praqma/hudson/nametemplates/FileFoundable.java
M src/main/java/net/praqma/hudson/notifier/PollSubscribeRemotePostBuild.java
M src/main/java/net/praqma/hudson/notifier/RemotePostBuild.java
M src/main/java/net/praqma/hudson/remoting/CheckoutTask.java
M src/main/java/net/praqma/hudson/remoting/CreateChangeSetRemote.java
M src/main/java/net/praqma/hudson/remoting/CreateRemoteBaseline.java
M src/main/java/net/praqma/hudson/remoting/EndView.java
M src/main/java/net/praqma/hudson/remoting/GetClearCaseVersion.java
M
src/main/java/net/praqma/hudson/remoting/GetConsideredBaselinesForSubscribe.java
M
src/main/java/net/praqma/hudson/remoting/GetDetermineResultForSubscribe.java
M src/main/java/net/praqma/hudson/remoting/GetLatestForActivities.java
M src/main/java/net/praqma/hudson/remoting/GetRebaseBaselines.java
M src/main/java/net/praqma/hudson/remoting/GetRelatedStreams.java
M src/main/java/net/praqma/hudson/remoting/GetRemoteBaselineFromStream.java
M src/main/java/net/praqma/hudson/remoting/LoadEntity.java
M src/main/java/net/praqma/hudson/remoting/RebaseCancelTask.java
M src/main/java/net/praqma/hudson/remoting/RebaseCompleteTask.java
M src/main/java/net/praqma/hudson/remoting/RebaseTask.java
M src/main/java/net/praqma/hudson/remoting/RemoteClearCaseCheck.java
M src/main/java/net/praqma/hudson/remoting/RemoteDeliverComplete.java
M src/main/java/net/praqma/hudson/remoting/deliver/GetChanges.java
M src/main/java/net/praqma/hudson/remoting/deliver/MakeDeliverView.java
M src/main/java/net/praqma/hudson/remoting/deliver/StartDeliver.java
A src/main/resources/META-INF/hudson.remoting.ClassFilter
M src/main/resources/index.jelly
M src/main/resources/net/praqma/hudson/notifier/CCUCMNotifier/config.jelly
M src/main/resources/net/praqma/hudson/scm/CCUCMScm/global.jelly
M src/main/resources/net/praqma/hudson/scm/ChangeLogSetImpl/digest.jelly
M src/main/resources/net/praqma/hudson/scm/ChangeLogSetImpl/index.jelly
M
src/main/resources/net/praqma/hudson/scm/pollingmode/ComponentSelectionCriteriaRequirement/config.jelly
M
src/main/resources/net/praqma/hudson/scm/pollingmode/JobNameRequirement/config.jelly
A src/test/java/net/praqma/hudson/test/unit/JEP200.java
Log Message:
-----------
Work in progress for JEP200 fix
Run test with 'mvn clean compile test -Dtest=net.praqma.hudson.test.unit.JEP200
-Djenkins.version=2.111'
Commit: ff7840254f76abb32615de2c84994fa3f18c7aac
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/ff7840254f76abb32615de2c84994fa3f18c7aac
Author: Praqma Release User <[email protected]>
Date: 2018-06-18 (Mon, 18 Jun 2018)
Changed paths:
M pom.xml
R src/test/java/net/praqma/hudson/test/BaseTestClass.java
R src/test/java/net/praqma/hudson/test/CCUCMRule.java
R src/test/java/net/praqma/hudson/test/EnableLoggerAction.java
R src/test/java/net/praqma/hudson/test/LoggerListener.java
R src/test/java/net/praqma/hudson/test/LoggerRule.java
R src/test/java/net/praqma/hudson/test/SystemValidator.java
R src/test/java/net/praqma/hudson/test/integration/child/ActivityTestIT.java
R
src/test/java/net/praqma/hudson/test/integration/child/BaselinesFoundFailedIT.java
R
src/test/java/net/praqma/hudson/test/integration/child/BaselinesFoundIT.java
R
src/test/java/net/praqma/hudson/test/integration/child/GetBaselinesTestIT.java
R
src/test/java/net/praqma/hudson/test/integration/child/ManualTriggerIT.java
R src/test/java/net/praqma/hudson/test/integration/child/PollingIT.java
R
src/test/java/net/praqma/hudson/test/integration/rebase/BaselinesFoundIT.java
R src/test/java/net/praqma/hudson/test/integration/self/AnyIT.java
R
src/test/java/net/praqma/hudson/test/integration/self/BaselinesFoundFailsIT.java
R
src/test/java/net/praqma/hudson/test/integration/self/BaselinesFoundIT.java
R
src/test/java/net/praqma/hudson/test/integration/self/NoNewBaselinesFoundIT.java
R src/test/java/net/praqma/hudson/test/integration/self/PollingIT.java
R
src/test/java/net/praqma/hudson/test/integration/sibling/BaselinesFoundIT.java
R
src/test/java/net/praqma/hudson/test/integration/subscribe/BaselinesFoundIT.java
R
src/test/java/net/praqma/hudson/test/integration/subscribe/ClearCaseUCMConfigurationComponentDTO.java
R
src/test/java/net/praqma/hudson/test/integration/subscribe/ClearCaseUCMConfigurationDTO.java
R
src/test/java/net/praqma/hudson/test/integration/subscribe/ClearcaseUCMCompatability.java
R
src/test/java/net/praqma/hudson/test/integration/subscribe/CompatabilityCompatible.java
R
src/test/java/net/praqma/hudson/test/integration/subscribe/ExternalData.java
R
src/test/java/net/praqma/hudson/test/integration/subscribe/MongoExternalDataSourceRule.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS13944IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS14436IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS14702IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS14806IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS16072IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS16487IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS16620IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS16636IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS18278BaseIT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS18278IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS18278InterprojectIT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS18279IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS18280IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS18281IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS19558IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story01IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story02IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story03IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story04IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story05IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story06Base.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story06IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story06WithSlavesIT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story07IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story08IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story09IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story10IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story11IT.java
R src/test/java/net/praqma/hudson/test/unit/JEP200.java
A src/test/java/net/praqma/jenkins/test/unit/JEP200.java
R src/test/resources/2bootStrapVob.bat
R src/test/resources/bootStrapVob.bat
R src/test/resources/create-baseline.xml
R src/test/resources/manuel-test-setup.xml
R src/test/resources/prepare.txt
R src/test/resources/setup-JENKINS-14436.xml
R src/test/resources/setup-JENKINS-14702.xml
R src/test/resources/setup-JENKINS-14806.xml
R src/test/resources/setup-JENKINS-16620.xml
R src/test/resources/setup-basic.xml
R src/test/resources/setup-bl-on-dev.xml
R src/test/resources/setup-interproject-basic.xml
R src/test/resources/setup-interproject.xml
R src/test/resources/setup-jenkins-project.xml
R src/test/resources/setup-story10.xml
R src/test/resources/setup-story3.xml
R src/test/resources/setup-story4.xml
R src/test/resources/setup-story5.xml
R src/test/resources/setup-story7.xml
R src/test/resources/setup.xml
Log Message:
-----------
Removed tests we can no longer support. Plugin is EOL
Commit: d79d04350377d264caa2e5f27bfb6b5420e39178
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/d79d04350377d264caa2e5f27bfb6b5420e39178
Author: Praqma Release User <[email protected]>
Date: 2018-06-18 (Mon, 18 Jun 2018)
Changed paths:
M pom.xml
Log Message:
-----------
Removed own repository from pom. Now official plugin
Commit: 862efab4d3ecd345caefd394fbddc1c72d13fda5
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/862efab4d3ecd345caefd394fbddc1c72d13fda5
Author: Praqma Release User <[email protected]>
Date: 2018-06-18 (Mon, 18 Jun 2018)
Changed paths:
M src/main/java/net/praqma/hudson/CCUCMBuildAction.java
M src/main/java/net/praqma/hudson/Config.java
M src/main/java/net/praqma/hudson/Util.java
M
src/main/java/net/praqma/hudson/nametemplates/ClearCaseVersionNumberTemplate.java
M src/main/java/net/praqma/hudson/nametemplates/FileTemplate.java
M src/main/java/net/praqma/hudson/nametemplates/VersionNumberTemplate.java
M src/main/java/net/praqma/hudson/notifier/CCUCMNotifier.java
M src/main/java/net/praqma/hudson/notifier/PollSubscribeRemotePostBuild.java
M src/main/java/net/praqma/hudson/notifier/RemotePostBuild.java
M src/main/java/net/praqma/hudson/remoting/CheckoutTask.java
M src/main/java/net/praqma/hudson/remoting/CreateChangeSetRemote.java
M src/main/java/net/praqma/hudson/remoting/GetRemoteBaselineFromStream.java
M src/main/java/net/praqma/hudson/remoting/RemoteClearCaseCheck.java
M src/main/java/net/praqma/hudson/scm/CCUCMScm.java
M src/main/java/net/praqma/hudson/scm/ChangeLogParserImpl.java
M src/main/java/net/praqma/hudson/scm/ClearCaseChangeset.java
M src/main/java/net/praqma/hudson/scm/pollingmode/PollSubscribeMode.java
Log Message:
-----------
Fixed findbugs prior to release. Part of #27
Commit: 462421d6020fc07a2017bb0946870e8d4aea26f8
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/462421d6020fc07a2017bb0946870e8d4aea26f8
Author: ReleasePraqma <[email protected]>
Date: 2018-06-18 (Mon, 18 Jun 2018)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release clearcase-ucm-plugin-1.7.1
Compare:
https://github.com/jenkinsci/clearcase-ucm-plugin/compare/1fd1f6e2014c%5E...462421d6020f
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clearcase-ucm-plugin/push/refs/tags/clearcase-ucm-plugin-1.7.1/000000-52a67f%40github.com.