- Apr 12, 2013
-
-
Jesse Glick authored
ListView can match now items belonging to nested ItemGroups
-
Vincent Latombe authored
-
Jesse Glick authored
Tricky to emulate the actual web interaction including JavaScript window.confirm; suffices to just call the web method directly.
-
Jesse Glick authored
Using l:confirmationLink instead of AbstractItem/delete.jelly and AbstractProject/wipeOutWorkspace.jelly.
-
- Apr 11, 2013
-
-
Seiji Sogabe authored
-
Jesse Glick authored
-
Jesse Glick authored
Expanded MockFolder to be a ViewGroup so that it is possible to test views inside folders, and generally fixed it to service Stapler hierarchies properly so that WebClient-based tests can work.
-
Seiji Sogabe authored
[FIXED JENKINS-5408] Quoting Issue with JDK Installer with Windows Slave
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Vincent Latombe authored
The reason is that we always determine the job url using Functions#getRelativeLinkTo, which keeps the view navigation info if it exists, and can produce an absolute url if required by the context. So it is no longer needed for the caller to worry about jobBaseUrl. By default, names are interpreted in relatively to the current item group, so Label and Computer views no longer need to set useFullName to true to have correct behaviour.
-
Seiji Sogabe authored
-
- Apr 10, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
https://ci.jenkins-ci.org/job/jenkins_main_trunk/2449/testReport/hudson.console/ConsoleAnnotatorTest/testCompletedStatelessLogAnnotation/ junit.framework.AssertionFailedError: expected:<3> but was:<4> at junit.framework.Assert.fail(Assert.java:57) at junit.framework.Assert.failNotEquals(Assert.java:329) at junit.framework.Assert.assertEquals(Assert.java:78) at junit.framework.Assert.assertEquals(Assert.java:234) at junit.framework.Assert.assertEquals(Assert.java:241) at junit.framework.TestCase.assertEquals(TestCase.java:409) at hudson.console.ConsoleAnnotatorTest.testCompletedStatelessLogAnnotation(ConsoleAnnotatorTest.java:69)
-
Vincent Latombe authored
Conflicts: changelog.html
-
Jesse Glick authored
[FIXED JENKINS-15340] Ask for confirmation before reloading config from disk, as it may be expensive. First of all, /reload should require POST (also prevents XSS DoS attacks). Adding <l:confirmationLink> to encapsulate a link that requires confirmation upon clicking. Allowing a ManagementLink to request confirmation (also implying POST); could be used also for e.g. /quietDown. Enhancing <l:task> to support confirmation as well, and honoring this in context menu items.
-
Vincent Latombe authored
Conflicts: changelog.html
-
Vincent Latombe authored
-
Vincent Latombe authored
complete relative url, in order to take into account the current view.
-
Vincent Latombe authored
Added some unit tests
-
Vincent Latombe authored
The view content needs to be determined by getItems as the content can change even without view definition modification.
-
- Apr 09, 2013
-
-
Jesse Glick authored
(Not touching the icon since I do not feel like playing with Inkscape; would be a nice pull request for somebody.)
-
Jesse Glick authored
-
Vincent Latombe authored
-
Vincent Latombe authored
-
Vincent Latombe authored
-
Vincent Latombe authored
-
-
- Apr 08, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
Revert "[FIXED JENKINS-17451] "projects tied to slave" shows unrelated maven module jobs. shows TopLevelItem only." This reverts commit 3a6de84f. (Regressed JENKINS-15666.) Conflicts: changelog.html
-
Jesse Glick authored
[FIXED JENKINS-8614] ProcessTreeTest fails on Windows
-
Vincent Latombe authored
This changes introduces a 'recurse' option on ListView that allows to match using regexp jobs contained inside folders. The full name of the job is matched so / can be used as separator. This allows slice and dice of jobs contained in different folders.
-
Olivier Lamy authored
[JENKINS-17351] won't fix - clarified help text Thanks !
-
- Apr 07, 2013
-
-
Harald Albers authored
-
Seiji Sogabe authored
[FIXED JENKINS-10891] Page Title French Translation missing
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-