- Sep 09, 2013
-
-
Jesse Glick authored
-
- Sep 06, 2013
-
-
Vojtěch Juránek authored
Fixing copy-paste error
-
Vincent Latombe authored
-
Jesse Glick authored
-
- Sep 05, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
[FIXED JENKINS-19171] Identify user agent for Internet Explorer 11.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Added a test case in an attempt to isolate the root cause of the problem, but this one works as expected. Hmm.
-
Kohsuke Kawaguchi authored
Merge remote-tracking branch 'origin/pr/934'
-
- Sep 04, 2013
-
-
Nicolas De Loof authored
Jenkins with folders A job A/j a top-level view to recurse into subfolders and include all available jobs and folders (so A and A/j) => builds for A/j are included twice, as view.builds iterate on its items, so get A/j + builds from A.
-
Jesse Glick authored
Simplify assertions since webClient#getPage already throws an exception
-
Jens Hausherr authored
Replaced tabs by spaces
-
Vojtech Juranek authored
-
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.
-
Vincent Latombe authored
in case of erroneous http status code.
-
Jesse Glick authored
-
- Sep 03, 2013
-
-
Jens Hausherr authored
-
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
-