Branch: refs/heads/recovery
Home: https://github.com/jenkinsci/integrity-plugin
Commit: 49827e693bd41321a86d200805281f36ae207efd
https://github.com/jenkinsci/integrity-plugin/commit/49827e693bd41321a86d200805281f36ae207efd
Author: Nicolas De loof <[email protected]>
Date: 2013-11-25 (Mon, 25 Nov 2013)
Changed paths:
M src/main/java/hudson/scm/IntegrityCheckpointAction.java
Log Message:
-----------
ClassCastException when used in conjonction with cloudbees folders plugin
Commit: 812efb42dbd657c9fd74c198a9b832ef2dc4da7a
https://github.com/jenkinsci/integrity-plugin/commit/812efb42dbd657c9fd74c198a9b832ef2dc4da7a
Author: elksson <[email protected]>
Date: 2013-12-26 (Thu, 26 Dec 2013)
Changed paths:
M src/main/java/hudson/scm/DerbyUtils.java
Log Message:
-----------
Update DerbyUtils.java
[JENKINS-21150]
Fixed Error where when Log stated DB failed to shutdown when it was actually
shutting down properly
Modified DERBY_DB_FOLDER is now a format string.
DerbyUtils.createDBConnection now takes a DBname as a parameter
DerbyUtils.shutdownDB now takes a DBName as a parameter
re-scoped DERBY_DB_FOLDER access to private
- These variables should only be used by Derby Utils
- If a DB Connection is needed use DerbyUtils.createDBConnection
- If a DB should be sutdown use DerbyUtils.shutdownDB
Moved re-factored DerbyUtils
Commit: f875bec1c26fc178067059475a35eae489efebac
https://github.com/jenkinsci/integrity-plugin/commit/f875bec1c26fc178067059475a35eae489efebac
Author: elksson <[email protected]>
Date: 2013-12-26 (Thu, 26 Dec 2013)
Changed paths:
M src/main/java/hudson/scm/APISession.java
Log Message:
-----------
Update APISession.java
[JENKINS-21151]
Moved createAPISession method to APISession class
- This re-use of the code to get an APISession Checkin,checkpoint, and
checkout
Made re-scoped APISession constructor
- All instances of APISession should be created through static method
APISession.create
Commit: 5e48e12426e59c7bc61605b7e950eb2b95a72c10
https://github.com/jenkinsci/integrity-plugin/commit/5e48e12426e59c7bc61605b7e950eb2b95a72c10
Author: elksson <[email protected]>
Date: 2013-12-26 (Thu, 26 Dec 2013)
Changed paths:
A src/main/java/hudson/scm/IntegrityConfigurable
Log Message:
-----------
Create IntegrityConfigurable Interface
[JENKINS-21151]
Added IntegrityConfigurable
-This settings object is used to store settings used to create an
APISession
-Checkpoint, Checkout, and Checkin all implement this interface
-Checkpoint, Checkout, and Checkin all also need to have a config.jelly
that allows configuring the integrity settings
Commit: f39888381195963d8e0631fa9f370186d519f359
https://github.com/jenkinsci/integrity-plugin/commit/f39888381195963d8e0631fa9f370186d519f359
Author: elksson <[email protected]>
Date: 2013-12-26 (Thu, 26 Dec 2013)
Changed paths:
M src/main/java/hudson/scm/IntegrityCheckinAction.java
Log Message:
-----------
Update IntegrityCheckinAction.java
[JENKINS-21151]
Implemented IntegrityConfigurable interface
Added fields for IntegrityConfigurble interface
Added databound constructor
Modified newInstance function to use databound Constructor
Commit: d51de774d1571baf0e28300170d43119603c947e
https://github.com/jenkinsci/integrity-plugin/commit/d51de774d1571baf0e28300170d43119603c947e
Author: elksson <[email protected]>
Date: 2013-12-26 (Thu, 26 Dec 2013)
Changed paths:
M src/main/java/hudson/scm/IntegrityCheckinTask.java
Log Message:
-----------
Update IntegrityCheckinTask.java
[JENKINS-21151]
[JENKINS-21152]
Ensured that all files checked in get unlock afterwards
Modified checkin Task to use APISession.create to get the APISession
Commit: 06b91b3d1f5c1957c7b1caa92352eed7b315cde4
https://github.com/jenkinsci/integrity-plugin/commit/06b91b3d1f5c1957c7b1caa92352eed7b315cde4
Author: elksson <[email protected]>
Date: 2013-12-26 (Thu, 26 Dec 2013)
Changed paths:
M src/main/java/hudson/scm/IntegrityCheckoutTask.java
Log Message:
-----------
Update IntegrityCheckoutTask.java
[JENKINS-21151]
Minor changes to support using APISession.create
Commit: 979e49706a30c04d7a13260435323137c28318d0
https://github.com/jenkinsci/integrity-plugin/commit/979e49706a30c04d7a13260435323137c28318d0
Author: elksson <[email protected]>
Date: 2013-12-26 (Thu, 26 Dec 2013)
Changed paths:
M src/main/java/hudson/scm/IntegrityCheckpointAction.java
Log Message:
-----------
Update IntegrityCheckpointAction.java
[JENKINS-21151]
Implemented IntegrityConfigurable interface
Added fields for IntegrityConfigurble interface
Added databound constructor
Modified newInstance function to use databound Constructor
Commit: bb72f65600a33f231e4988186e5adb9f44625673
https://github.com/jenkinsci/integrity-plugin/commit/bb72f65600a33f231e4988186e5adb9f44625673
Author: elksson <[email protected]>
Date: 2013-12-26 (Thu, 26 Dec 2013)
Changed paths:
M src/main/java/hudson/scm/IntegrityCMProject.java
Log Message:
-----------
Update IntegrityCMProject.java
[JENKINS-21150]
Commit: 78d91ef4b2390a890474908de13d1c6adb8f11dc
https://github.com/jenkinsci/integrity-plugin/commit/78d91ef4b2390a890474908de13d1c6adb8f11dc
Author: elksson <[email protected]>
Date: 2013-12-26 (Thu, 26 Dec 2013)
Changed paths:
M src/main/java/hudson/scm/IntegrityItemAction.java
Log Message:
-----------
Update IntegrityItemAction.java
[JENKINS-21151]
Implemented IntegrityConfigurable interface
Commit: 0a9ca1b12a90445276c1fd01e1c8c69ca1d11878
https://github.com/jenkinsci/integrity-plugin/commit/0a9ca1b12a90445276c1fd01e1c8c69ca1d11878
Author: elksson <[email protected]>
Date: 2013-12-26 (Thu, 26 Dec 2013)
Log Message:
-----------
Update IntegritySCM.java
[JENKINS-21151]
Implemented IntegrityConfigurable interface
Commit: 328e684123dc156deac0a1c23ecad7bce4907d4a
https://github.com/jenkinsci/integrity-plugin/commit/328e684123dc156deac0a1c23ecad7bce4907d4a
Author: elksson <[email protected]>
Date: 2013-12-26 (Thu, 26 Dec 2013)
Changed paths:
M src/main/java/hudson/scm/IntegritySCM.java
Log Message:
-----------
Update IntegritySCM.java
[JENKINS-21151]
[JENKINS-21150]
Implemented IntegrityConfigurable interface
Other necessary changes to support the changes made for the above issues
Commit: 2adac27c6f4ad71a8c88e7badee62b826980bf0c
https://github.com/jenkinsci/integrity-plugin/commit/2adac27c6f4ad71a8c88e7badee62b826980bf0c
Author: elksson <[email protected]>
Date: 2013-12-26 (Thu, 26 Dec 2013)
Changed paths:
M src/main/resources/hudson/scm/IntegritySCM/config.jelly
Log Message:
-----------
Update config.jelly
[JENKINS-21151]
modified config.jelly to support IntegrityConfigurable interface
Commit: 1906c575c7fb676aa7ff0c808702462ed0304f3a
https://github.com/jenkinsci/integrity-plugin/commit/1906c575c7fb676aa7ff0c808702462ed0304f3a
Author: elksson <[email protected]>
Date: 2013-12-26 (Thu, 26 Dec 2013)
Changed paths:
M src/main/resources/hudson/scm/IntegrityItemAction/config.jelly
Log Message:
-----------
Update config.jelly
[JENKINS-21151]
modified config.jelly to support IntegrityConfigurable interface
Commit: 91bbe3f6e666e1d309424a4959a580ae5411d743
https://github.com/jenkinsci/integrity-plugin/commit/91bbe3f6e666e1d309424a4959a580ae5411d743
Author: elksson <[email protected]>
Date: 2013-12-26 (Thu, 26 Dec 2013)
Changed paths:
M src/main/resources/hudson/scm/IntegrityCheckpointAction/config.jelly
Log Message:
-----------
Update config.jelly
[JENKINS-21151]
modified config.jelly to support IntegrityConfigurable interface
Commit: 2d28f163d10a30f8dde265f30470f227d970df81
https://github.com/jenkinsci/integrity-plugin/commit/2d28f163d10a30f8dde265f30470f227d970df81
Author: elksson <[email protected]>
Date: 2013-12-26 (Thu, 26 Dec 2013)
Changed paths:
M src/main/resources/hudson/scm/IntegrityCheckinAction/config.jelly
Log Message:
-----------
Update config.jelly
[JENKINS-21151]
modified config.jelly to support IntegrityConfigurable interface
Commit: 215c27d937b99e5ce680989fd0b6bcf9243c1cba
https://github.com/jenkinsci/integrity-plugin/commit/215c27d937b99e5ce680989fd0b6bcf9243c1cba
Author: elksson <[email protected]>
Date: 2013-12-26 (Thu, 26 Dec 2013)
Changed paths:
R src/main/java/hudson/scm/IntegrityConfigurable
A src/main/java/hudson/scm/IntegrityConfigurable.java
Log Message:
-----------
Rename IntegrityConfigurable to IntegrityConfigurable.java
Added .java file extension
Commit: dde34906510a9ab528438fe177680c1be1f5d428
https://github.com/jenkinsci/integrity-plugin/commit/dde34906510a9ab528438fe177680c1be1f5d428
Author: elksson <[email protected]>
Date: 2013-12-28 (Sat, 28 Dec 2013)
Changed paths:
M src/main/java/hudson/scm/APISession.java
M src/main/java/hudson/scm/DerbyUtils.java
M src/main/java/hudson/scm/IntegrityCMProject.java
M src/main/java/hudson/scm/IntegrityCheckinAction.java
M src/main/java/hudson/scm/IntegrityCheckinTask.java
M src/main/java/hudson/scm/IntegrityCheckoutTask.java
M src/main/java/hudson/scm/IntegrityCheckpointAction.java
A src/main/java/hudson/scm/IntegrityConfigurable.java
M src/main/java/hudson/scm/IntegrityItemAction.java
M src/main/java/hudson/scm/IntegritySCM.java
M src/main/resources/hudson/scm/IntegrityCheckinAction/config.jelly
M src/main/resources/hudson/scm/IntegrityCheckpointAction/config.jelly
M src/main/resources/hudson/scm/IntegrityItemAction/config.jelly
M src/main/resources/hudson/scm/IntegritySCM/config.jelly
Log Message:
-----------
Merge pull request #3 from elksson/master
[Fixed JENKINS-21150]
[Fixed JENKINS-21151]
[Fixed JENKINS-21152]
Commit: 79ee6618b4fb1fa12c0e7b644156c9f9f1fc6afb
https://github.com/jenkinsci/integrity-plugin/commit/79ee6618b4fb1fa12c0e7b644156c9f9f1fc6afb
Author: elksson <[email protected]>
Date: 2013-12-30 (Mon, 30 Dec 2013)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.19
Commit: 411bc4a1a69108e6dca24540245735eba5cf2ad1
https://github.com/jenkinsci/integrity-plugin/commit/411bc4a1a69108e6dca24540245735eba5cf2ad1
Author: elksson <[email protected]>
Date: 2013-12-30 (Mon, 30 Dec 2013)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 34618c8c84390f502eb61cf18664e455e9e6ef8c
https://github.com/jenkinsci/integrity-plugin/commit/34618c8c84390f502eb61cf18664e455e9e6ef8c
Author: Cletus D'Souza <[email protected]>
Date: 2014-01-07 (Tue, 07 Jan 2014)
Changed paths:
M pom.xml
M src/main/java/hudson/scm/APISession.java
M src/main/java/hudson/scm/IntegrityCMProject.java
M src/main/java/hudson/scm/IntegrityCheckinAction.java
M src/main/java/hudson/scm/IntegrityCheckpointAction.java
M src/main/java/hudson/scm/IntegrityConfigurable.java
M src/main/java/hudson/scm/IntegrityItemAction.java
M src/main/java/hudson/scm/IntegritySCM.java
M src/main/resources/hudson/scm/IntegrityItemAction/config.jelly
A src/main/resources/hudson/scm/IntegritySCM/help-configurationName.html
Log Message:
-----------
JENKINS-20751: PTC_Integrity Plugin- file exclude filter not working for
multiple entries - Fix contributed by Matthias Rump
JENKINS-20541: Expose Checkpoint Number to build environment
Fixed potential security issue where Firefox can expose saved passwords in
clear text
Commit: f5a22ee59afc7b9017060e0c10a74d7520c8e823
https://github.com/jenkinsci/integrity-plugin/commit/f5a22ee59afc7b9017060e0c10a74d7520c8e823
Author: Cletus D'Souza <[email protected]>
Date: 2014-01-07 (Tue, 07 Jan 2014)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.20
Commit: d950560f39295eb652d8b3088158eeaea47f7509
https://github.com/jenkinsci/integrity-plugin/commit/d950560f39295eb652d8b3088158eeaea47f7509
Author: Cletus D'Souza <[email protected]>
Date: 2014-01-07 (Tue, 07 Jan 2014)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 851efa5544497c4474820d5fb84615daa585d596
https://github.com/jenkinsci/integrity-plugin/commit/851efa5544497c4474820d5fb84615daa585d596
Author: Christian Buerenheide <[email protected]>
Date: 2014-01-10 (Fri, 10 Jan 2014)
Changed paths:
M src/main/java/hudson/scm/DerbyUtils.java
M src/main/java/hudson/scm/IntegrityCMProject.java
M src/main/java/hudson/scm/IntegrityCheckinTask.java
M src/main/java/hudson/scm/IntegrityCheckpointAction.java
M src/main/java/hudson/scm/IntegritySCM.java
Log Message:
-----------
-Added subproject support for addProjectLabel:w
Commit: ed65cb99aa76f1aae67fd206316e3919b6f8d7ed
https://github.com/jenkinsci/integrity-plugin/commit/ed65cb99aa76f1aae67fd206316e3919b6f8d7ed
Author: Christian Buerenheide <[email protected]>
Date: 2014-01-14 (Tue, 14 Jan 2014)
Changed paths:
M src/main/java/hudson/scm/IntegrityCMProject.java
Log Message:
-----------
Avoid NullPointerException
Commit: 761565c242ef9d0c55c6415fc51a7d08994289c0
https://github.com/jenkinsci/integrity-plugin/commit/761565c242ef9d0c55c6415fc51a7d08994289c0
Author: Cletus D'Souza <[email protected]>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M src/main/java/hudson/scm/APISession.java
M src/main/java/hudson/scm/IntegrityCMProject.java
M src/main/java/hudson/scm/IntegrityChangeLogParser.java
M src/main/java/hudson/scm/IntegrityCheckinTask.java
M src/main/java/hudson/scm/IntegrityCheckoutTask.java
M src/main/java/hudson/scm/IntegrityCheckpointAction.java
M src/main/java/hudson/scm/IntegrityItemAction.java
M src/main/java/hudson/scm/IntegritySCM.java
Log Message:
-----------
Contributions from Christian Buerenheide
JENKINS-21350: Here we get a NullPointerException when checking out a variant
project where the original project has been moved. In my opinion this is a
major problem and it would be good to have it fixed in one of the next plugin
versions.
JENKINS-21351: This is just a nice-to-have. A little inconsistency since Groovy
expressions can be used in the main SCM config section but not in the checkin
post-build action.
JENKINS-21370: The addprojectlabel functionality had been removed with 1.20.
This feature has been recovered and extended with the functionality to recurse
subprojects for applying checkpoint labels to subprojects as well.
Additionally, fixed:
JENKINS-21410: memory leak in Plugin 1.20
Fixed issue when moved files are fetched from server
Commit: 64347efaff94d0f9e2f899f4830ed820a9ee0e93
https://github.com/jenkinsci/integrity-plugin/commit/64347efaff94d0f9e2f899f4830ed820a9ee0e93
Author: Cletus D'Souza <[email protected]>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.21
Commit: 9b870c8caa6e286b782391c7c509c10678eac0f4
https://github.com/jenkinsci/integrity-plugin/commit/9b870c8caa6e286b782391c7c509c10678eac0f4
Author: Cletus D'Souza <[email protected]>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 4a8fd6834ba9d850315f928847a32c9fcb70fec9
https://github.com/jenkinsci/integrity-plugin/commit/4a8fd6834ba9d850315f928847a32c9fcb70fec9
Author: Cletus D'Souza <[email protected]>
Date: 2014-01-24 (Fri, 24 Jan 2014)
Changed paths:
M src/main/java/hudson/scm/IntegrityCMProject.java
Log Message:
-----------
Rolled back changes for fix to member path different from project path
Instead trapping edge case and logging warning
Commit: 26ad4ccb010a305c5f3a233b8c24bd54ec50fa9a
https://github.com/jenkinsci/integrity-plugin/commit/26ad4ccb010a305c5f3a233b8c24bd54ec50fa9a
Author: Cletus D'Souza <[email protected]>
Date: 2014-01-24 (Fri, 24 Jan 2014)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.22
Commit: c294d70ea79632d8f5683b671f8b254f75d17baf
https://github.com/jenkinsci/integrity-plugin/commit/c294d70ea79632d8f5683b671f8b254f75d17baf
Author: Cletus D'Souza <[email protected]>
Date: 2014-01-24 (Fri, 24 Jan 2014)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: c8bea4be0ea72bd50a921828e982cd263c85ff08
https://github.com/jenkinsci/integrity-plugin/commit/c8bea4be0ea72bd50a921828e982cd263c85ff08
Author: maschuru <[email protected]>
Date: 2014-02-10 (Mon, 10 Feb 2014)
Changed paths:
M src/main/java/hudson/scm/APISession.java
Log Message:
-----------
Update APISession.java - public void Terminate()
Splitted code in Try-catch block to ensure execution even if one of the
previous commands trows an exception.
Extended debug logging.
Commit: 9c4605abb92d6adebd8618828bd8c49e3d0cb526
https://github.com/jenkinsci/integrity-plugin/commit/9c4605abb92d6adebd8618828bd8c49e3d0cb526
Author: Cletus D'Souza <[email protected]>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M src/main/java/hudson/scm/APISession.java
M src/main/java/hudson/scm/IntegrityCMProject.java
M src/main/java/hudson/scm/IntegrityCheckoutTask.java
M src/main/java/hudson/scm/IntegritySCM.java
Log Message:
-----------
Resolved the following issues:
JENKINS-21587: memory leak in Plugin 1.22 -orphaned Logger Threads (accepted
patch from Matthias Rump - thank you!)
JENKINS-21479: Poll SCM trigger no functioning during the first execution
JENKINS-21260: PTC integrity plugin: version 1.19 instantly triggers new build
though corresponding files in repository have not been changed!
Commit: 0629dd80189bafae96ae5c93b763bd5c260df766
https://github.com/jenkinsci/integrity-plugin/commit/0629dd80189bafae96ae5c93b763bd5c260df766
Author: Cletus D'Souza <[email protected]>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.23
Commit: f57d17bf8ec14790ec4be511ef272b8d30b4d2e6
https://github.com/jenkinsci/integrity-plugin/commit/f57d17bf8ec14790ec4be511ef272b8d30b4d2e6
Author: Cletus D'Souza <[email protected]>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: cf57dd7fcd0ade159cedd7c91b9820e78db3c5f4
https://github.com/jenkinsci/integrity-plugin/commit/cf57dd7fcd0ade159cedd7c91b9820e78db3c5f4
Author: Cletus D'Souza <[email protected]>
Date: 2014-05-20 (Tue, 20 May 2014)
Changed paths:
M .classpath
M src/main/java/hudson/scm/IntegrityCheckinAction.java
M src/main/java/hudson/scm/IntegrityCheckoutTask.java
M src/main/java/hudson/scm/IntegrityCheckpointAction.java
M src/main/java/hudson/scm/IntegrityDeleteNonMembersAction.java
M src/main/java/hudson/scm/IntegrityItemAction.java
Log Message:
-----------
Fixed specific serialization issue - java.io.NotSerializableException:
hudson.scm.IntegrityCheckinAction
Added serialization to Checkpoint, Delete Non Members, and Item Actions
Supressing unbuffered entity error on checkout
Added logging for Test Execution in IntegrityItemAction
Commit: 5783a5bcf47325f0a25a745c506ecac5e9582cc8
https://github.com/jenkinsci/integrity-plugin/commit/5783a5bcf47325f0a25a745c506ecac5e9582cc8
Author: Cletus D'Souza <[email protected]>
Date: 2014-05-20 (Tue, 20 May 2014)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.24
Commit: 83f522a9ff7db29d477153d63638eec33b52de69
https://github.com/jenkinsci/integrity-plugin/commit/83f522a9ff7db29d477153d63638eec33b52de69
Author: Cletus D'Souza <[email protected]>
Date: 2014-05-20 (Tue, 20 May 2014)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 9274620650f8e8374383cc3bee90d1aa8647500a
https://github.com/jenkinsci/integrity-plugin/commit/9274620650f8e8374383cc3bee90d1aa8647500a
Author: Cletus D'Souza <[email protected]>
Date: 2014-06-11 (Wed, 11 Jun 2014)
Changed paths:
M src/main/java/hudson/scm/IntegrityCheckpointAction.java
Log Message:
-----------
Fix for JENKINS-23404
Commit: 38fc038d4c9a3b982ebd71bdd37fe96ffaa21813
https://github.com/jenkinsci/integrity-plugin/commit/38fc038d4c9a3b982ebd71bdd37fe96ffaa21813
Author: Cletus D'Souza <[email protected]>
Date: 2014-06-11 (Wed, 11 Jun 2014)
Changed paths:
M src/main/resources/hudson/scm/IntegrityCheckpointAction/config.jelly
Log Message:
-----------
Fix for JENKINS-23319
Commit: cd3811e9be1474653ae106461ad94725557db124
https://github.com/jenkinsci/integrity-plugin/commit/cd3811e9be1474653ae106461ad94725557db124
Author: Cletus D'Souza <[email protected]>
Date: 2014-06-11 (Wed, 11 Jun 2014)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.25
Commit: 4328ae5e44219393f1555ca3cc49ee9b9b45242c
https://github.com/jenkinsci/integrity-plugin/commit/4328ae5e44219393f1555ca3cc49ee9b9b45242c
Author: Cletus D'Souza <[email protected]>
Date: 2014-06-11 (Wed, 11 Jun 2014)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 169636d994e924f3a7c58e800bff2f58053d6271
https://github.com/jenkinsci/integrity-plugin/commit/169636d994e924f3a7c58e800bff2f58053d6271
Author: Jesse Glick <[email protected]>
Date: 2014-07-22 (Tue, 22 Jul 2014)
Changed paths:
A .gitignore
M src/main/java/hudson/scm/IntegrityItemAction.java
Log Message:
-----------
Deprecating AbstractBuild.getTestResultAction.
Commit: e29c66112b0d6fe5c89088bb3a7ef47db1b73413
https://github.com/jenkinsci/integrity-plugin/commit/e29c66112b0d6fe5c89088bb3a7ef47db1b73413
Author: Cletus D'Souza <[email protected]>
Date: 2014-09-04 (Thu, 04 Sep 2014)
Changed paths:
M src/main/java/hudson/scm/IntegrityCheckinAction.java
Log Message:
-----------
Resolved JENKINS-23638 Error in Checkin not failing job
Commit: 24b84592236495d63ba2139b66c594c5e5f85af8
https://github.com/jenkinsci/integrity-plugin/commit/24b84592236495d63ba2139b66c594c5e5f85af8
Author: Cletus D'Souza <[email protected]>
Date: 2014-09-04 (Thu, 04 Sep 2014)
Changed paths:
M src/main/java/hudson/scm/IntegrityCheckinTask.java
Log Message:
-----------
Resolved JENKINS-23369 Unable to check-in using bypass mode
Commit: 419ae3b0e760fda7d51c4835af7efc70f89c7a1a
https://github.com/jenkinsci/integrity-plugin/commit/419ae3b0e760fda7d51c4835af7efc70f89c7a1a
Author: Cletus D'Souza <[email protected]>
Date: 2014-09-04 (Thu, 04 Sep 2014)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.26
Commit: 01c43b6ac88094d39f28337b7574cedbbdbf5b3c
https://github.com/jenkinsci/integrity-plugin/commit/01c43b6ac88094d39f28337b7574cedbbdbf5b3c
Author: Cletus D'Souza <[email protected]>
Date: 2014-09-04 (Thu, 04 Sep 2014)
Changed paths:
A .gitignore
M src/main/java/hudson/scm/IntegrityItemAction.java
Log Message:
-----------
Merge branch 'master' of github.com:jenkinsci/integrity-plugin
Commit: 172628836be13b9a90690962957154017088714b
https://github.com/jenkinsci/integrity-plugin/commit/172628836be13b9a90690962957154017088714b
Author: Cletus D'Souza <[email protected]>
Date: 2014-09-04 (Thu, 04 Sep 2014)
Changed paths:
M .gitignore
M pom.xml
Log Message:
-----------
Releasing 1.26
Commit: ba392b3874177642354cc096851c41d04d0ef107
https://github.com/jenkinsci/integrity-plugin/commit/ba392b3874177642354cc096851c41d04d0ef107
Author: Cletus D'Souza <[email protected]>
Date: 2014-09-04 (Thu, 04 Sep 2014)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.26
Commit: ab146713037c7f14df45de75365fda22e36ba061
https://github.com/jenkinsci/integrity-plugin/commit/ab146713037c7f14df45de75365fda22e36ba061
Author: Cletus D'Souza <[email protected]>
Date: 2014-09-04 (Thu, 04 Sep 2014)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 7f152721e5cafe76c9eb86ce1e45d056de36e84b
https://github.com/jenkinsci/integrity-plugin/commit/7f152721e5cafe76c9eb86ce1e45d056de36e84b
Author: Cletus D'Souza <[email protected]>
Date: 2014-10-08 (Wed, 08 Oct 2014)
Changed paths:
M src/main/java/hudson/scm/APISession.java
Log Message:
-----------
Per JENKINS-24849 added a catch exception block when CmdRunner is
released in APISession.Terminate()
Commit: 2f953bec730333f0bfe38b313630cccdec7d5c93
https://github.com/jenkinsci/integrity-plugin/commit/2f953bec730333f0bfe38b313630cccdec7d5c93
Author: Cletus D'Souza <[email protected]>
Date: 2014-10-08 (Wed, 08 Oct 2014)
Changed paths:
M src/main/java/hudson/scm/IntegrityItemAction.java
Log Message:
-----------
Fixed compatibility issues with Integrity 10.6
Commit: 7e7e28a4dac7ebb795bdc2e7e06a8c2dab123a57
https://github.com/jenkinsci/integrity-plugin/commit/7e7e28a4dac7ebb795bdc2e7e06a8c2dab123a57
Author: Cletus D'Souza <[email protected]>
Date: 2014-10-08 (Wed, 08 Oct 2014)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.27
Commit: 6c66a37346c2bd8563fb4aef3046869dd85462d1
https://github.com/jenkinsci/integrity-plugin/commit/6c66a37346c2bd8563fb4aef3046869dd85462d1
Author: Cletus D'Souza <[email protected]>
Date: 2014-10-08 (Wed, 08 Oct 2014)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 69aa2c365037d3690ad547293d89ad46d4d1c6d7
https://github.com/jenkinsci/integrity-plugin/commit/69aa2c365037d3690ad547293d89ad46d4d1c6d7
Author: Cletus D'Souza <[email protected]>
Date: 2014-10-09 (Thu, 09 Oct 2014)
Changed paths:
M src/main/java/hudson/scm/IntegrityCMProject.java
Log Message:
-----------
Resolved JENKINS-25068 uncaught null pointer exception during SCM
polling
Commit: bb626e054043e096e32031180045a4d7280cefe0
https://github.com/jenkinsci/integrity-plugin/commit/bb626e054043e096e32031180045a4d7280cefe0
Author: Cletus D'Souza <[email protected]>
Date: 2014-10-09 (Thu, 09 Oct 2014)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.28
Commit: a6aae1515cccf9c6d6afa8c70f061c957232abaf
https://github.com/jenkinsci/integrity-plugin/commit/a6aae1515cccf9c6d6afa8c70f061c957232abaf
Author: Cletus D'Souza <[email protected]>
Date: 2014-10-09 (Thu, 09 Oct 2014)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: ad83bdddbb63f7971ebcaa74206fc25dbc1e930d
https://github.com/jenkinsci/integrity-plugin/commit/ad83bdddbb63f7971ebcaa74206fc25dbc1e930d
Author: christ66 <[email protected]>
Date: 2014-10-10 (Fri, 10 Oct 2014)
Changed paths:
M src/main/java/hudson/scm/IntegritySCM.java
Log Message:
-----------
If default password is not set, the configure page will throw a NPE.
Commit: 1edfde4345ff49a472ab777b8e36af5c03aad5c7
https://github.com/jenkinsci/integrity-plugin/commit/1edfde4345ff49a472ab777b8e36af5c03aad5c7
Author: christ66 <[email protected]>
Date: 2014-10-10 (Fri, 10 Oct 2014)
Changed paths:
M .gitignore
Log Message:
-----------
Add excludes for intellij
Commit: 72bdc5c9ab8427fdbe5f8da1094a73a63dd7a362
https://github.com/jenkinsci/integrity-plugin/commit/72bdc5c9ab8427fdbe5f8da1094a73a63dd7a362
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-02 (Mon, 02 Feb 2015)
Changed paths:
M .classpath
M pom.xml
M src/main/java/hudson/scm/APISession.java
M src/main/java/hudson/scm/DerbyUtils.java
M src/main/java/hudson/scm/IntegrityCMMember.java
M src/main/java/hudson/scm/IntegrityCMProject.java
M src/main/java/hudson/scm/IntegrityCheckinAction.java
M src/main/java/hudson/scm/IntegrityCheckinTask.java
M src/main/java/hudson/scm/IntegrityCheckoutTask.java
M src/main/java/hudson/scm/IntegrityCheckpointAction.java
M src/main/java/hudson/scm/IntegrityConfigurable.java
M src/main/java/hudson/scm/IntegrityDeleteNonMembersTask.java
M src/main/java/hudson/scm/IntegrityItemAction.java
M src/main/java/hudson/scm/IntegritySCM.java
R src/main/java/hudson/scm/Logger.java
M src/main/resources/hudson/scm/IntegrityCheckinAction/config.jelly
M src/main/resources/hudson/scm/IntegrityCheckpointAction/config.jelly
M src/main/resources/hudson/scm/IntegrityItemAction/config.jelly
M src/main/resources/hudson/scm/IntegritySCM/config.jelly
M src/main/resources/hudson/scm/IntegritySCM/global.jelly
M src/main/resources/hudson/scm/browsers/IntegrityWebUI/config.jelly
R src/main/webapp/help-GlobalOptions.html
A src/main/webapp/help-ServerConfig.html
Log Message:
-----------
Upgraded to Integrity 10.5
Complete clean up of Logging
Streamlined credentials management
Commit: c8cc23f5a474418ac0879434ffdabf4a3ae1e93b
https://github.com/jenkinsci/integrity-plugin/commit/c8cc23f5a474418ac0879434ffdabf4a3ae1e93b
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-02 (Mon, 02 Feb 2015)
Changed paths:
M src/main/java/hudson/scm/IntegrityCheckinTask.java
Log Message:
-----------
JENKINS-23369 Unable to check-in using bypass mode
Commit: ed1cb6651df4e233778a9418c749073918b326bf
https://github.com/jenkinsci/integrity-plugin/commit/ed1cb6651df4e233778a9418c749073918b326bf
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-03 (Tue, 03 Feb 2015)
Changed paths:
M src/main/java/hudson/scm/IntegritySCM.java
M src/main/resources/hudson/scm/IntegritySCM/config.jelly
Log Message:
-----------
Integrity Configuration Names are now enforced to be unique
JENKINS-25629 - Checkpoints are done against wrong project!
JENKINS-22066 - PTC plugin has massive memory leak if scm names are not
unique
Commit: 4b2991c00e1b5f9d1bca70c8c59e0984023c9115
https://github.com/jenkinsci/integrity-plugin/commit/4b2991c00e1b5f9d1bca70c8c59e0984023c9115
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-03 (Tue, 03 Feb 2015)
Changed paths:
M src/main/java/hudson/scm/IntegrityCheckinAction.java
M src/main/java/hudson/scm/IntegrityCheckpointAction.java
M src/main/java/hudson/scm/IntegrityItemAction.java
M src/main/resources/hudson/scm/IntegrityCheckinAction/config.jelly
M src/main/resources/hudson/scm/IntegrityCheckpointAction/config.jelly
M src/main/resources/hudson/scm/IntegrityItemAction/config.jelly
M src/main/resources/hudson/scm/IntegritySCM/global.jelly
Log Message:
-----------
Upgraded mksapi.jar to 4.13.5479 which now supports JRE 1.7u40 and
higher
Simplified Integrity Server credentials entry
Switched logging from SimpleLog to java.util.logging.Logger
Commit: 49d444d1932c472957b8bf6d92197603793bdb06
https://github.com/jenkinsci/integrity-plugin/commit/49d444d1932c472957b8bf6d92197603793bdb06
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-03 (Tue, 03 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.29
Commit: cfcd1ad2a022890c11df8d61ca5eb14234035490
https://github.com/jenkinsci/integrity-plugin/commit/cfcd1ad2a022890c11df8d61ca5eb14234035490
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-03 (Tue, 03 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 43ad415f293ffc23861b23fa4caae3d7ef52da7c
https://github.com/jenkinsci/integrity-plugin/commit/43ad415f293ffc23861b23fa4caae3d7ef52da7c
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M pom.xml
M src/main/java/hudson/scm/DerbyUtils.java
M src/main/java/hudson/scm/IntegrityCMProject.java
M src/main/java/hudson/scm/IntegrityRevisionState.java
M src/main/java/hudson/scm/IntegritySCM.java
M src/main/resources/hudson/scm/IntegritySCM/config.jelly
M src/main/resources/hudson/scm/IntegritySCM/global.jelly
Log Message:
-----------
Moved from single derby db for each job/build to a single db for the
entire Jenkins instance. Relevant issues are:
JENKINS-25228 - Using the integrity-plugin together with concurrent
builds causes SQL Exceptions
JENKINS-14675 - Schema 'DBUSER' does not exist error in integrity plugin
JENKINS-25450 - Unexpected behavior of Jenkins Integrity plugin after
SQL Exception inside plugin (no error returned to build job).
Commit: fcdc20ec7f63153531b484b3173a2e8373b94c9d
https://github.com/jenkinsci/integrity-plugin/commit/fcdc20ec7f63153531b484b3173a2e8373b94c9d
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M src/main/java/hudson/scm/DerbyUtils.java
M src/main/java/hudson/scm/IntegrityCMProject.java
M src/main/java/hudson/scm/IntegrityCheckpointAction.java
M src/main/java/hudson/scm/IntegrityDeleteNonMembersTask.java
M src/main/java/hudson/scm/IntegritySCM.java
Log Message:
-----------
Additional changes to completely isolate DB access via static
synchronized functions. Relevant issues are:
JENKINS-25228 - Using the integrity-plugin together with concurrent
builds causes SQL Exceptions
JENKINS-14675 - Schema 'DBUSER' does not exist error in integrity plugin
JENKINS-25450 - Unexpected behavior of Jenkins Integrity plugin after
SQL Exception inside plugin (no error returned to build job).
Commit: deac4abdf561c8611f2e266e5b82e0473f6097d5
https://github.com/jenkinsci/integrity-plugin/commit/deac4abdf561c8611f2e266e5b82e0473f6097d5
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M src/main/java/hudson/scm/IntegrityCMProject.java
M src/main/java/hudson/scm/IntegrityCheckpointAction.java
M src/main/java/hudson/scm/IntegrityDeleteNonMembersAction.java
M src/main/java/hudson/scm/IntegrityItemAction.java
Log Message:
-----------
Wrapping up changes after testing for single derby instance
Commit: c0b2cd2aec9d18f74e0415d90806c0ac875da757
https://github.com/jenkinsci/integrity-plugin/commit/c0b2cd2aec9d18f74e0415d90806c0ac875da757
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.30
Commit: b118e3010f9509032f3b56bfa34e4091335650fa
https://github.com/jenkinsci/integrity-plugin/commit/b118e3010f9509032f3b56bfa34e4091335650fa
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 0f9a7addefec3a6b058cb4771c9888df37e97971
https://github.com/jenkinsci/integrity-plugin/commit/0f9a7addefec3a6b058cb4771c9888df37e97971
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-08 (Sun, 08 Feb 2015)
Changed paths:
A README.md
Log Message:
-----------
Create README.md
Commit: a495073646731b690cd3a969fcfdfaac0bae1f0a
https://github.com/jenkinsci/integrity-plugin/commit/a495073646731b690cd3a969fcfdfaac0bae1f0a
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-08 (Sun, 08 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
Update pom.xml
Added compatibility information - current version is compatible from 1.29
Commit: 3293f4368a01a8e65d11849d2f058c6ddcc0b8b7
https://github.com/jenkinsci/integrity-plugin/commit/3293f4368a01a8e65d11849d2f058c6ddcc0b8b7
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-09 (Mon, 09 Feb 2015)
Changed paths:
M src/main/resources/hudson/scm/IntegrityCheckpointAction/help.html
Log Message:
-----------
Updated help information for checkpoint/label after build
Commit: 8c07aebda771658edcf2417f28cf39f243a24149
https://github.com/jenkinsci/integrity-plugin/commit/8c07aebda771658edcf2417f28cf39f243a24149
Author: cdsouza <[email protected]>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M src/main/java/hudson/scm/IntegrityCheckpointAction.java
M src/main/java/hudson/scm/IntegritySCM.java
M src/main/resources/hudson/scm/IntegrityCheckpointAction/config.jelly
A
src/main/resources/hudson/scm/IntegrityCheckpointAction/help-checkpointLabel.html
R src/main/resources/hudson/scm/IntegrityCheckpointAction/help-tagName.html
M src/main/resources/hudson/scm/IntegritySCM/config.jelly
A src/main/resources/hudson/scm/IntegritySCM/help-checkpointLabel.html
R src/main/resources/hudson/scm/IntegritySCM/help-tagName.html
Log Message:
-----------
Resolved JENKINS-26770 'Apply' doesn't work in version 1.29 of the
plugin.
Commit: 2f6a7f2323c5bce6972a8d6d1e83a20b1aa749dc
https://github.com/jenkinsci/integrity-plugin/commit/2f6a7f2323c5bce6972a8d6d1e83a20b1aa749dc
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.31
Commit: 9aebc74f131a582f7a0125d21f871e307c93157a
https://github.com/jenkinsci/integrity-plugin/commit/9aebc74f131a582f7a0125d21f871e307c93157a
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 97bdee0afe5f2f0794207324cb484af6f2707edb
https://github.com/jenkinsci/integrity-plugin/commit/97bdee0afe5f2f0794207324cb484af6f2707edb
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
Retrying to release 1.31
Commit: 08f6c1efd569e6424786759ebf5f438c26c2a7d7
https://github.com/jenkinsci/integrity-plugin/commit/08f6c1efd569e6424786759ebf5f438c26c2a7d7
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.31
Commit: e40c27d7f36df9ddf8fb6e2d3b8c37ba46d504a3
https://github.com/jenkinsci/integrity-plugin/commit/e40c27d7f36df9ddf8fb6e2d3b8c37ba46d504a3
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
Still trying to release 1.31
Commit: 2df858052ab5e47f3b0aef5ec55750e9bb670e54
https://github.com/jenkinsci/integrity-plugin/commit/2df858052ab5e47f3b0aef5ec55750e9bb670e54
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.31
Commit: 3830d754b6e7914f1e78bcdb85b0e4c096ea60e6
https://github.com/jenkinsci/integrity-plugin/commit/3830d754b6e7914f1e78bcdb85b0e4c096ea60e6
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: d1ca8c88fa921df373b63e8b4331742a96734e24
https://github.com/jenkinsci/integrity-plugin/commit/d1ca8c88fa921df373b63e8b4331742a96734e24
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
Still attempting to release 1.31
Commit: e6d7f6d194e31be41f021704f24fba85c47a2e7f
https://github.com/jenkinsci/integrity-plugin/commit/e6d7f6d194e31be41f021704f24fba85c47a2e7f
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.31
Commit: 2eb9bc9d77c533e8a9c11ef5186ef483b2cbb166
https://github.com/jenkinsci/integrity-plugin/commit/2eb9bc9d77c533e8a9c11ef5186ef483b2cbb166
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
Trying to release 1.31
Commit: c7d6753c61304837169ae80560791cb9dd2f195f
https://github.com/jenkinsci/integrity-plugin/commit/c7d6753c61304837169ae80560791cb9dd2f195f
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.31
Commit: 768fd6c5d5464d212638614e90949322bc6c4782
https://github.com/jenkinsci/integrity-plugin/commit/768fd6c5d5464d212638614e90949322bc6c4782
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: aae1e83c3ba51e9eb2db41df528879d132dd2f09
https://github.com/jenkinsci/integrity-plugin/commit/aae1e83c3ba51e9eb2db41df528879d132dd2f09
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
Still at it...
Commit: 0909a2acd21ca34272735efe024fe807fa57c588
https://github.com/jenkinsci/integrity-plugin/commit/0909a2acd21ca34272735efe024fe807fa57c588
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.31
Commit: c23908fae14fd10fb7b04ba884fe61da251335f8
https://github.com/jenkinsci/integrity-plugin/commit/c23908fae14fd10fb7b04ba884fe61da251335f8
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 8006f32f1a3ed641b0290825ff14efc5069c66b9
https://github.com/jenkinsci/integrity-plugin/commit/8006f32f1a3ed641b0290825ff14efc5069c66b9
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
Trying with verbose output
Commit: 19e2f02850878610ca5b23eb904359642e36587d
https://github.com/jenkinsci/integrity-plugin/commit/19e2f02850878610ca5b23eb904359642e36587d
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.31
Commit: 5d12e096a4048be5effcae37448f403d8d225a36
https://github.com/jenkinsci/integrity-plugin/commit/5d12e096a4048be5effcae37448f403d8d225a36
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: cd28fb56e41c2f4c477fceb888a9bbf6c9ea4d26
https://github.com/jenkinsci/integrity-plugin/commit/cd28fb56e41c2f4c477fceb888a9bbf6c9ea4d26
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-11 (Wed, 11 Feb 2015)
Changed paths:
M src/main/java/hudson/scm/IntegrityConfigurable.java
M src/main/resources/hudson/scm/IntegritySCM/global.jelly
Log Message:
-----------
Fixed issue with SSL (secure) setting not being saved in configuration
Commit: c7d20750971b55fd07a4465c1bc3644d59e9a187
https://github.com/jenkinsci/integrity-plugin/commit/c7d20750971b55fd07a4465c1bc3644d59e9a187
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-11 (Wed, 11 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
Attempt to release 1.31
Commit: 23a59a4b2b951c00e7d78f9a7083ed4bfdce1625
https://github.com/jenkinsci/integrity-plugin/commit/23a59a4b2b951c00e7d78f9a7083ed4bfdce1625
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-11 (Wed, 11 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.31
Commit: be2935f95fe70cf202c5163d2a3d0b2aedcc5df3
https://github.com/jenkinsci/integrity-plugin/commit/be2935f95fe70cf202c5163d2a3d0b2aedcc5df3
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-11 (Wed, 11 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 030852efa727e6bb006b290712cbf0c80ce5cc79
https://github.com/jenkinsci/integrity-plugin/commit/030852efa727e6bb006b290712cbf0c80ce5cc79
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-11 (Wed, 11 Feb 2015)
Changed paths:
M pom.xml
M src/main/java/hudson/scm/APISession.java
M src/main/java/hudson/scm/IntegrityCheckinAction.java
M src/main/java/hudson/scm/IntegrityCheckpointAction.java
M src/main/java/hudson/scm/IntegrityConfigurable.java
M src/main/java/hudson/scm/IntegrityItemAction.java
M src/main/java/hudson/scm/IntegritySCM.java
M src/main/resources/hudson/scm/IntegritySCM/config.jelly
M src/main/resources/hudson/scm/IntegritySCM/global.jelly
Log Message:
-----------
Added the ability to override user/password at the individual job level
Commit: 56f7b77b539222c8b00a6e31b6c2e18f582b5b6c
https://github.com/jenkinsci/integrity-plugin/commit/56f7b77b539222c8b00a6e31b6c2e18f582b5b6c
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-11 (Wed, 11 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.31
Commit: f6e5fa744ab8f959ee1362853f7346522744bc42
https://github.com/jenkinsci/integrity-plugin/commit/f6e5fa744ab8f959ee1362853f7346522744bc42
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-11 (Wed, 11 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: b72bd21fd4c8b085ae0a43c6bd6a5922a1d23155
https://github.com/jenkinsci/integrity-plugin/commit/b72bd21fd4c8b085ae0a43c6bd6a5922a1d23155
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-11 (Wed, 11 Feb 2015)
Changed paths:
M pom.xml
M src/main/java/hudson/scm/IntegrityCheckinAction.java
M src/main/java/hudson/scm/IntegrityCheckpointAction.java
M src/main/java/hudson/scm/IntegrityConfigurable.java
M src/main/java/hudson/scm/IntegrityItemAction.java
M src/main/java/hudson/scm/IntegritySCM.java
M src/main/resources/hudson/scm/IntegritySCM/global.jelly
Log Message:
-----------
Completed fixes for the following:
[FIXED JENKINS-26906]
Re-introduce the ability to override the username/password at the
specific job
[FIXED JENKINS-26910]
Null Pointer Exception if host/port/user is changed in global
configuration page
Commit: f2c22cb465120bd2dde7dcca1b6aa345c48de815
https://github.com/jenkinsci/integrity-plugin/commit/f2c22cb465120bd2dde7dcca1b6aa345c48de815
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
M src/main/java/hudson/scm/APISession.java
Log Message:
-----------
Fixed issue with highly parallel checkout executions
Commit: 31fe205f8cf0120720410a623a9b47308cdf25e9
https://github.com/jenkinsci/integrity-plugin/commit/31fe205f8cf0120720410a623a9b47308cdf25e9
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.31
Commit: a1f8ad7b30b7e174015ab8104af00d1935c5af88
https://github.com/jenkinsci/integrity-plugin/commit/a1f8ad7b30b7e174015ab8104af00d1935c5af88
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 9dd9395bab3666d313e7e248ca1a58ea44db22eb
https://github.com/jenkinsci/integrity-plugin/commit/9dd9395bab3666d313e7e248ca1a58ea44db22eb
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
Attempting to release 1.31
Commit: d5c6a5b786e5ce8b1c7c8989d40f7fafcab1e08b
https://github.com/jenkinsci/integrity-plugin/commit/d5c6a5b786e5ce8b1c7c8989d40f7fafcab1e08b
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.31
Commit: de8c7c5d413e38d6385afa4a18d271917c9f25ca
https://github.com/jenkinsci/integrity-plugin/commit/de8c7c5d413e38d6385afa4a18d271917c9f25ca
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 8c5b343ca71221d4dff3a4d4e53113a6cdb150fb
https://github.com/jenkinsci/integrity-plugin/commit/8c5b343ca71221d4dff3a4d4e53113a6cdb150fb
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
Trying 1.31 with a different repo
Commit: 4571b445dc6e0c502cdff53007860777bd50dc79
https://github.com/jenkinsci/integrity-plugin/commit/4571b445dc6e0c502cdff53007860777bd50dc79
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.31
Commit: 945b5eb34c3e904eb3e995022c726f49c84c07b8
https://github.com/jenkinsci/integrity-plugin/commit/945b5eb34c3e904eb3e995022c726f49c84c07b8
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 28482e53cf37e44b9feac13a2a7ced56708e2785
https://github.com/jenkinsci/integrity-plugin/commit/28482e53cf37e44b9feac13a2a7ced56708e2785
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
Reverted back to maven repo
Commit: cbb09eb227c3918d2ad42481bffdef6df606b7e0
https://github.com/jenkinsci/integrity-plugin/commit/cbb09eb227c3918d2ad42481bffdef6df606b7e0
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-13 (Fri, 13 Feb 2015)
Changed paths:
M .project
Log Message:
-----------
Renamed eclipse project to JenkinsPlugin
Commit: bd0bbae203a15cf56d791cfd242a2f8e6e3154f3
https://github.com/jenkinsci/integrity-plugin/commit/bd0bbae203a15cf56d791cfd242a2f8e6e3154f3
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-16 (Mon, 16 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.31
Commit: a8bb0f71f172b2debfc5560ea34dbfb040bdb02f
https://github.com/jenkinsci/integrity-plugin/commit/a8bb0f71f172b2debfc5560ea34dbfb040bdb02f
Author: Cletus D'Souza <[email protected]>
Date: 2015-02-16 (Mon, 16 Feb 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 9d47fc199576c7bacb80a4c90c589850a50c9a41
https://github.com/jenkinsci/integrity-plugin/commit/9d47fc199576c7bacb80a4c90c589850a50c9a41
Author: Cletus D'Souza <[email protected]>
Date: 2015-03-23 (Mon, 23 Mar 2015)
Changed paths:
M src/main/java/hudson/scm/IntegritySCM.java
Log Message:
-----------
Fixed issue where checkout uses global user credentials instead of overridden
project settings
Commit: 38e57afd0b8840c4b24ab8b8540f134f2bd302db
https://github.com/jenkinsci/integrity-plugin/commit/38e57afd0b8840c4b24ab8b8540f134f2bd302db
Author: Cletus D'Souza <[email protected]>
Date: 2015-03-23 (Mon, 23 Mar 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.32
Commit: 0ccf76453eb4dc7eb0339ef7d88e4eb96d98d0c7
https://github.com/jenkinsci/integrity-plugin/commit/0ccf76453eb4dc7eb0339ef7d88e4eb96d98d0c7
Author: Cletus D'Souza <[email protected]>
Date: 2015-03-23 (Mon, 23 Mar 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: f57bae636f4f68594bf1ee9365e2b55980139315
https://github.com/jenkinsci/integrity-plugin/commit/f57bae636f4f68594bf1ee9365e2b55980139315
Author: Cletus D'Souza <[email protected]>
Date: 2015-03-27 (Fri, 27 Mar 2015)
Changed paths:
M src/main/java/hudson/scm/IntegrityCMMember.java
M src/main/java/hudson/scm/IntegrityCheckoutTask.java
Log Message:
-----------
[FIXED JENKINS-13765] Resolving this issue as a workaround, since the si
proejctco command ingnores the --retoreTimestamp option
Commit: 458989370f79f9a17adb7665cb0d7d9cce6d2aca
https://github.com/jenkinsci/integrity-plugin/commit/458989370f79f9a17adb7665cb0d7d9cce6d2aca
Author: Cletus D'Souza <[email protected]>
Date: 2015-04-01 (Wed, 01 Apr 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.33
Commit: 9bcfbb1a7556e1e452b28d2f44fb3a714d13133c
https://github.com/jenkinsci/integrity-plugin/commit/9bcfbb1a7556e1e452b28d2f44fb3a714d13133c
Author: Cletus D'Souza <[email protected]>
Date: 2015-04-01 (Wed, 01 Apr 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 9c42a1f56fcd63784e826e1f3fe7f1b632ba715e
https://github.com/jenkinsci/integrity-plugin/commit/9c42a1f56fcd63784e826e1f3fe7f1b632ba715e
Author: Cletus D'Souza <[email protected]>
Date: 2015-08-11 (Tue, 11 Aug 2015)
Changed paths:
M src/main/java/hudson/scm/IntegrityDeleteNonMembersAction.java
M src/main/java/hudson/scm/IntegrityDeleteNonMembersTask.java
Log Message:
-----------
[FIXED JENKINS-28469] Resolved blind cast issue from ItemGroup to
AbstractProject
Commit: e060f14bb4b65774f8db8aedf08d8497cbd7a88e
https://github.com/jenkinsci/integrity-plugin/commit/e060f14bb4b65774f8db8aedf08d8497cbd7a88e
Author: Cletus D'Souza <[email protected]>
Date: 2015-08-11 (Tue, 11 Aug 2015)
Changed paths:
M src/main/java/hudson/scm/IntegrityItemAction.java
Log Message:
-----------
Fixed blind cast issue from ItemGroup to AbstractProject
Commit: 591cf12f4c0bfdd1dac793bcbd49bbf381bfd5c2
https://github.com/jenkinsci/integrity-plugin/commit/591cf12f4c0bfdd1dac793bcbd49bbf381bfd5c2
Author: Cletus D'Souza <[email protected]>
Date: 2015-08-11 (Tue, 11 Aug 2015)
Changed paths:
A src/main/java/hudson/scm/ItemListenerImpl.java
Log Message:
-----------
[FIXED JENKINS-28573] Resolved issue where Confguration Name is copied
when Job is cloned. Configuration Name is now reset to a unique
identifier just like when a new Job is created.
Commit: 7d1e15d38c9b8581b2b57c97d835776d5bf42a4b
https://github.com/jenkinsci/integrity-plugin/commit/7d1e15d38c9b8581b2b57c97d835776d5bf42a4b
Author: Cletus D'Souza <[email protected]>
Date: 2015-08-11 (Tue, 11 Aug 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.34
Commit: 257d30c0fde720157215003c9ff7d59417ab2892
https://github.com/jenkinsci/integrity-plugin/commit/257d30c0fde720157215003c9ff7d59417ab2892
Author: Cletus D'Souza <[email protected]>
Date: 2015-08-11 (Tue, 11 Aug 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: d5473730ddef87d8d390a85764b997706b1f1141
https://github.com/jenkinsci/integrity-plugin/commit/d5473730ddef87d8d390a85764b997706b1f1141
Author: Cletus D'Souza <[email protected]>
Date: 2015-09-17 (Thu, 17 Sep 2015)
Changed paths:
M src/main/java/hudson/scm/DerbyUtils.java
Log Message:
-----------
Decoupled drop of cache table from removal of cache table entry in
master registry in response to [JENKINS-30389]
Commit: c64f87f02384c1882cd03acc58ef83f01ec0307c
https://github.com/jenkinsci/integrity-plugin/commit/c64f87f02384c1882cd03acc58ef83f01ec0307c
Author: Cletus D'Souza <[email protected]>
Date: 2015-10-19 (Mon, 19 Oct 2015)
Changed paths:
M src/main/java/hudson/scm/IntegrityDeleteNonMembersAction.java
M src/main/java/hudson/scm/IntegrityDeleteNonMembersTask.java
M src/main/java/hudson/scm/IntegritySCM.java
Log Message:
-----------
Updates for [JENKINS-31030] Unable run integrity jobs on slave nodes
Commit: 45a6644d8f78b05a0d1349a8daf4eecdbd6f2db0
https://github.com/jenkinsci/integrity-plugin/commit/45a6644d8f78b05a0d1349a8daf4eecdbd6f2db0
Author: Cletus D'Souza <[email protected]>
Date: 2015-10-19 (Mon, 19 Oct 2015)
Changed paths:
M src/main/java/hudson/scm/IntegrityCheckoutTask.java
Log Message:
-----------
Fixed [JENKINS-30966] where an incorrect count was reported when the clean
option is used and files have been dropped
Commit: 023019a9acc73fadc3be40d47cb1a10cc7bb06ac
https://github.com/jenkinsci/integrity-plugin/commit/023019a9acc73fadc3be40d47cb1a10cc7bb06ac
Author: Cletus D'Souza <[email protected]>
Date: 2015-10-19 (Mon, 19 Oct 2015)
Changed paths:
M src/main/java/hudson/scm/IntegrityDeleteNonMembersAction.java
M src/main/java/hudson/scm/IntegritySCM.java
Log Message:
-----------
Added support for [JENKINS-29906] Alternate Workspace Directory
parametrization
Commit: caa3cd8aed301b50fd4d76645cd993fa3b54a826
https://github.com/jenkinsci/integrity-plugin/commit/caa3cd8aed301b50fd4d76645cd993fa3b54a826
Author: Cletus D'Souza <[email protected]>
Date: 2015-10-20 (Tue, 20 Oct 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.35
Commit: b4ca39a2b825844adba212308b60f8b9b2969efb
https://github.com/jenkinsci/integrity-plugin/commit/b4ca39a2b825844adba212308b60f8b9b2969efb
Author: Cletus D'Souza <[email protected]>
Date: 2015-10-20 (Tue, 20 Oct 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 57aea8b0fd4d5db3682f21454f8f7f8a6dd4d3a0
https://github.com/jenkinsci/integrity-plugin/commit/57aea8b0fd4d5db3682f21454f8f7f8a6dd4d3a0
Author: Cletus D'Souza <[email protected]>
Date: 2015-10-23 (Fri, 23 Oct 2015)
Changed paths:
M src/main/resources/hudson/scm/IntegritySCM/help-alternateWorkspace.html
Log Message:
-----------
In response to [FIXED JENKINS-31144] cannot fix in code at this time.
Commit: 73725263932a1c977bf15c29c5c4060e79fdcfe4
https://github.com/jenkinsci/integrity-plugin/commit/73725263932a1c977bf15c29c5c4060e79fdcfe4
Author: Cletus D'Souza <[email protected]>
Date: 2015-10-25 (Sun, 25 Oct 2015)
Changed paths:
M pom.xml
M src/main/java/hudson/scm/IntegrityChangeLogParser.java
M src/main/java/hudson/scm/IntegrityChangeLogSet.java
M src/main/java/hudson/scm/IntegrityCheckinTask.java
M src/main/java/hudson/scm/IntegrityCheckoutTask.java
M src/main/java/hudson/scm/IntegrityDeleteNonMembersTask.java
M src/main/java/hudson/scm/IntegritySCM.java
A src/main/java/hudson/scm/IntegritySCMStep.java
A src/main/resources/hudson/scm/IntegritySCM/buildEnv.groovy
A src/main/resources/hudson/scm/IntegritySCM/buildEnv.properties
M src/main/resources/hudson/scm/IntegritySCM/config.jelly
R src/main/resources/hudson/scm/IntegritySCM/help-alternateWorkspace.html
R
src/main/resources/hudson/scm/IntegritySCM/help-checkoutThreadPoolSize.html
R src/main/resources/hudson/scm/IntegritySCM/help-checkpointBeforeBuild.html
R src/main/resources/hudson/scm/IntegritySCM/help-checkpointLabel.html
R src/main/resources/hudson/scm/IntegritySCM/help-cleanCopy.html
R src/main/resources/hudson/scm/IntegritySCM/help-configPath.html
R src/main/resources/hudson/scm/IntegritySCM/help-configurationName.html
R src/main/resources/hudson/scm/IntegritySCM/help-deleteNonMembers.html
R src/main/resources/hudson/scm/IntegritySCM/help-excludeList.html
R
src/main/resources/hudson/scm/IntegritySCM/help-fetchChangedWorkspaceFiles.html
R src/main/resources/hudson/scm/IntegritySCM/help-hostName.html
R src/main/resources/hudson/scm/IntegritySCM/help-includeList.html
R src/main/resources/hudson/scm/IntegritySCM/help-ipHostName.html
R src/main/resources/hudson/scm/IntegritySCM/help-ipPort.html
R src/main/resources/hudson/scm/IntegritySCM/help-lineTerminator.html
R src/main/resources/hudson/scm/IntegritySCM/help-password.html
R src/main/resources/hudson/scm/IntegritySCM/help-port.html
R src/main/resources/hudson/scm/IntegritySCM/help-restoreTimestamp.html
R src/main/resources/hudson/scm/IntegritySCM/help-secure.html
R src/main/resources/hudson/scm/IntegritySCM/help-skipAuthorInfo.html
R src/main/resources/hudson/scm/IntegritySCM/help-userName.html
A src/main/resources/hudson/scm/IntegritySCMStep/config.jelly
R src/main/webapp/help-ServerConfig.html
A src/main/webapp/help-alternateWorkspace.html
A src/main/webapp/help-checkoutThreadPoolSize.html
A src/main/webapp/help-checkpointBeforeBuild.html
A src/main/webapp/help-checkpointLabel.html
A src/main/webapp/help-cleanCopy.html
A src/main/webapp/help-configPath.html
A src/main/webapp/help-configurationName.html
A src/main/webapp/help-deleteNonMembers.html
A src/main/webapp/help-excludeList.html
A src/main/webapp/help-fetchChangedWorkspaceFiles.html
A src/main/webapp/help-hostName.html
A src/main/webapp/help-includeList.html
A src/main/webapp/help-ipHostName.html
A src/main/webapp/help-ipPort.html
A src/main/webapp/help-lineTerminator.html
A src/main/webapp/help-password.html
A src/main/webapp/help-port.html
A src/main/webapp/help-restoreTimestamp.html
A src/main/webapp/help-secure.html
A src/main/webapp/help-serverConfig.html
A src/main/webapp/help-skipAuthorInfo.html
A src/main/webapp/help-userName.html
Log Message:
-----------
Initial work for [JENKINS-27140] to support workflow
Commit: f66351c87a72a03c58b02f3345f383620a817429
https://github.com/jenkinsci/integrity-plugin/commit/f66351c87a72a03c58b02f3345f383620a817429
Author: Cletus D'Souza <[email protected]>
Date: 2015-10-26 (Mon, 26 Oct 2015)
Changed paths:
M src/main/java/hudson/scm/DerbyUtils.java
M src/main/java/hudson/scm/IntegrityChangeLogParser.java
M src/main/java/hudson/scm/IntegrityItemAction.java
M src/main/java/hudson/scm/IntegrityRevisionState.java
M src/main/java/hudson/scm/IntegritySCM.java
M src/main/java/hudson/scm/ItemListenerImpl.java
A src/main/java/hudson/scm/RunListenerImpl.java
M src/main/resources/hudson/scm/IntegritySCM/global.jelly
Log Message:
-----------
Cleaned up derby related SCM cache data operations. Streamlined clean
up in accordance with when items (jobs and builds) created and dropped
in Jenkins
Commit: cb0561f4265def5bcac0a8a02585d2103e636d74
https://github.com/jenkinsci/integrity-plugin/commit/cb0561f4265def5bcac0a8a02585d2103e636d74
Author: Cletus D'Souza <[email protected]>
Date: 2015-10-26 (Mon, 26 Oct 2015)
Changed paths:
M src/main/java/hudson/scm/IntegritySCM.java
A src/main/java/hudson/scm/IntegritySCMLabelNotifierStep.java
A src/main/java/hudson/scm/IntegritySCMLabelStep.java
M src/main/java/hudson/scm/IntegritySCMStep.java
A src/main/resources/hudson/scm/IntegritySCMLabelStep/config.jelly
M src/main/resources/hudson/scm/IntegritySCMStep/config.jelly
Log Message:
-----------
Added support for SCM Tagging in continuation of [JENKINS-27140]
workflow steps
Commit: a0e22953e654313edd024a05646a146f9e243c83
https://github.com/jenkinsci/integrity-plugin/commit/a0e22953e654313edd024a05646a146f9e243c83
Author: Cletus D'Souza <[email protected]>
Date: 2015-10-27 (Tue, 27 Oct 2015)
Changed paths:
M src/main/java/hudson/scm/IntegrityCMMember.java
M src/main/java/hudson/scm/IntegrityCheckinTask.java
A src/main/java/hudson/scm/IntegrityItemListenerImpl.java
A src/main/java/hudson/scm/IntegrityRunListenerImpl.java
M src/main/java/hudson/scm/IntegritySCM.java
A src/main/java/hudson/scm/IntegritySCMCheckinNotifierStep.java
A src/main/java/hudson/scm/IntegritySCMCheckinStep.java
M src/main/java/hudson/scm/IntegritySCMLabelStep.java
R src/main/java/hudson/scm/ItemListenerImpl.java
R src/main/java/hudson/scm/RunListenerImpl.java
A src/main/resources/hudson/scm/IntegritySCMCheckinStep/config.jelly
A src/main/resources/hudson/scm/IntegritySCMCheckinStep/help-excludes.html
A src/main/resources/hudson/scm/IntegritySCMCheckinStep/help-includes.html
A src/main/resources/hudson/scm/IntegritySCMCheckinStep/help-itemID.html
Log Message:
-----------
Final updates for [JENKINS-27140] to support workflow
Commit: 9a83abdb154128eb30d6e3b46f1a890975df9809
https://github.com/jenkinsci/integrity-plugin/commit/9a83abdb154128eb30d6e3b46f1a890975df9809
Author: Cletus D'Souza <[email protected]>
Date: 2015-10-27 (Tue, 27 Oct 2015)
Changed paths:
M src/main/java/hudson/scm/IntegritySCM.java
R src/main/java/hudson/scm/IntegritySCMStep.java
R src/main/resources/hudson/scm/IntegritySCMStep/config.jelly
Log Message:
-----------
Updated Workflow Steps
Commit: 3c281361acf2b7618fc449c07d41caf9050cfe75
https://github.com/jenkinsci/integrity-plugin/commit/3c281361acf2b7618fc449c07d41caf9050cfe75
Author: Cletus D'Souza <[email protected]>
Date: 2015-10-28 (Wed, 28 Oct 2015)
Changed paths:
A src/main/java/hudson/scm/IntegritySCMChkptNotifierStep.java
A src/main/java/hudson/scm/IntegritySCMChkptStep.java
A src/main/resources/hudson/scm/IntegritySCMChkptStep/config.jelly
A
src/main/resources/hudson/scm/IntegritySCMChkptStep/help-checkpointLabel.html
M src/main/resources/hudson/scm/IntegritySCMLabelStep/config.jelly
A
src/main/resources/hudson/scm/IntegritySCMLabelStep/help-checkpointLabel.html
A src/main/webapp/help-checkpointDesc.html
Log Message:
-----------
Adding Integrity SCM Checkpoint step in support of workflow
[JENKINS-27140]
Commit: 31a5e1048a06a425691544d9240cdef661202dce
https://github.com/jenkinsci/integrity-plugin/commit/31a5e1048a06a425691544d9240cdef661202dce
Author: Cletus D'Souza <[email protected]>
Date: 2015-11-01 (Sun, 01 Nov 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release integrity-plugin-1.36
Commit: 03ae79e74faf966467add0f0bd58bc2dd35874f8
https://github.com/jenkinsci/integrity-plugin/commit/03ae79e74faf966467add0f0bd58bc2dd35874f8
Author: Cletus D'Souza <[email protected]>
Date: 2015-11-01 (Sun, 01 Nov 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 8bd0d272da2b9e6810013752cd6938d3d9342058
https://github.com/jenkinsci/integrity-plugin/commit/8bd0d272da2b9e6810013752cd6938d3d9342058
Author: Anurag Sen <[email protected]>
Date: 2016-01-27 (Wed, 27 Jan 2016)
Changed paths:
M .classpath
A .gitignore
M .project
A README.md
M pom.xml
M src/main/java/hudson/scm/APISession.java
M src/main/java/hudson/scm/DerbyUtils.java
M src/main/java/hudson/scm/IntegrityCMMember.java
M src/main/java/hudson/scm/IntegrityCMProject.java
M src/main/java/hudson/scm/IntegrityChangeLogParser.java
M src/main/java/hudson/scm/IntegrityChangeLogSet.java
M src/main/java/hudson/scm/IntegrityCheckinAction.java
M src/main/java/hudson/scm/IntegrityCheckinTask.java
M src/main/java/hudson/scm/IntegrityCheckoutTask.java
M src/main/java/hudson/scm/IntegrityCheckpointAction.java
A src/main/java/hudson/scm/IntegrityConfigurable.java
M src/main/java/hudson/scm/IntegrityDeleteNonMembersAction.java
M src/main/java/hudson/scm/IntegrityDeleteNonMembersTask.java
M src/main/java/hudson/scm/IntegrityItemAction.java
A src/main/java/hudson/scm/IntegrityItemListenerImpl.java
M src/main/java/hudson/scm/IntegrityRevisionState.java
A src/main/java/hudson/scm/IntegrityRunListenerImpl.java
M src/main/java/hudson/scm/IntegritySCM.java
A src/main/java/hudson/scm/IntegritySCMCheckinNotifierStep.java
A src/main/java/hudson/scm/IntegritySCMCheckinStep.java
A src/main/java/hudson/scm/IntegritySCMChkptNotifierStep.java
A src/main/java/hudson/scm/IntegritySCMChkptStep.java
A src/main/java/hudson/scm/IntegritySCMLabelNotifierStep.java
A src/main/java/hudson/scm/IntegritySCMLabelStep.java
R src/main/java/hudson/scm/Logger.java
M src/main/resources/hudson/scm/IntegrityCheckinAction/config.jelly
M src/main/resources/hudson/scm/IntegrityCheckpointAction/config.jelly
A
src/main/resources/hudson/scm/IntegrityCheckpointAction/help-checkpointLabel.html
R src/main/resources/hudson/scm/IntegrityCheckpointAction/help-tagName.html
M src/main/resources/hudson/scm/IntegrityCheckpointAction/help.html
M src/main/resources/hudson/scm/IntegrityItemAction/config.jelly
A src/main/resources/hudson/scm/IntegritySCM/buildEnv.groovy
A src/main/resources/hudson/scm/IntegritySCM/buildEnv.properties
M src/main/resources/hudson/scm/IntegritySCM/config.jelly
M src/main/resources/hudson/scm/IntegritySCM/global.jelly
R src/main/resources/hudson/scm/IntegritySCM/help-alternateWorkspace.html
R
src/main/resources/hudson/scm/IntegritySCM/help-checkoutThreadPoolSize.html
R src/main/resources/hudson/scm/IntegritySCM/help-checkpointBeforeBuild.html
R src/main/resources/hudson/scm/IntegritySCM/help-cleanCopy.html
R src/main/resources/hudson/scm/IntegritySCM/help-configPath.html
R src/main/resources/hudson/scm/IntegritySCM/help-deleteNonMembers.html
R src/main/resources/hudson/scm/IntegritySCM/help-excludeList.html
R
src/main/resources/hudson/scm/IntegritySCM/help-fetchChangedWorkspaceFiles.html
R src/main/resources/hudson/scm/IntegritySCM/help-hostName.html
R src/main/resources/hudson/scm/IntegritySCM/help-includeList.html
R src/main/resources/hudson/scm/IntegritySCM/help-ipHostName.html
R src/main/resources/hudson/scm/IntegritySCM/help-ipPort.html
R src/main/resources/hudson/scm/IntegritySCM/help-lineTerminator.html
R src/main/resources/hudson/scm/IntegritySCM/help-password.html
R src/main/resources/hudson/scm/IntegritySCM/help-port.html
R src/main/resources/hudson/scm/IntegritySCM/help-restoreTimestamp.html
R src/main/resources/hudson/scm/IntegritySCM/help-secure.html
R src/main/resources/hudson/scm/IntegritySCM/help-skipAuthorInfo.html
R src/main/resources/hudson/scm/IntegritySCM/help-tagName.html
R src/main/resources/hudson/scm/IntegritySCM/help-userName.html
A src/main/resources/hudson/scm/IntegritySCMCheckinStep/config.jelly
A src/main/resources/hudson/scm/IntegritySCMCheckinStep/help-excludes.html
A src/main/resources/hudson/scm/IntegritySCMCheckinStep/help-includes.html
A src/main/resources/hudson/scm/IntegritySCMCheckinStep/help-itemID.html
A src/main/resources/hudson/scm/IntegritySCMChkptStep/config.jelly
A
src/main/resources/hudson/scm/IntegritySCMChkptStep/help-checkpointLabel.html
A src/main/resources/hudson/scm/IntegritySCMLabelStep/config.jelly
A
src/main/resources/hudson/scm/IntegritySCMLabelStep/help-checkpointLabel.html
M src/main/resources/hudson/scm/browsers/IntegrityWebUI/config.jelly
R src/main/webapp/help-GlobalOptions.html
A src/main/webapp/help-alternateWorkspace.html
A src/main/webapp/help-checkoutThreadPoolSize.html
A src/main/webapp/help-checkpointBeforeBuild.html
A src/main/webapp/help-checkpointDesc.html
A src/main/webapp/help-checkpointLabel.html
A src/main/webapp/help-cleanCopy.html
A src/main/webapp/help-configPath.html
A src/main/webapp/help-configurationName.html
A src/main/webapp/help-deleteNonMembers.html
A src/main/webapp/help-excludeList.html
A src/main/webapp/help-fetchChangedWorkspaceFiles.html
A src/main/webapp/help-hostName.html
A src/main/webapp/help-includeList.html
A src/main/webapp/help-ipHostName.html
A src/main/webapp/help-ipPort.html
A src/main/webapp/help-lineTerminator.html
A src/main/webapp/help-password.html
A src/main/webapp/help-port.html
A src/main/webapp/help-restoreTimestamp.html
A src/main/webapp/help-secure.html
A src/main/webapp/help-serverConfig.html
A src/main/webapp/help-skipAuthorInfo.html
A src/main/webapp/help-userName.html
Log Message:
-----------
Merge pull request #9 from jenkinsci/master
Updating recovery branch
Compare:
https://github.com/jenkinsci/integrity-plugin/compare/c4964dc09728...8bd0d272da2b
--
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.