1. 31 1月, 2019 1 次提交
  2. 19 12月, 2018 1 次提交
    • B
      Update specs to rails5 format · b44a2c80
      blackst0ne 提交于
      Updates specs to use new rails5 format.
      
      The old format:
      `get :show, { some: params }, { some: headers }`
      
      The new format:
      `get :show, params: { some: params }, headers: { some: headers }`
      b44a2c80
  3. 05 12月, 2018 1 次提交
  4. 11 7月, 2018 1 次提交
  5. 20 10月, 2017 1 次提交
  6. 29 8月, 2017 2 次提交
  7. 28 8月, 2017 2 次提交
  8. 25 8月, 2017 1 次提交
  9. 09 8月, 2017 1 次提交
  10. 02 8月, 2017 1 次提交
  11. 28 7月, 2017 3 次提交
  12. 07 6月, 2017 1 次提交
  13. 22 4月, 2017 1 次提交
  14. 20 3月, 2017 1 次提交
  15. 06 3月, 2017 3 次提交
  16. 28 2月, 2017 1 次提交
  17. 16 2月, 2017 1 次提交
  18. 27 1月, 2017 1 次提交
  19. 18 1月, 2017 1 次提交
  20. 29 11月, 2016 1 次提交
  21. 15 11月, 2016 1 次提交
  22. 10 11月, 2016 1 次提交
  23. 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
  24. 09 8月, 2016 1 次提交
  25. 28 6月, 2016 1 次提交
  26. 03 6月, 2016 1 次提交
  27. 02 6月, 2016 1 次提交
  28. 07 3月, 2016 1 次提交
  29. 13 1月, 2016 1 次提交
  30. 08 1月, 2016 1 次提交
  31. 05 1月, 2016 3 次提交
  32. 04 1月, 2016 1 次提交