1. 21 2月, 2019 3 次提交
  2. 23 2月, 2019 1 次提交
    • M
      [FIX JENKINS-43218] Fix Fingerprint.toString() (#3910) · 399c8ba4
      Mit Naria 提交于
      * [FIX JENKINS-43218] Fix Fingerprint.toString()
      
      1. Fix Fingerprint.toString() method when
         variable usages = null .
      Signed-off-by: NMit Naria <mit4dev@gmail.com>
      
      * [FIX JENKINS-43218] Fix Fingerprint.toString()
      
      1. Fix Fingerprint.toString() method when
         variable usages = null .
      
      * [JENKINS-43218] - Retrigger the build after the Java 11 fixes on ci.jenkins.io
      399c8ba4
  3. 21 2月, 2019 15 次提交
  4. 20 2月, 2019 1 次提交
  5. 17 2月, 2019 2 次提交
  6. 15 2月, 2019 4 次提交
  7. 14 2月, 2019 1 次提交
  8. 12 2月, 2019 1 次提交
  9. 11 2月, 2019 2 次提交
  10. 10 2月, 2019 1 次提交
  11. 08 2月, 2019 1 次提交
    • W
      [JENKINS-55050] Reduce performance impact of SEC-904 (esp. zip) (#3861) · 2f8b557a
      Wadeck Follonier 提交于
      * [JENKINS-55050] Reduce log impact on performance
      - especially in case of large / deep folder that is fully illegal
      - could reduce time by a factor of around 2.
      
      * Use SystemProperties
      
      * [JENKINS-55050] Reduce performance impact of the security release
      - SEC-904 increased the time taken to zip files from
      DirectoryBrowserSupport views (workspace / artifact)
      - This PR proposes a different approach for some of the highly impact scenario
      
      * Update core/src/main/java/jenkins/util/VirtualFile.java
      Co-Authored-By: NWadeck <Wadeck@users.noreply.github.com>
      
      * Return in case of interruption instead of continuing
      - The interruption status flag is not really respected otherwise
      
      * Update core/src/main/java/jenkins/util/VirtualFile.java
      Co-Authored-By: NWadeck <Wadeck@users.noreply.github.com>
      
      * Improve ZipEntry writing
      - Add logging on FileSystemException
      
      * Minor refactoring in DirScanner
      
      * Correct conjugation, size for arraylist and dead code removal
      
      * Adjust the PR using the feedbacks
      
      * Adjust the PR using the feedbacks (part 2)
      
      * Adjust the PR using the feedbacks (part 3)
      2f8b557a
  12. 06 2月, 2019 2 次提交
  13. 05 2月, 2019 1 次提交
  14. 04 2月, 2019 4 次提交
  15. 03 2月, 2019 1 次提交