1. 30 5月, 2017 2 次提交
  2. 11 5月, 2017 1 次提交
  3. 06 3月, 2017 1 次提交
    • G
      Ignore job by default if it is a manual action · 66dd2096
      Grzegorz Bizon 提交于
      This makes it possible to maintain backwards compatibility with configs
      created when manual actions were non-blocking.
      
      From now manual actions are blocking if configured with `allow_failure:
      false`, otherwise manual actions are optional, and their status is
      ignored.
      66dd2096
  4. 01 3月, 2017 1 次提交
  5. 23 2月, 2017 4 次提交
  6. 25 1月, 2017 4 次提交
  7. 19 12月, 2016 1 次提交
  8. 15 12月, 2016 1 次提交
  9. 14 11月, 2016 1 次提交
  10. 18 10月, 2016 1 次提交
  11. 30 9月, 2016 2 次提交
  12. 19 9月, 2016 2 次提交
  13. 07 9月, 2016 5 次提交
  14. 29 8月, 2016 2 次提交
  15. 11 8月, 2016 1 次提交
    • K
      Pre-create all builds for Pipeline when a trigger is received · 39203f1a
      Kamil Trzcinski 提交于
      This change simplifies a Pipeline processing by introducing a special new status: created.
      This status is used for all builds that are created for a pipeline.
      We are then processing next stages and queueing some of the builds (created -> pending) or skipping them (created -> skipped).
      This makes it possible to simplify and solve a few ordering problems with how previously builds were scheduled.
      This also allows us to visualise a full pipeline (with created builds).
      
      This also removes an after_touch used for updating a pipeline state parameters.
      Right now in various places we explicitly call a reload_status! on pipeline to force it to be updated and saved.
      39203f1a
  16. 20 7月, 2016 2 次提交
  17. 19 7月, 2016 4 次提交
  18. 18 7月, 2016 5 次提交