- Jun 29, 2013
-
-
Olivier Lamy authored
Do not use anymore shaded version of wagon-http as it we can control commons-logging version
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
- if the user is anonymous, he'd go to HudsonAUthenticationEntryPoint, not here. - even if there is some code path that comes here, there's no guarnatee that SecurityRealm in charge wants a login form.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
This allows HudsonAuthenticationEntryPoint to access which permission was needed
-
Kohsuke Kawaguchi authored
... before making any modification. The original version is acegi-security 1.0.7
-
- Jun 27, 2013
-
-
Kohsuke Kawaguchi authored
Node monitoring should run in parallel to reduce the total round-trip time in large instances.
-
- Jun 26, 2013
-
-
Harald Albers authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Conflicts: test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Integrated the fix toward 1.521.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
... probably because it's split in two lines
-
Kohsuke Kawaguchi authored
Based on further conversation with the Artifactory plugin developers, revisiting this extension point. This is a breaking change, but this extension point was added very recently, and it's based on the input from Artifactory plugin, so there's not much point in keeping one that doesn't serve the intended use case.
-
Kohsuke Kawaguchi authored
-
- Jun 25, 2013
-
-
Christoph Kutzinski authored
IMO this needs further refactoring - respect separation of concerns: it's not AbstractProject's call to trigger a node offline
-
Kohsuke Kawaguchi authored
Added Queue.schedule2 to allow the caller to retrieve the existing item in the queue. AbstractProject.doBuild() changed the behavior a bit to reply 201 if the item was already found in the queue (instead of a new one created.)
-
Kohsuke Kawaguchi authored
-
Christoph Kutzinski authored
-
Kohsuke Kawaguchi authored
"201 Created" response doesn't work well with a browser as the user agent.
-
Oliver Gondža authored
Fix ListJobsCommandTest failed on Windows by replace line ending
-
limin wang authored
-
Kohsuke Kawaguchi authored
-
- Jun 24, 2013
-
-
Kohsuke Kawaguchi authored
... although the primary use case still is. Suggested by Kutzi.
-
Kohsuke Kawaguchi authored
This page gets displayed when we throw an unhandled exception.
-
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.
-
Kohsuke Kawaguchi authored
-
Nicolas De Loof authored
-
- Jun 23, 2013
-
-
Christoph Kutzinski authored
Add documentation about it. ref. [JENKINS-18451] If someone knows a way to display this help section only for Maven jobs, feel free to amend this commit.
-
- Jun 22, 2013
-
-
Nicolas De Loof authored
-
Nicolas De Loof authored
use more explicit method name use formattedDescription for all parameter types
-
Kohsuke Kawaguchi authored
This version supports piping of stdout/stderr directly into OutputStream, avoiding the need for running a thread to pump the stream.
-
- Jun 21, 2013
-
-
Kohsuke Kawaguchi authored
Integrated the new version of remoting
-