- Jun 12, 2014
-
-
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)
-
Bruno Kühnen Meneguello authored
-
Daniel Beck 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
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
CloudBees DEV@Cloud authored
-
Jesse Glick authored
The basic fix is to use ${rootURL} plus full model object URLs rather than relying on ${jobBaseUrl}. This is made trickier by the fact that the model object URLs are computed inside ProgressiveRendering.compute, and therefore will not be correct when nondefault views are in the crumb trail unless the original request information is present. So modifying ProgressiveRendering to preserve a copy of the original request for use during computation. (This could probably be used to simplify parts of AsynchPeople as well.) Also improving AbstractItem.getUrl to properly construct a URL including views even when the current page is not inside the item; it should suffice for some ancestor of the current item (or a view thereof) to be in the ancestor list of this page.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Jun 09, 2014
-
-
Jesse Glick authored
-
Jesse Glick authored
Corrects 9ce6b0fe.
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-