- Aug 21, 2014
-
-
Jesse Glick authored
[FIXED JENKINS-24358] RunSaveableReference.get can acquire locks, so avoid calling it while holding a lock on ourselves.
-
Jesse Glick authored
-
- Aug 20, 2014
-
-
anafke authored
Right now, checker is being attached to both onblur and onchange. The result is when the user changes input, and that input loses focus, the checker is being fired twice. This can cause issues on non-trivial field changes (such as validating a groovy script). If there is no change, the checker is still called once due to the onblur. The checker should only be called if the input is changed.
-
Kohsuke Kawaguchi authored
Added no-store to the Cache-Contorl header Reference: http://stackoverflow.com/questions/866822/why-both-no-cache-and-no-store-should-be-used-in-http-response Reference: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.2
-
- Aug 19, 2014
-
-
tfennelly authored
-
Jesse Glick authored
-
Harald Albers authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
Jesse Glick authored
-
- Aug 18, 2014
-
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
Integrated new dom4j
-
Kohsuke Kawaguchi authored
Integrating dom4j with the fix for java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory See: https://github.com/stapler/stapler/pull/36
-
Jesse Glick authored
-
Jesse Glick authored
-
Oleg Nenashev authored
This change improves the handling of errors in hudson.model.Executor, which cause issues like JENKINS-18164. The change also introduces several annotations in order to prevent further issues. Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
-
Harald Albers authored
-
- Aug 15, 2014
-
-
Jesse Glick authored
-
- Aug 14, 2014
-
-
Nicolas De Loof authored
-
Nicolas De Loof authored
-
Daniel Beck authored
-
Daniel Beck authored
[FIXED JENKINS-24095] Ensure only numExecutors exist when reducing
-
Daniel Beck authored
[FIXED JENKINS-24032] Different message when restart is not supported.
-
Daniel Beck authored
[FIXED JENKINS-23988] Consider CLIAuthenticator for CLIMethods
-
Olivier Lamy authored
Some updates to Swedish translations. Thanks!
-
Oliver Gondža authored
-
Oliver Gondža authored
[READY] [FIXED JENKINS-19691] - Added the hudson.model.Queue.cacheRefreshPeriod option
-
Oleg Nenashev authored
The option allows to manage the refresh period of the internal queue cache. Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
-
Anders Hammar authored
Signed-off-by: Anders Hammar <anders@hammar.net>
-
- Aug 13, 2014
-
-
Jesse Glick authored
… hudson.ExpressionFactory2$JexlExpression evaluate WARNING: Caught exception evaluating: it.authorities in /user/demo/. Reason: java.lang.reflect.InvocationTargetException java.lang.reflect.InvocationTargetException at … Caused by: org.acegisecurity.userdetails.UsernameNotFoundException: demo at hudson.security.SecurityRealm$None$2.loadUserByUsername(SecurityRealm.java:494) at jenkins.security.ImpersonatingUserDetailsService.loadUserByUsername(ImpersonatingUserDetailsService.java:32) at hudson.model.User.impersonate(User.java:282) at hudson.model.User.getAuthorities(User.java:769) ... 93 more
-
Kohsuke Kawaguchi authored
This really merges pull request #1330
-
Kohsuke Kawaguchi authored
Merged pull request #1330
-
Kohsuke Kawaguchi authored
-