- Jan 28, 2012
-
-
Kohsuke Kawaguchi authored
Formatting error in the rootDN inference code. It shouldn't include attribute name.
-
- Jan 27, 2012
-
-
Kohsuke Kawaguchi authored
-
- Jan 26, 2012
-
-
Vojtech Juranek authored
-
Olivier Lamy authored
-
- Jan 25, 2012
-
-
Jesse Farinacci authored
-
- Jan 24, 2012
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Jan 23, 2012
-
-
Vojtech Juranek authored
-
Kohsuke Kawaguchi authored
-
- Jan 21, 2012
-
-
Kohsuke Kawaguchi authored
Bundled plugins should be laid down as *.jpi, with proper measure to migrate existing bits.
-
- Jan 20, 2012
-
-
olivier lamy authored
-
Seiji Sogabe authored
-
Kohsuke Kawaguchi authored
-
- Jan 18, 2012
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Jan 17, 2012
-
-
Kohsuke Kawaguchi authored
-
- Jan 14, 2012
-
-
Michael Clarke authored
-
Michael Clarke authored
-
Sami Tikka authored
User has to choose a custom installation. There are two choices: - Start at boot as "daemon" (enabled by default) - Start at boot as "jenkins" (disabled by default) If user disables the first and enable the latter, the installer will create a new user "jenkins" and new group "jenkins" (if they do not exist), chown JENKINS_HOME to jenkins:jenkins and set up launchd job to run Jenkins as "jenkins" Also fixed some permission errors that PackageMaker complains about when building the package. Also PackageMaker xml file reformatted to be more readable
-
- Jan 13, 2012
-
-
olivier lamy authored
-
- Jan 11, 2012
-
-
Kohsuke Kawaguchi authored
Fixed a bug in Winstone where a failure during request processing can put Winstone out of sync with the next request.
-
- Jan 10, 2012
-
-
Kohsuke Kawaguchi authored
-
- Jan 09, 2012
-
-
Kohsuke Kawaguchi authored
-
- Jan 08, 2012
-
-
imod authored
-
- Jan 06, 2012
-
-
Kohsuke Kawaguchi authored
if the check fails miserably, report the error accordingly.
-
- Jan 05, 2012
-
-
Kohsuke Kawaguchi authored
Fixed hash DoS problem. (cherry picked from commit 5ef902bb) Conflicts: changelog.html
-
Kohsuke Kawaguchi authored
Fixed hash DoS problem.
-
Kohsuke Kawaguchi authored
The closures sent from the CLI client should carry over its authentication. Test is written in the SSH cli auth module.
-
- Jan 04, 2012
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Michael Smith authored
Add some indirection to allow the promoted-builds plugin's RedeployBatchTaskPublisher to override getMavenBuild() and return the promotion target's MavenModuleSetBuild object. Also requires a fix in promoted-builds. Signed-off-by: Michael Smith <msmith@cbnco.com>
-
Nolan Lawson authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
- I feel uncomfortable with a string field used as an enum. - I feel uncomfortable with parameters that have some restrictions about the way they can be combined. My change is bit more verbose but it uses less Jelly and I think it's more in line with the architecture.
-
Sami Tikka authored
1) Installer checks Java is installed before proceeding. It also tells how to get Java installed. 2) Installer opens http://localhost:8080 when installation is finished.
-
Kohsuke Kawaguchi authored
[FIXED JENKINS-12119] rolling back a portion of 46998ba0446834de0c725c32b328ace7ce844f6a as this is binary incompatible change
-
Kohsuke Kawaguchi authored
-
- Jan 03, 2012
-
-
Brian Lalor authored
The ZipArchiver was visit()'d with a relative path that uses the system's path separator, but zip archives require a forward slash for platform compatibility. This fix replaces the platform-dependent File.separatorChar with a forward slash.
-
Kohsuke Kawaguchi authored
-