1. 12 12月, 2017 2 次提交
  2. 10 12月, 2017 4 次提交
    • V
      [FIXES JENKINS-47439] Setup wizard does not resume after restart (#3166) · 30ab4481
      Vincent Latombe 提交于
      * [JENKINS-47439] Add a failing test
      
      On first startup, the setup wizard goes into state NEW and the filter to
      force display the setup wizard is installed.
      
      On second startup, the setup wizard goes into state RESTART (which
      assumes the setup wizard is done), and the setup wizard is skipped
      completely.
      
      This test expects that state NEW is retained upon restart when nothing
      is done.
      
      * [JENKINS-47439] Persist InstallState
      
      In some cases, the heuristics to determine the current setup wizard state are
      fragile. It is safer to persist the install state so that upon restart,
      the setup wizard can resume where it was left off.
      
      * Missing javadoc and since for new public methods
      
      * s/XXX/FIXME/
      
      * Missed that one
      
      * Setup wizard filter should be removed when entering a state where setup is complete
      
      * Use parameterized logging
      
      * Improvements over previous impl
      
      * Removed static isUsingSecurityToken. Now only determined from install
      state.
      * Call onInstallStateUpdate before InstallState#initializeState as the
      latter can update state.
      
      * Triggering a new build
      30ab4481
    • O
      Merge pull request #3183 from jglick/mock-hell · 18d7ed5a
      Oleg Nenashev 提交于
      Updating Powermock and Objenesis to avoid Mockito/Hamcrest library mismatches
      18d7ed5a
    • O
      Merge pull request #1437 from benru/JENKINS-25286 · 972257bf
      Oleg Nenashev 提交于
      [FIXED JENKINS-25286] Export assignedLabels for agents and jobs in JSON and XML APIs
      972257bf
    • O
      Merge pull request #3111 from oleg-nenashev/feature/JENKINS-27026 · 59b9658a
      Oleg Nenashev 提交于
      [JENKINS-27026] - Update SSHD Module from 2.0 to 2.3 
      59b9658a
  3. 09 12月, 2017 34 次提交