- Aug 18, 2015
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Aug 16, 2015
-
-
Daniel Beck authored
[JENKINS-28440] Reject configurations with errors in critical fields via REST / CLI
-
Daniel Beck authored
[JENKINS-29936] when removing an item use ACL.SYSTEM.
-
- Aug 13, 2015
-
-
James Nord authored
The OldDataMonitor should be using ACL.system not the ACL of the calling thread - this also avoids the deadlock when an authorization strategy is being saved (locking the auth strategy) which will call into the ODM at the same point the ODM is being called an a Run has been saved (which will cause a lookup of the job which will do a permissions check).
-
Oliver Gondža authored
Fixed typos in pt_BR and pt_PT translations
-
George Gastaldi authored
-
- Aug 11, 2015
-
-
Daniel Beck authored
[FIXED JENKINS-2327] Do not display 'No changes' if changelog calcula…
-
Stephen Connolly authored
[JENKINS-28690] Aha! So I believe this will fully resolve any of these kinds of deadlocks
-
Stephen Connolly authored
[FIXES PR#1777] Make accessing pendingLaunches lock free
-
- Aug 10, 2015
-
-
Daniel Beck authored
-
Oliver Gondža authored
Update link to Groovy
-
Benjamin Herbert authored
Codehaus terminated all services - now Groovy's new home is groovy-lang.org.
-
- Aug 09, 2015
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Aug 07, 2015
-
-
Jesse Glick authored
-
- Aug 06, 2015
-
-
Jesse Glick authored
-
Jesse Glick authored
-
Stephen Connolly authored
- My objection to #1777 is that it is introducing more locking. The ultimate aim is to make node provisioning and queue maintenance completely lock free. Thus adding more locks than is strictly required is a bad plan. - We cannot completely remove provisioningLock at this time as it is used to ensure that only one provisioning activity can take place for a given label at a time. - This change ensures that the provisioningLock is only used by the NodeProvisioner for its internal thread guarantees and is thus no-longer used accidentally by any external threads
-
Daniel Beck authored
-
Stephen Connolly authored
- Without this, then it becomes a question of find catch and release for each potential code path that might end up restoring the interrupt flag on the current thread. - Since standard Lock support is kind enough to restore the interrupt flag on the current thread when blocked waiting for the lock, that would be a hiding to nothing - I welcome others to review my logic detailed in the code comment - I am leaving the code comment as this is IMHO too important to assume that somebody will check the git commit history
-
- Aug 04, 2015
-
-
Nicolas De Loof authored
few chances there’s another implementation but if one exists Function.isWindows would probably be wrong implementation
-
Oliver Gondža authored
Avoid "EmptyStackException: null" in Items#getCanonicalName
-
Jesse Glick authored
Conflicts: core/src/main/resources/hudson/model/Messages.properties core/src/main/resources/hudson/model/Messages_de.properties core/src/main/resources/hudson/model/Messages_it.properties core/src/main/resources/hudson/model/Messages_ja.properties core/src/main/resources/hudson/model/Messages_zh_TW.properties core/src/main/resources/jenkins/model/Messages.properties core/src/main/resources/jenkins/model/Messages_da.properties core/src/main/resources/jenkins/model/Messages_de.properties core/src/main/resources/jenkins/model/Messages_es.properties core/src/main/resources/jenkins/model/Messages_fr.properties core/src/main/resources/jenkins/model/Messages_it.properties core/src/main/resources/jenkins/model/Messages_ja.properties core/src/main/resources/jenkins/model/Messages_nl.properties core/src/main/resources/jenkins/model/Messages_pt_BR.properties core/src/main/resources/jenkins/model/Messages_ru.properties core/src/main/resources/jenkins/model/Messages_tr.properties core/src/main/resources/jenkins/model/Messages_zh_CN.properties core/src/main/resources/jenkins/model/Messages_zh_TW.properties
-
Nicolas De loof authored
Make it easier to determine Computer is Unix or Windows
-
Nicolas De Loof authored
-
Oliver Gondža authored
-
- Aug 03, 2015
-
-
Jesse Glick authored
[JENKINS-26147] New home for BUILD_NOW_TEXT
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Aug 01, 2015
-
-
Jesse Glick authored
-
Jesse Glick authored
-
- Jul 31, 2015
-
-
Jesse Glick authored
Deleting bogus class ExceptionInterruption
-
Jesse Glick authored
This reverts commit 68b383e0.
-
Jesse Glick authored
Reduce logging level
-
- Jul 30, 2015
-
-
Jesse Glick authored
-
- Jul 29, 2015
-
-
Oliver Gondža authored
Null safety for hudson.model.Result
-