1. 05 3月, 2014 2 次提交
  2. 03 3月, 2014 3 次提交
  3. 02 3月, 2014 1 次提交
  4. 01 3月, 2014 3 次提交
  5. 28 2月, 2014 3 次提交
  6. 27 2月, 2014 2 次提交
  7. 26 2月, 2014 2 次提交
    • J
      [FIXED JENKINS-21958] FilePath.copyRecursiveTo given a scanner including a... · 7c568178
      Jesse Glick 提交于
      [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.)
      7c568178
    • qxo's avatar
      fixed i18n issue for Chinese(zh_CN): remove 查克·诺里斯说 (... · 29948ade
      qxo 提交于
      fixed i18n issue for Chinese(zh_CN): remove 查克·诺里斯说 ( "\u67E5\u514B\u00B7\u8BFA\u91CC\u65AF\u8BF4\uFF1A" )  from *.zh_CN.properties
      29948ade
  8. 25 2月, 2014 4 次提交
    • K
      the trunk is toward 1.554-SNAPSHOT · 011f4cec
      Kohsuke Kawaguchi 提交于
      011f4cec
    • K
      3a0b4b2c
    • K
      0738314c
    • K
      Excluding this test on unsupported platform · 56024205
      Kohsuke Kawaguchi 提交于
      ... based on Tyler's discovery at https://gist.github.com/rtyler/9195510
      
      testRemoting(hudson.util.ProcessTreeTest)  Time elapsed: 0.097 sec  <<< ERROR!
      java.util.NoSuchElementException: null
              at java.util.HashMap$HashIterator.nextEntry(HashMap.java:897)
              at java.util.HashMap$ValueIterator.next(HashMap.java:922)
              at hudson.util.ProcessTreeTest$MyCallable.call(ProcessTreeTest.java:42)
              at hudson.util.ProcessTreeTest$MyCallable.call(ProcessTreeTest.java:38)
              at hudson.remoting.UserRequest.perform(UserRequest.java:118)
              at hudson.remoting.UserRequest.perform(UserRequest.java:48)
              at hudson.remoting.Request$2.run(Request.java:328)
              at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
              at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
              at java.util.concurrent.FutureTask.run(FutureTask.java:166)
              at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
              at java.lang.Thread.run(Thread.java:724)
      
      He runs this on FreeBSD.
      56024205
  9. 24 2月, 2014 2 次提交
  10. 22 2月, 2014 3 次提交
  11. 21 2月, 2014 2 次提交
    • C
      Upgrade to commons-io 2.4 · 4c32649d
      christ66 提交于
      In order to maintain backwards compatibility we need to keep IOUtils the
      same as in commons-io 1.4. This code is backwards compatible, however
      most of the methods have been deprecated and should instead use the
      org.apache.commons.io.IOUtils version instead.
      4c32649d
    • J
      Javadoc for Queue.Task claimed they were compared using .equals(), but in... · f360ce3e
      Jesse Glick 提交于
      Javadoc for Queue.Task claimed they were compared using .equals(), but in critical cases this was not actually true.
      Does not matter for the common case of Job, but when implementing custom tasks this could cause duplicate queue items (and executables).
      f360ce3e
  12. 19 2月, 2014 2 次提交
  13. 18 2月, 2014 8 次提交
  14. 15 2月, 2014 3 次提交