1. 20 11月, 2017 1 次提交
  2. 19 11月, 2017 2 次提交
    • O
      Merge pull request #3122 from jglick/TaskListener · 5b9ad647
      Oleg Nenashev 提交于
      Implement default methods in TaskListener and BuildListener
      5b9ad647
    • O
      [JENKINS-47718] - Deprecate User#getUser(String) (#3114) · 8cb33513
      Oleg Nenashev 提交于
      * [JENKINS-47718] - Deprecate User#getUser(String)
      
      `User#getUser(String)` method causes lots of confusion for plugin developers. It implicitly creates a user if it cannot be found, and in many cases this is actually a not-expected behavior. This change deprecates the method and to creates a new `User#getOrCreate()` which is more explicit
      
      * [JENKINS-47718] - Address comments from @jglick
      8cb33513
  3. 17 11月, 2017 2 次提交
    • T
      [JENKINS-34138] Fix maven installs from stepping on each other (#3042) · d688c154
      t-hall 提交于
      * [JENKINS-34138] Adding equals/hashCode methods so that installs don't step on each other
      
      * [JENKINS-34138] Added issue reference to unit tests
      
      * [JENKINS-34138] - changed the order of equals / hashcode
      d688c154
    • D
      [JENKINS-39179] [JENKINS-36088] Always use NIO to create and detect symbolic... · 52fa4d90
      Devin Nusbaum 提交于
      [JENKINS-39179] [JENKINS-36088] Always use NIO to create and detect symbolic links and Windows junctions (#3133)
      
      * Always use NIO to detect symlinks
      
      * Make assertion failure message consistent
      
      * Catch NoSuchFileException to keep tests passing
      
      * Make method name more specific and simlify assumption
      
      * Remove obsolete comment and reword the main comment in isSymlink
      
      * Deprecate Kernel32Util#isJunctionOrSymlink
      
      * Use assumptions for junction creation and add messages to assumptions
      
      * Replace deprecated code with recommended alternative
      
      * Add comment explaining call to DosFileAttributes#isOther
      
      * Do not fall back to native code when creating symlinks
      
      * Log FileSystemExceptions when creating symbolic links
      
      * Catch InvalidPathException and rethrow as IOException
      
      * Deprecate Kernel32Utils#createSymbolicLink and #getWin32FileAttributes
      
      * Preserve original logging behavior on Windows and remove useless call to Util#displayIOException
      52fa4d90
  4. 13 11月, 2017 2 次提交
  5. 12 11月, 2017 7 次提交
  6. 11 11月, 2017 8 次提交
  7. 10 11月, 2017 4 次提交
  8. 08 11月, 2017 1 次提交
  9. 07 11月, 2017 8 次提交
  10. 06 11月, 2017 3 次提交
  11. 04 11月, 2017 2 次提交