1. 24 11月, 2014 1 次提交
  2. 23 11月, 2014 1 次提交
  3. 22 11月, 2014 1 次提交
  4. 21 11月, 2014 3 次提交
  5. 20 11月, 2014 1 次提交
  6. 19 11月, 2014 2 次提交
  7. 18 11月, 2014 1 次提交
  8. 17 11月, 2014 8 次提交
  9. 14 11月, 2014 1 次提交
    • I
      Update ChoiceParameterDefinition · 07a19fcc
      intelradoux 提交于
      The "it.value" don't exist, so we need to set the defaultParameterValue. 
      
      It help me display correctly parameter for my multilauncher plugin. 
      Note that other ParameterDefinition use the default value to display parameter, so IMO it is safe to do this.
      07a19fcc
  10. 13 11月, 2014 1 次提交
    • J
      AtomicFileWriter.commit should use Util.deleteFile so as to get a more... · 9a631581
      Jesse Glick 提交于
      AtomicFileWriter.commit should use Util.deleteFile so as to get a more meaningful error message in case the deletion fails.
      The following is not helpful in terms of diagnosing the root problem:
      java.io.IOException: Unable to delete /…/jobs/demo/builds/…/workflow/3.xml
      	at hudson.util.AtomicFileWriter.commit(AtomicFileWriter.java:112)
      	at hudson.XmlFile.write(XmlFile.java:179)
      	at org.jenkinsci.plugins.workflow.support.storage.SimpleXStreamFlowNodeStorage.saveActions(SimpleXStreamFlowNodeStorage.java:106)
      	at …
      9a631581
  11. 12 11月, 2014 3 次提交
  12. 11 11月, 2014 2 次提交
  13. 10 11月, 2014 3 次提交
  14. 08 11月, 2014 4 次提交
    • J
      Merging #1268. · ae053472
      Jesse Glick 提交于
      ae053472
    • K
      [FIXED JENKINS-25144] Revisiting the attempted fix in the previous commit. · 9e81b8e4
      Kohsuke Kawaguchi 提交于
      IIUC, the issue here is that the request in question contains both a
      valid session cookie AND basic authentication header, and that path
      results in a failure because BasicHeaderProcessor expects one of
      BasicHeaderAuthenticators to validate the basic authentication header
      (without knowing that there's already a valid Authentication object that
      came from the HTTP session, yet no BasicHeaderAuthenticator actually
      processes this because BasicHeaderRealPasswordAuthenticator backs away
      from doing that.
      
      I think the corect fix is for BasicHeaderRealPasswordAuthenticator to
      get rid of authenticationIsRequired check. This check instead belongs to
      BasicHeaderProcessor, where it should be used to check if any
      BasicHeaderAuthenticator should be consulted or not.
      
      The problem with having this logic in
      BasicHeaderRealPasswordAuthenticator is that this is just an
      implementation of an extension point, and thus it needs to be removable.
      As it stands right now in this fix, if this impl is removed,
      JENKINS-25144 will be back again.
      9e81b8e4
    • C
      [JENKINS-25144] · 0176b6d9
      Christof Schoell 提交于
      return authentication object instead of null if authentication is not
      required - otherwise valid login fails with basic authentication
      0176b6d9
    • O
      [FIXED JENKINS-23339] - Introduce the validated Jenkins::getActiveInstance() method · e6c2e16f
      Oleg Nenashev 提交于
      jenkins.model.Jenkins::getInstance() method is marked as @CheckForNull, but the most of Jenkins code does not actually check the return value. It leads to tons of static analysis errors, hence it is hard to analyze the code.
      
      The change also adds annotations to old methods like Hudson::getInstance()
      Signed-off-by: NOleg Nenashev <o.v.nenashev@gmail.com>
      e6c2e16f
  15. 07 11月, 2014 2 次提交
  16. 06 11月, 2014 3 次提交
  17. 05 11月, 2014 3 次提交