1. 03 12月, 2019 1 次提交
  2. 25 11月, 2019 2 次提交
  3. 24 11月, 2019 1 次提交
  4. 22 11月, 2019 1 次提交
  5. 18 11月, 2019 3 次提交
  6. 16 11月, 2019 6 次提交
  7. 15 11月, 2019 1 次提交
  8. 14 11月, 2019 3 次提交
  9. 13 11月, 2019 4 次提交
    • U
      Document workaround for Stapler data binding bug. · c6905b50
      Ulli Hafner 提交于
      c6905b50
    • D
      Hide password form fields by default (#3991) · 90e693b1
      Daniel Beck 提交于
      * Hide password form fields by default
      
      * Trying to bypass enforced autocompletion by just having a test field at first
      
      Something like onfocus didn't work, you'd tab through form elements
      and unless you filled in the user name, changing the form field to
      password would cause it to autocomplete.
      
      It looks like, at least in Mac/Firefox, going from plain text to password
      in the 'oninput' event handler works. The plain text is revealed neither
      with typing nor pasting.
      
      * Update core/src/main/resources/lib/form/password.jelly
      Co-Authored-By: Ndaniel-beck <daniel-beck@users.noreply.github.com>
      
      * Use previously defined value
      
      * Make new password form fields opt-out
      
      * Add support for redacting form secrets in new password field
      
      * Have a password value pre-set in Jelly
      
      * Fix method
      
      * Fix test by clicking on the button to change the password
      
      * Forgot period separator between class and property name
      90e693b1
    • M
      [JENKINS-59665] - Fix sorting of the Uninstall column in the Install pane of... · 5f413e5c
      Manuel 提交于
      [JENKINS-59665] - Fix sorting of the Uninstall column in the Install pane of the Plugin Manager  (#4298)
      
      * refs #JENKINS-59665 Fixed sorting for uninstall column of installed in plugin manager
      
      * refs #JENKINS-59665 removed test attribute
      5f413e5c
    • T
      Remove unused jenkins-slave.xml file from core (#4330) · 12e3345d
      Tommy Sparber 提交于
      The jenkins-slave.xml file has been copied to the windows-slave-installer-module,
      but a unused (old) copy is still present in the jenkins core.
      12e3345d
  10. 12 11月, 2019 5 次提交
    • J
      Some references in Javadoc to hudson-dev:run. · 035ca2be
      Jesse Glick 提交于
      035ca2be
    • D
      Try to execute flyweight tasks on the master (#3983) · 7e4ebd56
      Daniel Beck 提交于
      * Try to execute flyweight tasks on the master
      
      * Fix offline behavior, add tests
      
      * Remove obsolete TODOs, also check #isAcceptingTasks
      7e4ebd56
    • M
      5fb44bd8
    • P
      getPrimaryView: return null if no view is defined · 49569989
      Pierre-Louis Bonicoli 提交于
      This exception occurs while defining a view using job DSL:
      
          SEVERE  jenkins.InitReactorRunner$1#onTaskFailed: Failed ConfigurationAsCode.init
          java.lang.ArrayIndexOutOfBoundsException: 0
              at java.util.concurrent.CopyOnWriteArrayList.get(CopyOnWriteArrayList.java:388)
              at java.util.concurrent.CopyOnWriteArrayList.get(CopyOnWriteArrayList.java:397)
              at hudson.model.ViewGroupMixIn.getPrimaryView(ViewGroupMixIn.java:172)
              at hudson.model.ViewGroupMixIn.getView(ViewGroupMixIn.java:134)
              at jenkins.model.Jenkins.getView(Jenkins.java:1834)
              at javaposse.jobdsl.plugin.JenkinsJobManagement.createOrUpdateView(JenkinsJobManagement.java:175)
              at javaposse.jobdsl.dsl.JobManagement$createOrUpdateView$2.call(Unknown Source)
              at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:141)
              at javaposse.jobdsl.dsl.AbstractDslScriptLoader$_extractGeneratedViews_closure5.doCall(AbstractDslScriptLoader.groovy:216)
      49569989
    • M
  11. 11 11月, 2019 4 次提交
  12. 10 11月, 2019 2 次提交
    • Z
      [JENKINS-59679] Use plugin URL from the update site rather than the manifest (#4273) · 40b68eaa
      Zbynek Konecny 提交于
      * Use plugin URL from the update site rather than the manifest
      
      * Avoid Mockito when not needed
      
      * Resolve plugin URL from multiple update sites
      40b68eaa
    • R
      [JENKINS-59886] Strengthen the queue to avoid canTake and canRun implementers... · 3a8c1efd
      Ramon Leon 提交于
      [JENKINS-59886] Strengthen the queue to avoid canTake and canRun implementers hanging the queue (#4311)
      
      * [JENKINS-59886] Strengthen the queue to avoid canTake and canRun implementers hanging it
      
      * [JENKINS-59886] Messages on iso-8859-1
      
      * [JENKINS-59886] Messages on iso-8859-1
      
      * [JENKINS-59886] lower case on properties
      
      * [JENKINS-59886] trailing empty blanks
      
      * [JENKINS-59886] Double single-quotes
      
      * [JENKINS-59886] Don't sleep in the loop maintaining the queue
      
      * [JENKINS-59886] Add class suffix, wait to just the start of the build
      
      * [JENKINS-59886] Assert clearly there is only one job in the queue
      
      * [JENKINS-59886] Uncomment fix
      
      * [JENKINS-59886] Remove old comment
      
      * [JENKINS-59886] Remove log messages from property files
      
      * [JENKINS-59886] Remove UTF8 characters from es messages
      3a8c1efd
  13. 09 11月, 2019 1 次提交
  14. 08 11月, 2019 2 次提交
  15. 05 11月, 2019 3 次提交
  16. 03 11月, 2019 1 次提交