1. 09 4月, 2018 1 次提交
  2. 02 4月, 2018 2 次提交
  3. 28 3月, 2018 1 次提交
  4. 26 3月, 2018 2 次提交
  5. 25 3月, 2018 1 次提交
  6. 24 3月, 2018 1 次提交
  7. 22 3月, 2018 1 次提交
  8. 20 3月, 2018 2 次提交
  9. 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
  10. 12 3月, 2018 2 次提交
  11. 11 3月, 2018 2 次提交
  12. 08 3月, 2018 1 次提交
    • L
      [JENKINS-45387] Fix validation error displaying in setup wizard's "create first admin" form (#3116) · 12031d7d
      Literallie 提交于
      * [JENKINS-45387] Improve setup wizard account creation in security realm
      
      This commit adds an additional account creation method to the
      security realm, that allows to create a new user account (as the system)
      and is intended to be used by the setup wizard.
      
      The main difference to the existing method is that the new method does
      not force the Stapler to send a response, but instead throws an
      exception if invalid data is submitted. This allows to call this from
      the setup wizard, and send the response there. (This is necessary
      because the setup wizard method has a response return type and
      there is no way to access the response already send in the realm)
      
      Further, it splits the private createAccount() method for
      clarity as well as to allow code reuse from the new method.
      
      * [JENKINS-45387] Fix SetupWizard sending responses twice on create admin
      
      This commit fixes an issue where the SetupWizard class would send
      two responses (indirectly) when invalid form data was provided for
      creating the first admin account.
      
      * [Fix JENKINS-45387] Setup wizard not displaying first account errors
      
      This commit fixes the setup wizard not displaying HTML error
      responses upon first account creation.
      
      Previously, it just froze (buttons were not re-enabled) and didn't
      display responses. (Probably caused by XSS policies on the iframe)
      
      * [JENKINS-45387] Add some @Restricted annotations
      
      As per
      https://github.com/jenkinsci/jenkins/pull/3116#discussion_r172031063
      https://github.com/jenkinsci/jenkins/pull/3116#discussion_r172051979
      12031d7d
  13. 07 3月, 2018 1 次提交
  14. 06 3月, 2018 2 次提交
  15. 03 3月, 2018 1 次提交
  16. 02 3月, 2018 1 次提交
  17. 28 2月, 2018 1 次提交
  18. 26 2月, 2018 3 次提交
  19. 24 2月, 2018 1 次提交
    • J
      Improve sortable.js to work with BFA table (#3125) · e0070aa6
      John Lamb 提交于
      * Improve sortable.js to work with BFA table
      
      The Failure Cause Management table generated by the Build Failure
      Analyzer
      plugin (<https://wiki.jenkins.io/display/JENKINS/Build+Failure+Analyzer>)
      doesn't render dates in a manner that sortable.js can recognize. This
      commit improves the matching and sorting for date-like strings to
      accommodate a broader variety of date/time strings, and uses the js Date
      class to ensure accurate greater/equal/less than results.
      
      * Remove commented patterns in sortable.js
      e0070aa6
  20. 19 2月, 2018 2 次提交
  21. 18 2月, 2018 1 次提交
  22. 13 2月, 2018 2 次提交
  23. 12 2月, 2018 2 次提交
  24. 05 2月, 2018 2 次提交
  25. 04 2月, 2018 4 次提交