Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
bf688942266f
Commit
1dcb7d22
authored
Mar 16, 2020
by
GitLab Bot
Browse files
Add latest changes from gitlab-org/gitlab@master
parent
d6f23d07f35c
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/models/clusters/applications/crossplane.rb
View file @
bf688942
...
...
@@ -49,8 +49,7 @@ def crossplane_values
{
"clusterStacks"
=>
{
self
.
stack
=>
{
"deploy"
=>
true
,
"version"
=>
"alpha"
"deploy"
=>
true
}
}
}
...
...
changelogs/unreleased/use-default-crossplane-stack-versions.yml
0 → 100644
View file @
bf688942
---
title
:
Fix installation of GitLab-managed crossplane chart
merge_request
:
27040
author
:
type
:
fixed
doc/api/pipelines.md
View file @
bf688942
...
...
@@ -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 |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment