- May 01, 2013
-
-
Jesse Glick authored
-
- Apr 30, 2013
-
-
Jesse Glick authored
[FIXED JENKINS-17775] Find (model) parent POMs properly during fingerprint recording at end of build.
-
ssogabe authored
-
- Apr 29, 2013
-
-
Jesse Glick authored
[JENKINS-17775] If MavenProject.getParent throws ISE during fingerprinting, report it but at least proceed. Proper fix is to ensure that the model resolution uses the same environment as the actual build, or is otherwise more lenient about finding the parent (e.g. enables plugin resolution).
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Apr 27, 2013
-
-
Kohsuke Kawaguchi authored
-
- Apr 25, 2013
-
-
Jesse Glick authored
-
- Apr 24, 2013
-
-
Jesse Glick authored
-
- Apr 23, 2013
-
-
Jesse Glick authored
A recent Stapler update caused the Jelly facet to ignore *.xml. So need to use raw j:include (as plugins were doing), not st:include (as core did).
-
Jesse Glick authored
-
Jesse Glick authored
Most notable, cvs 1.6 → 2.8, to get the critical fix of removing the mail address resolver.
-
Jesse Glick authored
-
Jesse Glick authored
-
- Apr 22, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Apr 20, 2013
-
-
Kohsuke Kawaguchi authored
-
- Apr 19, 2013
-
-
Kohsuke Kawaguchi authored
-
- Apr 17, 2013
-
-
Kohsuke Kawaguchi authored
Object that implements ModelObjectWithChildren can expose its children in the breadcrumb.
-
- Apr 16, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Added logging more liberally, and fixed the problem. The root cause was that when the mouse enters a hot spot, I wasn't cancelling the previous delayed hide timer. This fix eliminates the need for the hack in the hide method where I was testing if the mouse was still over the hotspot.
-
Jesse Glick authored
-
- Apr 15, 2013
-
-
Kohsuke Kawaguchi authored
-
- Apr 13, 2013
-
-
ssogabe authored
-
- Apr 12, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
Using l:confirmationLink instead of AbstractItem/delete.jelly and AbstractProject/wipeOutWorkspace.jelly.
-
- Apr 11, 2013
-
-
Seiji Sogabe 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.
-
Jesse Glick authored
-
Seiji Sogabe authored
-
- Apr 10, 2013
-
-
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.
-
- 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
-
- Apr 08, 2013
-
-
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
-
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.
-
- Apr 07, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Seiji Sogabe authored
-
- Apr 06, 2013
-
-
Seiji Sogabe authored
[FIXED JENKINS-17451] "projects tied to slave" shows unrelated maven module jobs. shows TopLevelItem only.
-
- Apr 04, 2013
-
-
Jesse Glick authored
Root cause seems to be broken serial form of FingerprintAction, probably caused by lazy loading.
-