- Jul 25, 2016
-
-
Daniel Beck authored
-
Daniel Beck authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Jul 22, 2016
-
-
Daniel Beck authored
[JENKINS-18435] Tell browsers not to cache or try to autocomplete forms
-
- Jul 20, 2016
-
-
Sebastien Guillemot authored
* no longer hard-code the icon for the executor panel [FIXED JENKINS-36775] * add documentation to Computer.java for custom icons * add recommended implementation to the javadoc
-
Pavel Janousek authored
* [JENKINS-34468] CLI command offline-node extracted from core to CLI offline-node extended to accept multiple node names offline-node covered by test-cases * Fixed translation properties * Fixes based on Oleg's comments * Fixed HelpCommandTest test-case * Minor fixes * Uses Matchers.instanceOf everywhere instead of Java operator instanceof
-
Jesse Glick authored
* [JENKINS-36666] Properly report the reason for a failed call to Task.getDisplayName. * [JENKINS-36666] Even without passing fatal=false to @Initializer, recover gracefully from a LinkageError in a task. * Comment.
-
Felix Belzunce Arcos authored
* [JENKINS-36748] Not process null Triggers * [JENKINS-36748] Specify job * [JENKINS-36748] Correctly check NullPointerException
-
- Jul 19, 2016
-
-
Robert Sandell authored
Remove API restriction on UserDetailsCache
-
Robert Sandell authored
-
Robert Sandell authored
[JENKINS-35493] Introduce a UserDetails cache
-
Robert Sandell authored
Followup to #2446 to remove the API restriction so that the first fix can potentially be picked for LTS while this stays in the weekly release.
-
Robert Sandell authored
-
Robert Sandell authored
-
Antonio Muniz authored
-
Robert Sandell authored
-
- Jul 18, 2016
-
-
Robert Sandell authored
-
Robert Sandell authored
-
Robert Sandell authored
-
Kohsuke Kawaguchi authored
-
- Jul 17, 2016
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Oleg Nenashev authored
-
- Jul 16, 2016
-
-
Oleg Nenashev authored
[JENKINS-36193] Raise exception when trying to build a job that is disabled
-
Jesse Glick authored
[JENKINS-36476] Underprivileged users could not use the default value of a password parameter (#2454) * [FIXED JENKINS-36476] Do not even send the default password in encrypted form; leave the text field blank, and apply the default upon submission. * [JENKINS-36476] Use a special token, not the empty string, as the marker for the default value.
-
Oleg Nenashev authored
* [JENKINS-36592] Prevent NPE in BlockedBecauseOfBuildInProgress#getDescription() in the case of race condition * [JENKINS-36592] - Address comments from @jglick * [JENKINS-36592] - Fix wording. Attempt #2
-
- Jul 15, 2016
-
-
Oleg Nenashev authored
-
Oleg Nenashev authored
-
Rupin R Nath authored
* Fixed JENKINS-33201 [Java JSON exception with an empty parametrized build.] * FIXED JENKINS-33201. Changed to FormException instead of Failure * That fix was never in a released version. So it cannot have been reverted. * Lowercase i for consistency * Remove the concept of yanking dead executors. * Another unnecessary call to doYank. * [FIXED JENKINS-27530] Jenkins.reload must also reload the Queue to ensure that every Queue.Item.task corresponds to a live Job, lest nextBuildNumber be bogus. * [JENKINS-27530] Noting #2439 & #2440. * FIXED JENKINS-33201. Changed to FormException instead of Failure * [FIXED JENKINS-33201 .FormException is thrown if parameterDefinitions are not available . * Changing one more Tab to Space * Moved checkForEmptyParameters to Job class
-
Oleg Nenashev authored
* [JENKINS-36593] - ItemCategory#MIN_TOSHOW should be restricted * [JENKINS-36593] - Add Javadoc
-
Robert Sandell authored
-
Oleg Nenashev authored
[FIXED JENKINS-36594] - CauseOfInterruption.UserInterruption#getUser() should not create new users (#2450) * CauseOfInterruption.UserInterruption#getUser() should not create new users if the user gets deleted before the cause printing call * [JENKINS-36594] - Print raw username if we cannot create MasterHyperlinkNote
-
ge-vi authored
-
- Jul 14, 2016
-
-
godfath3r authored
* [JENKINS-36387] Catch exception when scm retry count field is empty. * Add test for JENKINS-36387 * [JENKINS-36387] Move test in correct place * [JENKINS-36387] Reproduce actuall behaviour
-
Stephen Connolly authored
-
Stephen Connolly authored
[JENKINS-36629] Optimization for recent build stability calculation
-
Robert Sandell authored
Setting autocomplete to "off" will tell browsers not to try to autofill forms during history navigation. Since this seems to be a prominent problem in Jenkins I feel it is best to have it default to "off" and let individual inputs or pages opt-in to enable it instead to indicate they can handle it. The standard login page does not seem to use the taglib form tag so it is not affected, even so, all modern browsers ignores the autocomplete attribute on username and password fields anyway.
-
Oliver Gondža authored
-