- Jun 16, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Jun 13, 2014
-
-
tfennelly authored
-
Jesse Glick authored
-
Surya Gaddipati authored
Plugins like github-oauth-plugin implementing SecurityRealm need to call these methods in security lifecycle events.
-
- Jun 12, 2014
-
-
Jesse Glick authored
-
Jesse Glick authored
-
Oleg Nenashev authored
[JENKINS-21631] - Don't fail with NPE if the PeepholePermalink cache contains the non-numeric value. Actually, the change just prevents symptoms. There should be an error somewhere else. Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
-
Kohsuke Kawaguchi authored
Integrated the fix made in winp 1.20.
-
Jesse Glick authored
Link to 'Building Jenkins' page from text file
-
Kevin Burke authored
-
CloudBees DEV@Cloud authored
-
Jesse Glick authored
MockFolderTest.moving pointed out a refinement to 1197e0ce: list folders, if included, before their contents.
-
Jesse Glick authored
-
Daniel Beck authored
-
-
Oleg Nenashev authored
Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
-
- Jun 11, 2014
-
-
Daniel Beck authored
Move entries older than last year to changelog-old
-
Jesse Glick authored
-
Jesse Glick authored
Improved robustness of RunParameterValue so it does not break the REST API when there is invalid data. Observed in 1.554.1: java.lang.ArrayIndexOutOfBoundsException: 1 at hudson.model.RunParameterValue.getNumber(RunParameterValue.java:63)
-
Harald Albers authored
Fix translation error
-
Jesse Glick authored
[JENKINS-23365] Follow-up API fixes: introduce SCM.getKey(), and add an SCMRevisionState baseline argument to checkout. Necessary in order to produce correct changelogs by SCM plugins which actually use SCMRevisionState correctly (unlike git-plugin!). (cherry picked from commit df9dc4c8)
-
Jesse Glick authored
(cherry picked from commit abf33593)
-
Jesse Glick authored
[JENKINS-23365] Follow-up API fixes: introduce SCM.getKey(), and add an SCMRevisionState baseline argument to checkout. Necessary in order to produce correct changelogs by SCM plugins which actually use SCMRevisionState correctly (unlike git-plugin!).
-
Jesse Glick authored
-
Bruno Kühnen Meneguello authored
-
Daniel Beck authored
-
Jesse Glick authored
-
- Jun 10, 2014
-
-
CloudBees DEV@Cloud authored
-
Daniel Beck authored
-
Jesse Glick authored
-
Jesse Glick authored
[FIXED JENKINS-20327] When saving a list view, submit POST data with size proportional to the # of jobs selected for inclusion, not the number of options. This can be done easily by setting json="true"; otherwise the default is to pass =false for each unselected job. Ironically, even with this fix we are sending 2× what is needed, since currently ListView.submit does not even check the json parameter for job names: it only pays attention to top-level request parameters that the browser defines for selected checkboxes. Ideally we could ask buildFormTree to ignore a given form element entirely, so as to avoid the wasted data.
-
Jesse Glick authored
-
Jesse Glick authored
[JENKINS-19310] Unreproducible failure of DirectlyModifiableViewTest.failWebMethodForIllegalRequest, probably from a StackOverflowError. at … at hudson.model.View.toString(View.java:514) at java.text.MessageFormat.subformat(MessageFormat.java:1246) at java.text.MessageFormat.format(MessageFormat.java:836) at java.text.Format.format(Format.java:140) at java.text.MessageFormat.format(MessageFormat.java:812) at java.util.logging.Formatter.formatMessage(Formatter.java:130) at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:63) at java.util.logging.StreamHandler.publish(StreamHandler.java:179) at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:88) at java.util.logging.Logger.log(Logger.java:481) at java.util.logging.Logger.doLog(Logger.java:503) at java.util.logging.Logger.log(Logger.java:567) at hudson.model.AbstractItem.getUrl(AbstractItem.java:423) at hudson.model.View.getViewUrl(View.java:510) at hudson.model.View.toString(View.java:514) at …
-
CloudBees DEV@Cloud authored
-