- May 07, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
Invalid request submission: {json=[Ljava.lang.String;@2c46358e, .crumb=[Ljava.lang.String;@35661457} Diagnostics added in 21bf5c45. Failing I think because message.groovy uses f.submit rather than a plain <input type="submit">, so JSON gets created and then StaplerRequest.getParameter cannot find it. But if this is the problem then why would it ever work? Perhaps a timing issue: JavaScript is used to massage the form just prior to submission, and maybe this only happens sometimes? Cannot reproduce test failure locally.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- May 06, 2013
-
-
Olivier Lamy authored
changelog entry for JENKINS-17858
-
Olivier Lamy authored
[FIXED JENKINS-17858] allow <f:dropdownDescriptorSelector> to be defaulting to an instance
-
Olivier Lamy authored
changelog entry for JENKINS-17723
-
Olivier Lamy authored
FIXES JENKINS-17723 - Default maven settings Good change !
-
- May 05, 2013
- May 04, 2013
-
-
imod authored
-
- May 03, 2013
-
-
dnadolny authored
[FIXED JENKINS-17478] Add extension point to rewrite JUnit test names
-
- May 02, 2013
-
-
Jesse Glick authored
If an optional component cannot be loaded, print a polite one-line message, not a big scary stack trace. (To reproduce: BuildNowTextPropertyTest from cloudbees-template warns about FolderProxyGroupContainer.)
-
Donny Nadolny authored
This adds an extension point, TestNameTransformer, which is called to transform JUnit test case names. This is useful for JVM languages like scala which are more flexible than java with identifier naming. Scala, for example, allows you to write test names between back ticks, and then encodes the name using valid java identifiers. This extension point would allow a plugin to transform those names back in to readable names when they are displayed on the test result page.
-
Jesse Glick authored
https://jenkins.ci.cloudbees.com/job/core/job/jenkins_main_trunk/850/testReport/jenkins.security/RekeySecretAdminMonitorTest/testBasicWorkflow/ com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException: 400 Bad Request for http://localhost:60027//administrativeMonitor/jenkins.security.RekeySecretAdminMonitor/scan at com.gargoylesoftware.htmlunit.WebClient.throwFailingHttpStatusCodeExceptionIfNecessary(WebClient.java:549) at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:333) at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:357) at com.gargoylesoftware.htmlunit.html.HtmlForm.submit(HtmlForm.java:196) at org.jvnet.hudson.test.HudsonTestCase.submit(HudsonTestCase.java:1178) at jenkins.security.RekeySecretAdminMonitorTest.testBasicWorkflow(RekeySecretAdminMonitorTest.java:112) java.lang.Exception: Invalid request submission at org.kohsuke.stapler.HttpResponses.error(HttpResponses.java:79) at jenkins.security.RekeySecretAdminMonitor.doScan(RekeySecretAdminMonitor.java:117)
-
Jesse Glick authored
-
Jesse Glick authored
[FIXED JENKINS-17508] Artifacts not being deleted by LogRotator
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
Jesse Glick authored
[FIXED JENKINS-17681] Do not try to call resolveSymlink on a nonexistent link as you will just get an IOException, breaking peephole permalinks in some Windows environments.
-
Jesse Glick authored
[JENKINS-17681] Set up a test which passes on Unix but fails on Windows when symlinks are enabled on the platform but disabled for the current user.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
(cherry picked from commit 4f0200a0)
-
Jesse Glick authored
[FIXED SECURITY-69] Require POST to redeploy artifacts.(cherry picked from commit 3e56c3fc)
-
Jesse Glick authored
[SECURITY-63] Check RUN_SCRIPTS for /eval.(cherry picked from commit 3d03990a)
-
Jesse Glick authored
[SECURITY-63] Require POST for running Groovy scripts.(cherry picked from commit 3bbb65df)
-
Jesse Glick authored
[FIXED SECURITY-67] Forbid CSS links in markup to be on the safe side.(cherry picked from commit 1e19eb3e)
-
Kohsuke Kawaguchi authored
-
- May 01, 2013
-
-
redlab authored
-
Jesse Glick authored
-