Branch: refs/heads/master
Home: https://github.com/jenkinsci/integrity-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]
Compare:
https://github.com/jenkinsci/integrity-plugin/compare/49827e693bd4...dde34906510a
--
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/groups/opt_out.