Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2020-03-16 00:09:20 +00:00
parent bcd53ecb51
commit 88797b994a
3 changed files with 7 additions and 3 deletions

View File

@ -49,8 +49,7 @@ module Clusters
{ {
"clusterStacks" => { "clusterStacks" => {
self.stack => { self.stack => {
"deploy" => true, "deploy" => true
"version" => "alpha"
} }
} }
} }

View File

@ -0,0 +1,5 @@
---
title: Fix installation of GitLab-managed crossplane chart
merge_request: 27040
author:
type: fixed

View File

@ -12,7 +12,7 @@ GET /projects/:id/pipelines
|-----------|---------|----------|---------------------| |-----------|---------|----------|---------------------|
| `id` | integer/string | yes | The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user | | `id` | integer/string | yes | The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user |
| `scope` | string | no | The scope of pipelines, one of: `running`, `pending`, `finished`, `branches`, `tags` | | `scope` | string | no | The scope of pipelines, one of: `running`, `pending`, `finished`, `branches`, `tags` |
| `status` | string | no | The status of pipelines, one of: `running`, `pending`, `success`, `failed`, `canceled`, `skipped` | | `status` | string | no | The status of pipelines, one of: `running`, `pending`, `success`, `failed`, `canceled`, `skipped`, `created` |
| `ref` | string | no | The ref of pipelines | | `ref` | string | no | The ref of pipelines |
| `sha` | string | no | The sha of pipelines | | `sha` | string | no | The sha of pipelines |
| `yaml_errors`| boolean | no | Returns pipelines with invalid configurations | | `yaml_errors`| boolean | no | Returns pipelines with invalid configurations |