- Oct 02, 2014
-
-
Daniel Beck authored
-
- Oct 01, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Conflicts: .idea/encodings.xml core/pom.xml pom.xml test/src/test/java/hudson/tasks/junit/CaseResultTest.java
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Integrated the change
-
- Sep 29, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Add getFieldOrder() methods.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Sep 28, 2014
-
-
Harald Albers authored
-
Craig Rodrigues authored
Add getFieldOrder() methods to classes which extend com.sun.jna.Structure, for compatibility with newer versions of JNA. [JENKINS-24521]
-
Kohsuke Kawaguchi authored
Bumping up dependencies to 1.3.1, with extra precaution to make DiskFileItem non-serializable
-
Kohsuke Kawaguchi authored
-
- Sep 27, 2014
-
-
Kohsuke Kawaguchi authored
-
- Sep 26, 2014
-
-
Kohsuke Kawaguchi authored
init script: don't try to run on Java 5
-
Kohsuke Kawaguchi authored
Use copytruncate consistent with .deb packaging
-
Michael Neale authored
also requires no signalling of the process and less risk of (ironically) lost logs which postrotate attempts to address.
-
- Sep 25, 2014
-
-
CloudBees DEV@Cloud authored
-
Kohsuke Kawaguchi authored
The primary change is that the thread name update code now lives in a filter instead of 'Stapler' servlet, so it happens a lot earlier.
-
Jesse Glick authored
Also sending the exception to the log, which is where plugin developers expect to see it. (This is also necessary for the exception to be visible say from configRoundtrip in a functional test. Otherwise you just see a FailingHttpStatusCodeException due to the 400 error code, with no details.) Might actually suffice to just throw a ServletException wrapping the exception up the chain, letting Stapler or the container handle it, but this change is more conservative.
-
Jesse Glick authored
sendError(Exception…) should set the exception attribute on the response, since error.jelly handles this nicely.
-
Jesse Glick authored
(cherry picked from commit 261f4053)
-
Jesse Glick authored
(cherry picked from commit facfc178)
-
Nicolas De Loof authored
-
- Sep 24, 2014
-
-
Jesse Glick authored
… hudson.tasks.Shell$DescriptorImpl getShellOrDefault WARNING: Remote call on …@docker failed
-
Jesse Glick authored
Noting that CloudSlaveRetentionStrategy appears to be a poor reimplementation of CloudRetentionStrategy.
-
Jesse Glick authored
[FIXED JENKINS-22769] ItemListener callbacks should run as SYSTEM since they sometimes do ACL-checked calls.
-
Nicolas De Loof authored
-
Jesse Glick authored
https://bugs.openjdk.java.net/browse/JDK-6933067 claims to be fixed as of Java 6, our baseline.
-
Nicolas De Loof authored
-
Jesse Glick authored
Assertions are only for cases where you believe the failure of the condition is impossible. For cases where external code might mistakenly make an incorrect call, throw an exception.
-
Nicolas De Loof authored
-
Harald Albers authored
Update the link to the Jetty documentation in realm.properties
-