1. 19 5月, 2018 1 次提交
  2. 15 5月, 2018 3 次提交
  3. 08 5月, 2018 2 次提交
  4. 07 5月, 2018 1 次提交
  5. 06 5月, 2018 2 次提交
  6. 03 5月, 2018 1 次提交
  7. 01 5月, 2018 2 次提交
  8. 26 4月, 2018 1 次提交
    • 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
  9. 23 4月, 2018 2 次提交
  10. 19 4月, 2018 2 次提交
    • K
      [INFRA-1502] bake the new UC root CA. · 2d3cbeca
      Kohsuke Kawaguchi 提交于
      The current UC root CA will expire in 2021. Since this key certificate
      is baked into jenkins.war, it needs a plenty of time to rotate. I think
      two years window would be sufficient, but since I looked, we might as
      well start now.
      
      The new key is also now 4096 bits, upgraded from previous 2048 bits.
      
      I've also used the opportunity to remove old hudson-community root CA,
      which was used during the transition period from me leaving Sun and the
      birth of Jenkins. It's been long since we stopped using this cert, so no
      need to honor it anymore.
      
      (cherry picked from commit bcab1f08)
      2d3cbeca
    • J
      [JENKINS-46386] Make SystemProperties safe to call from agent JVMs. · 615c3b1f
      Jesse Glick 提交于
      (cherry picked from commit 79483151)
      615c3b1f
  11. 15 4月, 2018 3 次提交
  12. 10 4月, 2018 4 次提交
  13. 09 4月, 2018 3 次提交
  14. 02 4月, 2018 2 次提交
  15. 28 3月, 2018 2 次提交
  16. 26 3月, 2018 2 次提交
  17. 25 3月, 2018 1 次提交
  18. 24 3月, 2018 1 次提交
  19. 23 3月, 2018 1 次提交
  20. 22 3月, 2018 1 次提交
  21. 20 3月, 2018 2 次提交
  22. 17 3月, 2018 1 次提交
    • D
      [JENKINS-22367] Split JDKInstaller to a plugin (#3301) · f0819d25
      Devin Nusbaum 提交于
      * [JENKINS-22367] Preparation for split of JDKInstaller to a plugin
      
      * Add split-plugins entry and pending update to war/pom.xml
      
      * Update jdk-tool plugin description
      
      * Fix Findbugs warnings
      
      * Update to HttpComponents Client 4.5
      
      * Preserve formatting in translations of Messages.properties
      
      * Preserve ISO-8859-1 encoding for properties
      
      * Break cycle between jdk-tool and apache-httpcomponents-client-4-api
      
      * Update version numbers after merge
      
      * Add warning for the download from java.sun.com JDK installer
      
      * Fix issues introduced when cleaning up Findbugs errors in 9dbf833
      
      * Use warning class for error message and adjust message text
      
      * Revert "Update to HttpComponents Client 4.5"
      
      This reverts commit 9dbf8334c47eceecea916e105784d4f90415e3c3.
      
      * Findbugs
      
      * Remove JenkinsRule from test that does not use it
      
      * Update version numbers after merge
      
      * Warn when unexpected exceptions are thrown and update new plugin urls
      
      * Update to 2.109-SNAPSHOT
      
      * Address review feedback
      
      * Update to 2.111-SNAPSHOT
      
      * Try to use the agent's default charset to copy the install log
      
      * Update to 2.112-SNAPSHOT
      
      * Remove local module and use snapshot of jdk-tool
      
      * Update to jdk-tool:1.0
      f0819d25