- Oct 15, 2012
-
-
Jesse Glick authored
-
Jesse Glick authored
[JENKINS-12307] More helpful error message for getItemTypeDescriptorOrDie on a non-collection field.
-
Nicolas De Loof authored
[FIXED JENKINS-15292] Revert "setting maven home is enough for global settings to be m.getHome()/conf/settings.xml" This reverts commit 51d5220f. hudson.maven.MavenUtil#createEmbedder set GlobalSettingsFile to MavenHome/conf/settings.xml by default so I can't explain this regression
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Oct 13, 2012
-
-
Kohsuke Kawaguchi authored
-
- Oct 12, 2012
-
-
Jesse Glick authored
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
... based on Jesse's feedback to 1f83338d
-
Jesse Glick authored
/computer/*/doDelete should try harder to remove even a “zombie” Computer with no associated Node.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Oct 11, 2012
-
-
Kohsuke Kawaguchi authored
Conflicts: changelog.html core/src/main/java/jenkins/model/lazy/SortedList.java
-
Kohsuke Kawaguchi authored
If unwrap returns null, we need to fall through to load to try it again. (cherry picked from commit 04c87d8d)
-
Kohsuke Kawaguchi authored
If a build record gets GCed, a load is attempted, and that fails, then RunMap can return null. Not sure if this alone would explain the entirety of JENKINS-15465, but this is a related fix. (cherry picked from commit ca44a90e)
-
Kohsuke Kawaguchi authored
I can't really think of how null ends up in the resulting list, but adding a check in Iterator to detect that situation. Also, improved the efficiency of the subList implementation. (cherry picked from commit 807dc717)
-
Kohsuke Kawaguchi authored
If unwrap returns null, we need to fall through to load to try it again.
-
Kohsuke Kawaguchi authored
If a build record gets GCed, a load is attempted, and that fails, then RunMap can return null. Not sure if this alone would explain the entirety of JENKINS-15465, but this is a related fix.
-
Richard Mortimer authored
Ensure that SortedList clones the underlying data list. Without this changes to a clone also change the original list. (cherry picked from commit 761c4379)
-
Richard Mortimer authored
-
Richard Mortimer authored
Ensure that SortedList clones the underlying data list. Without this changes to a clone also change the original list.
-
Kohsuke Kawaguchi authored
adding more probe.
-
Kohsuke Kawaguchi authored
since these tags are used in sidepanel, don't make assumption that "it" object is rendering the current URL.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Oct 10, 2012
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
I can't really think of how null ends up in the resulting list, but adding a check in Iterator to detect that situation. Also, improved the efficiency of the subList implementation.
-