1. 05 6月, 2019 1 次提交
  2. 04 6月, 2019 1 次提交
  3. 06 5月, 2019 1 次提交
  4. 03 5月, 2019 1 次提交
    • M
      Adds a way to start multiple manual jobs in stage · 5432f548
      Mayra Cabrera 提交于
      - 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
  5. 29 4月, 2019 1 次提交
    • S
      Fix CI_COMMIT_REF_NAME and SLUG variable · ed3a2fc8
      Shinya Maeda 提交于
      With Pipelines for Merge Requests feature, users cannout keep using
      $CI_COMMIT_REF_NAME and _SLUG predefined variables for dynamic
      environments. We fix this problem by explicitly looking at the source
      ref.
      ed3a2fc8
  6. 16 4月, 2019 1 次提交
  7. 12 4月, 2019 1 次提交
  8. 10 4月, 2019 2 次提交
  9. 09 4月, 2019 1 次提交
  10. 02 4月, 2019 1 次提交
  11. 01 4月, 2019 1 次提交
  12. 29 3月, 2019 1 次提交
  13. 28 3月, 2019 1 次提交
    • S
      Allow ref name caching CommitService#find_commit · db759c5d
      Stan Hu 提交于
      For a given merge request, it's quite common to see duplicate FindCommit
      Gitaly requests because the Gitaly CommitService caches the request by
      the commit SHA, not by the ref name. However, most of the duplicate
      requests use the ref name, so the cache is never actually used in
      practice. This leads to unnecessary requests that slow performance.
      
      This commit allows certain callers to bypass the ref name to
      OID conversion in the cache. We don't do this by default because it's
      possible the tip of the branch changes during the commit, which
      would cause the caller to get stale data.
      
      This commit also forces the Ci::Pipeline to use the full ref name
      so that caching can work for merge requests.
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57083
      db759c5d
  14. 21 3月, 2019 1 次提交
    • N
      Update merge request widget pipeline block · 7e6b5749
      Nathan Friend 提交于
      This commit updates the pipeline block that appears on the merge request
      page to include information that will be exposed by the API as part of
      the post-merge pipeline feature.
      7e6b5749
  15. 20 3月, 2019 2 次提交
    • T
      Create framework for build prerequisites · 00f0d356
      Tiger 提交于
      Introduces the concept of Prerequisites for a CI build.
      If a build has unmet prerequisites it will go through the
      :preparing state before being made available to a runner.
      
      There are no actual prerequisites yet, so current
      behaviour is unchanged.
      00f0d356
    • T
      Add :preparing status to HasStatus · 42ca9c6f
      Tiger 提交于
      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
  16. 13 3月, 2019 1 次提交
  17. 05 3月, 2019 3 次提交
  18. 01 3月, 2019 1 次提交
  19. 27 2月, 2019 1 次提交
  20. 26 2月, 2019 1 次提交
  21. 21 2月, 2019 1 次提交
  22. 13 2月, 2019 1 次提交
  23. 28 1月, 2019 1 次提交
  24. 25 1月, 2019 1 次提交
  25. 20 1月, 2019 1 次提交
  26. 09 12月, 2018 1 次提交
  27. 06 12月, 2018 1 次提交
    • S
      Expose merge request pipeline variables · fab30c11
      Shinya Maeda 提交于
      Introduce the following variables
      
      - CI_MERGE_REQUEST_ID
      - CI_MERGE_REQUEST_IID
      - CI_MERGE_REQUEST_REF_PATH
      - CI_MERGE_REQUEST_PROJECT_ID
      - CI_MERGE_REQUEST_PROJECT_PATH
      - CI_MERGE_REQUEST_PROJECT_URL
      - CI_MERGE_REQUEST_TARGET_BRANCH_NAME
      - CI_MERGE_REQUEST_SOURCE_PROJECT_ID
      - CI_MERGE_REQUEST_SOURCE_PROJECT_PATH
      - CI_MERGE_REQUEST_SOURCE_PROJECT_URL
      - CI_MERGE_REQUEST_SOURCE_BRANCH_NAME
      fab30c11
  28. 05 12月, 2018 2 次提交
  29. 04 12月, 2018 2 次提交
  30. 03 12月, 2018 3 次提交
  31. 06 11月, 2018 2 次提交