1. 02 6月, 2017 1 次提交
  2. 31 5月, 2017 1 次提交
  3. 30 5月, 2017 1 次提交
  4. 24 5月, 2017 1 次提交
  5. 09 5月, 2017 1 次提交
  6. 08 5月, 2017 2 次提交
  7. 06 4月, 2017 3 次提交
  8. 05 4月, 2017 3 次提交
    • R
      rename `auto_canceled_by` and add foreign key · a4d08e6b
      Rydkin Maxim 提交于
      a4d08e6b
    • R
    • R
      add auto-cancel for pending pipelines on branch, if they are not HEAD · c81ef304
      Rydkin Maxim 提交于
      fix changelog MR reference
      
      add non-HEAD builds finder and add `created` pipelines to scope
      
      add spec for auto-cancel non-HEAD pipelines and refactor create_pipeline_service_spec
      
      more refactoring for spec
      
      adds option for auto-cancel into CI/CD settings
      
      fix spec to new configuration
      
      fix rubocop
      
      fix schema.rb
      
      fix schema.rb
      
      replace Gitlab 9.0 with 9.1 in doc
      
      change wording on pipeline settings
      
      added auto_canceled_by field as identifier of autocancel subject
      
      remove unnecessary index
      
      replace service with retry_lock
      
      replace auto_cancel_pending_pipelines boolean setting with integer (and enum in model)
      
      fix schema.rb
      
      fix schema.rb
      
      remove projekt attribute and clean up spec
      
      clean up spec withcouple of shared examples
      
      added spec for "It does not cancel current pipeline" scenario
      
      add some specs to auto-cancel
      
      add spec for another branch pipelines
      c81ef304
  9. 23 2月, 2017 4 次提交
  10. 22 2月, 2017 1 次提交
  11. 24 11月, 2016 1 次提交
  12. 12 8月, 2016 2 次提交
  13. 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
  14. 05 8月, 2016 1 次提交
  15. 04 8月, 2016 1 次提交
  16. 03 8月, 2016 1 次提交
  17. 02 8月, 2016 1 次提交
  18. 29 7月, 2016 1 次提交
  19. 15 7月, 2016 1 次提交
  20. 03 6月, 2016 4 次提交
  21. 02 6月, 2016 1 次提交
  22. 19 5月, 2016 2 次提交
  23. 15 5月, 2016 1 次提交
  24. 13 5月, 2016 1 次提交
  25. 10 5月, 2016 1 次提交