1. 21 2月, 2019 6 次提交
  2. 15 2月, 2019 1 次提交
  3. 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
  4. 18 1月, 2019 1 次提交
  5. 14 12月, 2018 1 次提交
  6. 07 12月, 2018 1 次提交
  7. 17 11月, 2018 1 次提交
    • R
      [JENKINS-54459] Avoid Angry Jenkins when check now on Plugin Manager (#3718) · 7aef24d4
      Ramon Leon 提交于
      * [JENKINS-54459] Avoid angry Jenkins in Plugin Manager. Check Now
      
      * [JENKINS-54459] Avoid angry Jenkins in Plugin Manager. Check Now
      
      * [JENKINS-54459] Fix updateSiteRightJsonTest in Windows
      
      * [JENKINS-54459] Minor fixes
      
      * Avoid deprecated getInstance
      Co-Authored-By: NMRamonLeon <manuelramonleonjimenez@gmail.com>
      
      * [JENKINS-54459] Some fixes
      
      - Better system properties initialization
      - Rename properties
      - Localized messages
      - Add test for change log level message
      - Restore signatureCheck field after test
      - Other minor improvements
      
      * [JENKINS-54459] Add Retrier generic class and use it in the checking
      
      * [JENKINS-54459] Improving Spanish messages
      
      * [JENKINS-54459] Fix two javadoc errors
      
      * [JENKINS-54459] Rename constants and its visibility
      
      Rename the constants to do the retries and change their visibilities.
      
      Change the package of the test to be able to access the constants in
      order to redefine their values in the tests.
      
      * [JENKINS-54459] Avoid external use of Retrier and test the delay time
      7aef24d4
  8. 13 11月, 2018 1 次提交
  9. 11 10月, 2018 1 次提交
  10. 03 10月, 2018 1 次提交
  11. 28 9月, 2018 1 次提交
    • O
      [JENKINS-46523] - Make UnixReflection class compatible with Java 11, remove... · 3caef8ec
      Oleg Nenashev 提交于
      [JENKINS-46523] - Make UnixReflection class compatible with Java 11, remove pre-Java 8 reflection (#3650)
      
      * [JENKINS-46523] - Make UnixReflection class compatble with Java 9+, remover pre-Java-8 code
      
      Ideally this logic should be replaced by Multi-Release JAR
      
      * [JENKINS-46523] - FindBugs annotations complicate the code here
      
      * [JENKINS-53799 ] - Explicitly reference the JIRA ticket in the error message
      3caef8ec
  12. 22 9月, 2018 3 次提交
  13. 15 9月, 2018 1 次提交
  14. 14 8月, 2018 2 次提交
  15. 02 8月, 2018 1 次提交
  16. 08 7月, 2018 1 次提交
  17. 24 6月, 2018 1 次提交
  18. 20 6月, 2018 2 次提交
  19. 15 6月, 2018 2 次提交
  20. 09 6月, 2018 1 次提交
  21. 02 6月, 2018 1 次提交
  22. 05 5月, 2018 1 次提交
  23. 03 5月, 2018 1 次提交
  24. 29 4月, 2018 1 次提交
  25. 26 4月, 2018 2 次提交
    • D
      Cleanup since Javadoc tags · 6e037bfa
      Daniel Beck 提交于
      6e037bfa
    • W
      [JENKINS-31661] Check the root url (Admin monitor + Wizard) (#3082) · 17b94a04
      Wadeck Follonier 提交于
      * [JENKINS-31661] Add an administrative monitor to check the root url configuration
      - add the monitor + test
      
      * - corrections requested by Oleg in code review
      
      * - add a field to fill during SetupWizard for the rootUrl (default value using javascript but editable)
      - WIP : missing the translation
      
      * - revert whitespace change
      
      * - little refactoring of js methods
      
      * - translation added
      
      * - modification requested during PR by Jesse
      
      * - renaming proposed by Keith
      
      * - rework to have a new page in the SetupWizard for the root URL
      
      * Correct relevant non-conflicting merge changes
      
      * - in case of skip => also skip the instance configuration
      - terminate => finish (+ uppercase)
      - replace double single quotes
      - add help message in the wizard to inform admins
      - correct the installState serialization problem
      - update working (admin monitor + wizard)
      
      * address Daniel's comment
      - skip all steps will show two messages instead of one (like before when clicking on skip twice)
      - skip => not now
      - remove margin and adjust padding for the wizard forms
      - add the "if possible"
      
      * address Arnaud's comment on the sauter vs passer
      
      * address Liam's comment
      
      * correct previous commit typo
      
      * correct previous commit typo (2)
      
      * add blank end line
      
      * address James' comment
      
      * address Daniel's comment
      
      * address Devin's comment
      - implement error management in the wizard
      - provide different message in the monitor in case of null / invalid url
      - add an helper to validate URL (even with _ in domain)
      - add @Restricted
      
      * - also update the monitor test to be consistent with its new behavior
      
      * address Devin's comments
      
      * correct header files
      
      * include relevant classes for the url validation from commons-validator:1.6
      
      * Move Apache classes in a more standard package
      17b94a04
  26. 04 4月, 2018 1 次提交
  27. 26 3月, 2018 1 次提交
    • J
      [JENKINS-50124] restore AbstractTaskListeners serialVersionUID. · 99592e0a
      James Nord 提交于
      If a subclass was serialized (default java serialization) then the
      changes do push down the method to the interface would break
      deserialisation when in reality the classes are still compatable.
      
      Restoring the compatability by hard coding the serialVersionUID to what
      it was before the change.
      
      (cherry picked from commit dcf22ca8)
      99592e0a
  28. 23 3月, 2018 1 次提交
  29. 15 3月, 2018 1 次提交