Skip to content
Snippets Groups Projects
  1. Jul 30, 2018
    • Bob Van Landuyt's avatar
      Show the status of a user in interactions · f1d3ea63
      Bob Van Landuyt authored
      The status is shown for
      - The author of a commit when viewing a commit
      - Notes on a commit (regular/diff)
      - The user that triggered a pipeline when viewing a pipeline
      - The author of a merge request when viewing a merge request
      - The author of notes on a merge request (regular/diff)
      - The author of an issue when viewing an issue
      - The author of notes on an issue
      - The author of a snippet when viewing a snippet
      - The author of notes on a snippet
      - A user's profile page
      - The list of members of a group/user
      f1d3ea63
  2. May 16, 2018
  3. Apr 11, 2018
  4. Jan 12, 2018
  5. Dec 07, 2017
  6. Nov 21, 2017
  7. Oct 13, 2017
  8. Oct 12, 2017
  9. Oct 11, 2017
  10. Sep 19, 2017
  11. Sep 06, 2017
  12. Jul 14, 2017
  13. Jul 05, 2017
  14. May 09, 2017
  15. Apr 20, 2017
  16. Apr 06, 2017
  17. Apr 05, 2017
  18. Mar 02, 2017
  19. Feb 23, 2017
  20. Feb 07, 2017
  21. Feb 06, 2017
  22. Feb 03, 2017
    • 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
  23. Jan 27, 2017
  24. Jan 19, 2017
  25. Jan 05, 2017
    • 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
  26. Dec 21, 2016
  27. Dec 09, 2016
  28. Sep 27, 2016
  29. Aug 13, 2016
  30. Aug 11, 2016
    • Kamil Trzcińśki's avatar
      Pre-create all builds for Pipeline when a trigger is received · 39203f1a
      Kamil Trzcińśki 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
  31. Aug 03, 2016
Loading