1. 27 9月, 2018 1 次提交
  2. 22 9月, 2018 1 次提交
  3. 21 9月, 2018 1 次提交
  4. 01 8月, 2018 1 次提交
  5. 20 7月, 2018 1 次提交
  6. 08 7月, 2018 1 次提交
  7. 27 6月, 2018 1 次提交
  8. 26 6月, 2018 2 次提交
  9. 20 6月, 2018 1 次提交
  10. 09 6月, 2018 1 次提交
  11. 07 6月, 2018 1 次提交
  12. 24 5月, 2018 1 次提交
  13. 15 5月, 2018 1 次提交
  14. 06 5月, 2018 1 次提交
  15. 05 5月, 2018 3 次提交
    • W
      [JENKINS-51064] Lenient URL validator for Root URL (#3415) · e7eec1cb
      Wadeck Follonier 提交于
      * [JENKINS-51064] Lenient URL validator for Root URL
      - especially with the TLDs
      - more test cases
      
      * add blank line
      
      * Adjust comment
      
      * Correction typo
      e7eec1cb
    • M
      JENKINS-13128: Preserve copied file permissions and mtime (#3400) · e229f37d
      Matt Sicker 提交于
      * JENKINS-13128: Preserve copied file permissions and mtime
      
      This fixes a bug where files copied locally do not preserve file permissions or last modification time.
      
      * Use IO utility methods for exception handling
      
      * Fix invalid path exception propagation
      
      * Revert hudson.Util
      e229f37d
    • J
      [JENKINS-50412] Fingerprints logs should be less verbose (#3373) · a9eafdb9
      Jeff Thompson 提交于
      * JENKINS-50412 - Fingerprints logs should be less verbose
      
      Eliminate the logging line that says
      possibly trimming /var/jenkins_home/fingerprints/[...]
      This line fills up the fingerprints log file with repetitive, useless information.
      The operation it calls provides its own logging that can be turned on if detailed
      logging is actually needed instead of running this one repeatedly.
      
      Also, while in the area, convert a couple of FileFilter inner classes to lambdas
      and inline them. This reduces unnecessary boilerplate and improves clarity.
      
      In order to make this change testable, I elected to remove the final restriction on the
      class and annotate the class as restricted. This allows me to create unit tests for
      this change and also verify existing capability at the appropriate level.
      
      * Watch out for varying line endings.
      
      Use a reliable check.
      
      * Correct a few minor issues caught in review.
      
      * Change to correct access modifier.
      a9eafdb9
  16. 28 4月, 2018 1 次提交
  17. 26 4月, 2018 3 次提交
    • 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
    • D
      Add support for SHA-256/512 in update site metadata · 6dc32977
      Daniel Beck 提交于
      6dc32977
    • W
      [SECURITY-788] · 5cf0a77d
      Wadeck Follonier 提交于
      5cf0a77d
  18. 29 3月, 2018 2 次提交
  19. 23 3月, 2018 1 次提交
  20. 21 3月, 2018 1 次提交
  21. 16 3月, 2018 1 次提交
    • D
      Suggest all parent loggers that are relevant · 87bb02b4
      Daniel Beck 提交于
      Parent loggers will be suggested in auto completion iff they
      include two or more child, grand-child, etc. loggers, and there
      is no more specific parent logger that includes the same number
      of descendants.
      87bb02b4
  22. 28 2月, 2018 1 次提交
  23. 26 2月, 2018 1 次提交
  24. 22 2月, 2018 6 次提交
  25. 03 2月, 2018 1 次提交
  26. 02 2月, 2018 2 次提交
    • B
      [JENKINS-48407] Re-enable AtomicFileWriterTest#checkPermissionsRespectUmask() (#3275) · 6cefcf17
      Baptiste Mathus 提交于
      * [JENKINS-48407] Re-enable test
      
      The previous test assumed permissions would always be the same,
      when they actually depend on umask settings.
      
      This change creates a file *not* using the temporary API, gets its
      permissions then compares it to the ones obtained using
      AtomicFileWriter.
      
      Note: we now only check the given permissions, not the "non-given".
      
      * Use assertThat(..., equalTo()) instead of a manual loop
      
      * Remove unused imports
      
      * Use TemporaryFolder instead of manual temporary dir creation
      6cefcf17
    • J
      Introduced ACL.lambda convenience method (#3260) · ac05680b
      Jesse Glick 提交于
      * Introduced ACL.lambda convenience method.
      
      * Javadoc
      ac05680b
  27. 30 1月, 2018 1 次提交
  28. 29 1月, 2018 1 次提交