- Mar 03, 2014
-
-
Kohsuke Kawaguchi authored
-
- Feb 27, 2014
-
-
Jesse Glick authored
[FIXED JENKINS-21780] Revised fix to make cache work properly without introducing a new remote call to find hash codes.
-
Jesse Glick authored
-
- Feb 26, 2014
-
-
Jesse Glick authored
[FIXED JENKINS-21958] FilePath.copyRecursiveTo given a scanner including a symlink but not any regular file in the same directory would neglect to create the parent directory on the destination and thus not copy the link. (Util.createSymlink is partly to blame for not throwing a descriptive IOException when it fails to create a link, but this is its historical behavior needed for compatibility. copyRecursiveTo also continues to suppress error text from this method because there is nowhere for it to go. Perhaps need a new variant of createSymlink that is guaranteed to either have created the link or throw an exception.)
-
- Feb 25, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Feb 24, 2014
-
-
Jesse Glick authored
[FIXED JENKINS-16332] Ensure that User records are saved when the fullName is not recoverable from the id. Otherwise User.get(id).getFullName() after restarting Jenkins will produce the wrong result.
-
- Feb 23, 2014
-
-
Jesse Glick authored
-
- Feb 22, 2014
-
-
Jesse Glick authored
[FIXED JENKINS-12124] Occasionally errors loading plugin classes since it is expected that findClass (and findLoadedClass) are called under synchronization. The problem was masked by a blind assumption that an InvocationTargetException was in fact wrapping a ClassNotFoundException. Many thanks to @gotwarlost for demonstrating how to reproduce the problem and diagnosing the cause.
-
- Feb 21, 2014
-
-
Harald Albers authored
-
Kohsuke Kawaguchi authored
-
- Feb 19, 2014
-
-
Jesse Glick authored
-
- Feb 17, 2014
- Feb 15, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Feb 12, 2014
-
-
Vojtech Juranek authored
-
Vojtech Juranek authored
-
Daniel Beck authored
-
Jesse Glick authored
-
- Feb 10, 2014
-
-
Jesse Glick authored
-
- Feb 09, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Feb 08, 2014
-
-
Kohsuke Kawaguchi authored
-
- Feb 07, 2014
-
-
Jesse Glick authored
-
Vojtech Juranek authored
-
- Feb 05, 2014
-
-
Stefan Wolf authored
Prevents multiple FingerprintActions.
-
- Feb 04, 2014
-
-
Jesse Glick authored
-
Oliver Gondža authored
-
Jesse Glick authored
[FIXED JENKINS-21023] Rewrote WorkspaceCleanupThread to determine where workspaces for known items should be, rather than looking for directories that look like they might be workspaces. One key advantage is that this correctly handles the new default workspace location on the master. Another is that this allows folders to be correctly skipped, and jobs in folders to be correctly deleted. A subtler advantage would be handling of configured nondefault workspace locations, and compatibility with WorkspaceLocator. (Orphaned workspaces from deleted jobs are not removed, but these were not removed before either.)
-
- Feb 03, 2014
-
-
Vojtech Juranek authored
-
Vojtech Juranek authored
-
- Feb 02, 2014
-
-
Oliver Gondža authored
-
Daniel Beck authored
If it's significant enough to introduce regressions, it's significant enough for the changelog.
-
- Feb 01, 2014
-
-
Oliver Gondža authored
-
- Jan 31, 2014
-
-
Jesse Glick authored
-
- Jan 29, 2014
-
-
Daniel Beck authored
-
- Jan 28, 2014
-
-
Jesse Glick authored
-
- Jan 27, 2014
-
-
Jesse Glick authored
-
- Jan 26, 2014
-
-
Kohsuke Kawaguchi authored
-