Skip to content
Snippets Groups Projects
  1. Feb 24, 2020
  2. Feb 13, 2020
  3. Feb 10, 2020
  4. Jan 30, 2020
  5. Jan 24, 2020
  6. Jan 08, 2020
  7. Dec 24, 2019
  8. Oct 23, 2019
  9. Oct 21, 2019
  10. Oct 17, 2019
  11. Jun 12, 2019
  12. Jun 06, 2019
  13. Jun 05, 2019
  14. May 30, 2019
  15. 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
  16. Apr 30, 2019
  17. Apr 19, 2019
  18. Apr 05, 2019
  19. Apr 01, 2019
    • Bob Van Landuyt's avatar
      Refactor pipeline_spec · 374d4f17
      Bob Van Landuyt authored
      This makes sure we load the page as part of the spec, instead of a
      before block. So we could still perform setup inside shared examples,
      avoiding failures caught by data being wrongly cached when loading the
      page multiple times during a single spec
      374d4f17
  20. Mar 20, 2019
    • Tiger Watson's avatar
      Add :preparing status to HasStatus · 42ca9c6f
      Tiger Watson authored
      Introduces a new status for builds between :created and :pending
      that will be used when builds require one or more prerequisite
      actions to be completed before being picked up by a runner
      (such as creating Kubernetes resources before deploying).
      
      The existing :created > :pending transition is unchanged, so
      only builds that require preparation will use the :preparing
      status.
      42ca9c6f
  21. Mar 19, 2019
  22. Mar 01, 2019
  23. Jan 25, 2019
  24. Jan 15, 2019
  25. Jan 04, 2019
    • Kamil Trzcińśki's avatar
      Add config_options|variables to BuildMetadata · 0103d5be
      Kamil Trzcińśki authored
      These are data columns that store runtime configuration
      of build needed to execute it on runner and within pipeline.
      
      The definition of this data is that once used, and when no longer
      needed (due to retry capability) they can be freely removed.
      
      They use `jsonb` on PostgreSQL, and `text` on MySQL (due to lacking
      support for json datatype on old enough version).
      0103d5be
  26. Dec 05, 2018
  27. Nov 05, 2018
  28. Oct 22, 2018
  29. Oct 17, 2018
  30. Oct 08, 2018
  31. Oct 04, 2018
  32. Oct 03, 2018
  33. Aug 31, 2018
  34. Aug 28, 2018
  35. Aug 09, 2018
  36. 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
  37. Jun 07, 2018
  38. May 31, 2018
Loading