1. 11 8月, 2015 3 次提交
  2. 10 8月, 2015 4 次提交
  3. 07 8月, 2015 3 次提交
  4. 06 8月, 2015 2 次提交
    • S
      [FIXES #1777] Make accessing pendingLaunches lock free · 030793f0
      Stephen Connolly 提交于
      - My objection to #1777 is that it is introducing more locking. The ultimate aim is to make
        node provisioning and queue maintenance completely lock free. Thus adding more locks than
        is strictly required is a bad plan.
      - We cannot completely remove provisioningLock at this time as it is used to ensure that
        only one provisioning activity can take place for a given label at a time.
      - This change ensures that the provisioningLock is only used by the NodeProvisioner for
        its internal thread guarantees and is thus no-longer used accidentally by any
        external threads
      030793f0
    • D
      1.623 has no notable changes · a798aa42
      Daniel Beck 提交于
      a798aa42
  5. 04 8月, 2015 6 次提交
    • N
      prefer Computer#isUnix to be abstract · d331c12b
      Nicolas De Loof 提交于
      few chances there’s another implementation
      but if one exists Function.isWindows would probably be wrong implementation
      d331c12b
    • O
      Merge pull request #1780 from olivergondza/defensive-getCanonicalName · 585f9b1a
      Oliver Gondža 提交于
      Avoid "EmptyStackException: null" in Items#getCanonicalName
      585f9b1a
    • J
      Merge branch 'master' into BlockedBecauseOfBuildInProgress · 50c28171
      Jesse Glick 提交于
      Conflicts:
      	core/src/main/resources/hudson/model/Messages.properties
      	core/src/main/resources/hudson/model/Messages_de.properties
      	core/src/main/resources/hudson/model/Messages_it.properties
      	core/src/main/resources/hudson/model/Messages_ja.properties
      	core/src/main/resources/hudson/model/Messages_zh_TW.properties
      	core/src/main/resources/jenkins/model/Messages.properties
      	core/src/main/resources/jenkins/model/Messages_da.properties
      	core/src/main/resources/jenkins/model/Messages_de.properties
      	core/src/main/resources/jenkins/model/Messages_es.properties
      	core/src/main/resources/jenkins/model/Messages_fr.properties
      	core/src/main/resources/jenkins/model/Messages_it.properties
      	core/src/main/resources/jenkins/model/Messages_ja.properties
      	core/src/main/resources/jenkins/model/Messages_nl.properties
      	core/src/main/resources/jenkins/model/Messages_pt_BR.properties
      	core/src/main/resources/jenkins/model/Messages_ru.properties
      	core/src/main/resources/jenkins/model/Messages_tr.properties
      	core/src/main/resources/jenkins/model/Messages_zh_CN.properties
      	core/src/main/resources/jenkins/model/Messages_zh_TW.properties
      50c28171
    • N
      Merge pull request #1781 from ndeloof/isUnix · c3bc2214
      Nicolas De loof 提交于
      Make it easier to determine Computer is Unix or Windows
      c3bc2214
    • N
      dcf8bc75
    • O
      4589ce5d
  6. 03 8月, 2015 4 次提交
  7. 01 8月, 2015 2 次提交
  8. 31 7月, 2015 4 次提交
  9. 30 7月, 2015 1 次提交
  10. 29 7月, 2015 1 次提交
  11. 27 7月, 2015 3 次提交
  12. 26 7月, 2015 1 次提交
  13. 23 7月, 2015 5 次提交
  14. 22 7月, 2015 1 次提交