Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
88797b99
Commit
88797b99
authored
Mar 16, 2020
by
GitLab Bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add latest changes from gitlab-org/gitlab@master
parent
bcd53ecb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
app/models/clusters/applications/crossplane.rb
app/models/clusters/applications/crossplane.rb
+1
-2
changelogs/unreleased/use-default-crossplane-stack-versions.yml
...logs/unreleased/use-default-crossplane-stack-versions.yml
+5
-0
doc/api/pipelines.md
doc/api/pipelines.md
+1
-1
No files found.
app/models/clusters/applications/crossplane.rb
View file @
88797b99
...
...
@@ -49,8 +49,7 @@ module Clusters
{
"clusterStacks"
=>
{
self
.
stack
=>
{
"deploy"
=>
true
,
"version"
=>
"alpha"
"deploy"
=>
true
}
}
}
...
...
changelogs/unreleased/use-default-crossplane-stack-versions.yml
0 → 100644
View file @
88797b99
---
title
:
Fix installation of GitLab-managed crossplane chart
merge_request
:
27040
author
:
type
:
fixed
doc/api/pipelines.md
View file @
88797b99
...
...
@@ -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