1. 09 12月, 2017 15 次提交
  2. 05 12月, 2017 2 次提交
  3. 04 12月, 2017 2 次提交
  4. 03 12月, 2017 2 次提交
  5. 02 12月, 2017 4 次提交
  6. 01 12月, 2017 3 次提交
    • D
      [JENKINS-36088] Use NIO implementations of chmod and mode by default (#3135) · fdccc0e8
      Devin Nusbaum 提交于
      * Use NIO for FilePath#chmod and IOUtils#mode
      
      * Add tests for NIO mode and chmod implementations
      
      * Add test, remove new method, and update JavaDoc
      
      * Provide system property to use native implementations of chmod and mode
      
      * Revert unrelated whitespace modification
      
      * Don't remove exception from throws and put imports in original location
      
      * Fix broken JavaDoc links
      
      * Ignore file type bits (above 0o7777) in Util#modeToPermission
      
      * Use octal for constants and don't include file type bits
      
      * Revert unnecessary changes to TarArchiverTest
      
      * Add assertion that non-permission bits are ignored by chmod
      
      * Use NIO copy with StandardCopyOption.COPY_ATTRIBUTES in copyToWithPermissions where possible
      
      * Catch InvalidPathException and convert it to IOException
      
      * Create utility method for File#toPath and use File#createDirectories after review
      
      * Remove useless calls to toAbsolutePath and getAbsoluteFile
      
      * Fix typos and use octal for constant after review
      
      * Add test for behavior of copyToWithPermission with special bits
      fdccc0e8
    • O
      Add default implementations of deprecated methods of BuilableItem and Item. (#3142) · 88248577
      Oleg Nenashev 提交于
      * Add default implementations to deprecated methods of BuilableItem and Item.
      
      Currently the interface requires the API user to implement already deprecated methods.
      It does not make much sense, and the API could be simplified.
      
      * Address comments from @jglick
      88248577
    • J
      7cbc8f55
  7. 30 11月, 2017 1 次提交
  8. 29 11月, 2017 5 次提交
  9. 28 11月, 2017 3 次提交
  10. 27 11月, 2017 3 次提交