- Sep 04, 2013
-
-
rednuht authored
Should follow this statement: "Called after a job has its configuration updated."
-
rednuht authored
Should follow this statement: "Called after a job has its configuration updated."
-
Daniel Olausson authored
JENKINS-17108. This solves the problem with ItemListner.onUpdated not being called if the project was disabled/enabled by pushing the button on the project page. Also solved the problem with ItemListener.onUpdated not getting called if the project description was updated using the edit description on the project page.
-
Jesse Glick authored
-
- Sep 03, 2013
-
-
Jesse Glick authored
Hetero list sample
-
Olivier Lamy authored
-
- Sep 02, 2013
-
-
Vojtěch Juránek authored
Bump args4j to 2.0.23 as an alternative to #776
-
Oliver Gondža authored
-
- Sep 01, 2013
-
-
Oliver Gondža authored
-
Oliver Gondža authored
-
Oliver Gondža authored
Checking that links generated in ListView are valid
-
- Aug 31, 2013
-
-
Vincent Latombe authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Stefan Wolf authored
[FIXED JENKINS-9637] Fixed the 404 when clicking the testResult on the Project Page when there is only an aggregated test result.
-
- Aug 30, 2013
-
-
Jesse Glick authored
[JENKINS-18723] Fixed performance bottleneck. Corrected the formation of...
-
Jesse Glick authored
Instead it was being thrown in a Future that the master did not wait for: the writing side failed with a closed pipe exception, and this meaningless error was thrown up. Fixing by waiting for the reading side first, so any error there will be thrown up. (If there was _also_ an error on the writing side, we would miss it, but typically this will just be the closed stream.)
-
- Aug 29, 2013
-
-
ctapobep authored
[JENKINS-18723] Fixing performance bottleneck, first step. There were 2 times relative path for the job was asked which was replaced by a single time and saving the result in a var.
-
Oliver Gondža authored
[FIXED JENKINS-19332]
-
- Aug 28, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
[FIXED JENKINS-19391] Trying to show the annotation on an Advanced block in newly inserted dynamic section failed since the span is not yet registered. More generally, suppressing customizedField detection when attrs.field is null; this prevents us from giving false positives for complex forms with Java-based defaults like CoberturaPublisher.
-
Oliver Gondža authored
-
Oliver Gondža authored
-
Jesse Glick authored
-
Jesse Glick authored
-
dwdyer authored
-
Jesse Glick authored
-
- Aug 27, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
dwdyer authored
Fix for underlined trailing spaces on project links. Tried various solutions including the Jelly trim attribute, but in the end the only thing that would work was to remove the line break prior to the closing tag.
-