- Jun 25, 2013
-
-
Kohsuke Kawaguchi authored
"201 Created" response doesn't work well with a browser as the user agent.
-
- Jun 24, 2013
-
-
Kohsuke Kawaguchi authored
The exception handler ended up adding almost all the headers again, resulting in a lot of duplicate headers. Most critically, stapler was adding "Content-Encoding" header twice, breaking browsers.
-
- Jun 21, 2013
-
-
Kohsuke Kawaguchi authored
Integrated the new version of remoting
-
Nicolas De Loof authored
-
Kohsuke Kawaguchi authored
Fire the "jenkins:apply" event from the apply button and listen to that to write back edits to <TEXTAREA>
-
- Jun 20, 2013
-
-
Kohsuke Kawaguchi authored
Exposed the UI that sets the assigned label of matrix projects. This deprecates the "Matrix tie parent" plugin.
-
Kohsuke Kawaguchi authored
Reimplemented a proper topological sort and generates a total order comparison function.
-
Kohsuke Kawaguchi authored
FingerprintCleanupThread can now partially clean up a fingerprint record by removing portions of it that's not referencing existing stuff.
-
- Jun 19, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
[JENKINS-17713] [FIXED JENKINS-14362] These fixes were (mistakenly?) recorded for 1.518 rather than for trunk.
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
Integrated the new version of Stapler that fixes them.
-
- Jun 18, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Stephen Connolly authored
properties that are applicable to the master node only and node properties that can be applied to all nodes
-
Kohsuke Kawaguchi authored
-
- Jun 17, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
-
- Jun 16, 2013
-
-
Christoph Kutzinski authored
-
Christoph Kutzinski authored
[JENKINS-15380] noting. Ref. https://github.com/jenkinsci/jenkins/commit/029701ce3d109dc1a81991b09d23ba774a30fc2a
-
- Jun 15, 2013
-
-
Kohsuke Kawaguchi authored
The plan of the record is that we start producing 1.6 class files and see if people start complaining. If we hear from users, we'll re-visit our decision, and if we don't, then we'll start using 1.6 features everywhere in the code.
-
Kohsuke Kawaguchi authored
The slave launch thread is another background thread, and it should run like a super-user
-
- Jun 14, 2013
-
-
Jesse Glick authored
-
Christoph Kutzinski authored
-
Jesse Glick authored
-
- Jun 13, 2013
-
-
Kohsuke Kawaguchi authored
This can track items as they go through the queue.
-
Olivier Lamy authored
This reverts commit 9fb2a025.
-
Olivier Lamy authored
-
- Jun 12, 2013
-
-
Jesse Glick authored
[FIXED JENKINS-16974] Unsafe to define a function in <script> without a generated name, as it could clash with functions defined in unrelated *.jelly that happen to included in the same page.
-
- Jun 11, 2013
-
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
Noting the fix.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Jun 10, 2013
-
-
Jesse Glick authored
-
- Jun 08, 2013
-
-
Kohsuke Kawaguchi authored
- integrated the newer release of remoting - jar caching won't work with class file directory, so plugin WEB-INF/classes are now exploded as WEB-INF/lib/classes.jar (This should also solve the problem of slow plugin extraction in the presene of Anti-virus software on Windows.) - because the structure of the exploded jar file has changed, I changed the up-to-date check timestamp file name to force re-extraction in existing installations.
-
- Jun 07, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
This came from Alpha CSP guys during JUC Israel. The remote API needs to expose a better way of tracking a submitted task.
-