Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: f3558e17ee5cf3bd2bed09a6d7fe2885533ccfcd
https://github.com/jenkinsci/jenkins/commit/f3558e17ee5cf3bd2bed09a6d7fe2885533ccfcd
Author: Jesse Glick <[email protected]>
Date: 2014-02-28 (Fri, 28 Feb 2014)
Changed paths:
M core/src/main/java/hudson/model/View.java
Log Message:
-----------
Fix imports for Javadoc.
Commit: 3aa0dd5368444728b608bce9790e59983dabbc8a
https://github.com/jenkinsci/jenkins/commit/3aa0dd5368444728b608bce9790e59983dabbc8a
Author: Jesse Glick <[email protected]>
Date: 2014-02-28 (Fri, 28 Feb 2014)
Changed paths:
M core/src/main/java/hudson/model/ListView.java
M core/src/main/java/jenkins/model/Jenkins.java
Log Message:
-----------
[JENKINS-19446] Saving Jenkins configuration in onRenamed/onDeleted is often
overkill.
This is already handled by ListView.Listener (other kinds of views are now
responsible for their own listeners).
And handled better—if there are no actual changes
(because you have no such views, or they do not mention this job), there is no
need to save.
Also moving the actual saving in those remaining cases out of the lock on the
ListView itself, just in case.
Commit: 00d27176f3a452e38bd0caafebe78c7bc2fa822f
https://github.com/jenkinsci/jenkins/commit/00d27176f3a452e38bd0caafebe78c7bc2fa822f
Author: Jesse Glick <[email protected]>
Date: 2014-02-28 (Fri, 28 Feb 2014)
Changed paths:
M core/src/main/java/hudson/model/AbstractItem.java
M core/src/main/java/hudson/model/Job.java
M test/src/test/java/hudson/model/ListViewTest.java
Log Message:
-----------
[FIXED JENKINS-22001] Simpler fix of JENKINS-19446 that does not introduce
asynchronous behavior.
Compare:
https://github.com/jenkinsci/jenkins/compare/334ce1be691c...00d27176f3a4
--
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.