Skip to content
Snippets Groups Projects
  1. Feb 25, 2020
  2. Feb 03, 2020
  3. Dec 24, 2019
  4. Dec 13, 2019
  5. Dec 02, 2019
  6. Nov 29, 2019
  7. Nov 12, 2019
  8. Oct 18, 2019
  9. Oct 16, 2019
  10. Sep 30, 2019
  11. Sep 18, 2019
  12. Jul 25, 2019
  13. May 02, 2019
    • Mayra Cabrera's avatar
      Adds a way to start multiple manual jobs in stage · 5432f548
      Mayra Cabrera authored
      - Adds an endpoint on PipelinesController
      - Adds a service that iterates over every build in a stage and
      plays it.
      - Includes 'play_manual' details on EntitySerializer
      - Builds a new Stage state: PlayManual. An stage can take this status if
      it has manual builds or an skipped, scheduled or manual status
      - Includes FE modifications and specs
      5432f548
  14. Apr 10, 2019
  15. Mar 13, 2019
  16. Mar 06, 2019
  17. Feb 21, 2019
  18. Jan 02, 2019
  19. Jul 25, 2018
  20. Jun 05, 2018
  21. May 30, 2018
  22. May 29, 2018
  23. May 24, 2018
  24. May 23, 2018
  25. May 15, 2018
  26. Apr 26, 2018
  27. Mar 15, 2018
  28. Mar 07, 2018
  29. Mar 06, 2018
  30. Feb 28, 2018
  31. Dec 19, 2017
    • Zeger-Jan van de Weg's avatar
      Load commit in batches for pipelines#index · c6edae38
      Zeger-Jan van de Weg authored
      Uses `list_commits_by_oid` on the CommitService, to request the needed
      commits for pipelines. These commits are needed to display the user that
      created the commit and the commit title.
      
      This includes fixes for tests failing that depended on the commit
      being `nil`. However, now these are batch loaded, this doesn't happen
      anymore and the commits are an instance of BatchLoader.
      Unverified
      c6edae38
  32. Dec 03, 2017
  33. Oct 03, 2017
  34. Sep 19, 2017
  35. Aug 09, 2017
  36. Aug 02, 2017
  37. Jul 19, 2017
  38. Jul 04, 2017
    • Lin Jen-Shin's avatar
      Introduce Gitlab::Cache::RequestStoreWrap · 216bf78f
      Lin Jen-Shin authored
      So that we cache the result of UserAccess#can_push_or_merge_to_branch?
      in RequestStore, avoiding querying ProtectedBranch over and over for
      the list of pipelines (i.e. in PipelineSerializer)
      
      I don't think this is ideal because I don't like the idea of
      RequestStore in general, but this is the easiest way to cache it
      without changing the architecture. In the future we should cache
      more explicitly rather than this kind of global store.
      216bf78f
Loading