1. 19 9月, 2017 1 次提交
  2. 06 9月, 2017 1 次提交
  3. 14 7月, 2017 1 次提交
  4. 06 7月, 2017 1 次提交
  5. 09 5月, 2017 1 次提交
  6. 20 4月, 2017 1 次提交
  7. 07 4月, 2017 1 次提交
  8. 06 4月, 2017 3 次提交
  9. 03 3月, 2017 1 次提交
  10. 23 2月, 2017 4 次提交
  11. 07 2月, 2017 3 次提交
  12. 03 2月, 2017 1 次提交
    • F
      Moves pagination to shared folder · 184f60a0
      Filipa Lacerda 提交于
      Document and remove unused code
      
      Declare components in a consistent way;
      Use " instead of ' to improve consistency;
      Update documentation;
      Fix commit author verification to match the use cases;
      
      Adds tests for the added components
      
      Fix paths in pagination spec
      
      Adds tests to pipelines table used in merge requests and commits
      
      Use same resource interceptor
      
      Fix eslint error
      184f60a0
  13. 27 1月, 2017 1 次提交
  14. 19 1月, 2017 1 次提交
  15. 06 1月, 2017 1 次提交
    • L
      Just trust set_commit_variables to set everything! · ae86a1b9
      Lin Jen-Shin 提交于
      Removing those weird setup in assign_change_commit_vars
      fixed all the failures in the tests. I still cannot say
      why but clearly we need to have better names. It's so
      confusing right now. We should seriously stop fiddling
      those instance variables.
      ae86a1b9
  16. 21 12月, 2016 2 次提交
  17. 09 12月, 2016 1 次提交
  18. 28 9月, 2016 1 次提交
  19. 13 8月, 2016 1 次提交
  20. 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
  21. 03 8月, 2016 3 次提交
  22. 21 7月, 2016 1 次提交
  23. 08 7月, 2016 2 次提交
    • S
      DRY up diff_for_path actions · ff55398a
      Sean McGivern 提交于
      1. Move render method to a concern, not a helper.
      2. Let DiffHelper#diff_options automatically add the path option.
      3. Move more instance var definitions to before filters.
      ff55398a
    • S
      Collapse large diffs by default · b6b26692
      Sean McGivern 提交于
      When rendering a list of diff files, skip those where the diff is over
      10 KB and provide an endpoint to render individually instead.
      b6b26692
  24. 07 7月, 2016 1 次提交
  25. 28 6月, 2016 1 次提交
  26. 16 6月, 2016 2 次提交
  27. 11 6月, 2016 1 次提交
  28. 03 6月, 2016 1 次提交