An error occurred fetching the project authors.
  1. 20 Apr, 2017 1 commit
  2. 06 Apr, 2017 1 commit
  3. 05 Apr, 2017 3 commits
  4. 02 Mar, 2017 1 commit
  5. 23 Feb, 2017 4 commits
  6. 07 Feb, 2017 1 commit
  7. 06 Feb, 2017 2 commits
  8. 03 Feb, 2017 1 commit
    • Filipa Lacerda's avatar
      Moves pagination to shared folder · 184f60a0
      Filipa Lacerda authored
      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
  9. 27 Jan, 2017 1 commit
  10. 19 Jan, 2017 1 commit
  11. 05 Jan, 2017 1 commit
    • Lin Jen-Shin's avatar
      Just trust set_commit_variables to set everything! · ae86a1b9
      Lin Jen-Shin authored
      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
  12. 21 Dec, 2016 2 commits
  13. 09 Dec, 2016 1 commit
  14. 27 Sep, 2016 1 commit
  15. 13 Aug, 2016 1 commit
  16. 11 Aug, 2016 1 commit
    • Kamil Trzcinski's avatar
      Pre-create all builds for Pipeline when a trigger is received · 39203f1a
      Kamil Trzcinski authored
      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
  17. 03 Aug, 2016 3 commits
  18. 20 Jul, 2016 1 commit
  19. 08 Jul, 2016 2 commits
    • Sean McGivern's avatar
      DRY up diff_for_path actions · ff55398a
      Sean McGivern authored
      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
    • Sean McGivern's avatar
      Collapse large diffs by default · b6b26692
      Sean McGivern authored
      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
  20. 06 Jul, 2016 1 commit
  21. 27 Jun, 2016 1 commit
  22. 16 Jun, 2016 2 commits
  23. 10 Jun, 2016 1 commit
  24. 03 Jun, 2016 4 commits
  25. 02 Jun, 2016 1 commit
  26. 13 May, 2016 1 commit