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" => {
self.stack => {
"deploy" => true,
"version" => "alpha"
"deploy" => true
}
}
}

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 |
| `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 |
| `sha` | string | no | The sha of pipelines |
| `yaml_errors`| boolean | no | Returns pipelines with invalid configurations |