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
5a036f3f
Commit
5a036f3f
authored
Dec 16, 2019
by
Evan Read
Committed by
Marcel Amirault
Dec 16, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move new auto devops banner content
parent
7a0d295f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
23 deletions
+24
-23
doc/topics/autodevops/index.md
doc/topics/autodevops/index.md
+24
-23
No files found.
doc/topics/autodevops/index.md
View file @
5a036f3f
...
@@ -1268,6 +1268,30 @@ Everything behaves the same way, except:
...
@@ -1268,6 +1268,30 @@ Everything behaves the same way, except:
1.
`timed rollout 50%`
1.
`timed rollout 50%`
1.
`timed rollout 100%`
1.
`timed rollout 100%`
### Auto DevOps banner
The following Auto DevOps banner will show for maintainers+ on new projects when Auto DevOps is not
enabled:
![
Auto DevOps banner
](
img/autodevops_banner_v12_6.png
)
The banner can be disabled for:
-
A user when they dismiss it themselves.
-
A project by explicitly
[
disabling Auto DevOps
](
#enablingdisabling-auto-devops
)
.
-
An entire GitLab instance:
-
By an administrator running the following in a Rails console:
```ruby
Feature.get(:auto_devops_banner_disabled).enable
```
-
Through the REST API with an admin access token:
```sh
curl --data "value=true" --header "PRIVATE-TOKEN: <personal_access_token>" https://gitlab.example.com/api/v4/features/auto_devops_banner_disabled
```
## Currently supported languages
## Currently supported languages
Note that not all buildpacks support Auto Test yet, as it's a relatively new
Note that not all buildpacks support Auto Test yet, as it's a relatively new
...
@@ -1340,29 +1364,6 @@ spec:
...
@@ -1340,29 +1364,6 @@ spec:
service account for your project. For help debugging this issue, see
service account for your project. For help debugging this issue, see
[
Troubleshooting failed deployment jobs
](
../../user/project/clusters/index.md#troubleshooting
)
.
[
Troubleshooting failed deployment jobs
](
../../user/project/clusters/index.md#troubleshooting
)
.
### Auto DevOps banner
The following Auto DevOps banner will show for maintainers+ on new projects when Auto DevOps is not enabled
![
Auto DevOps banner
](
img/autodevops_banner_v12_6.png
)
The banner can be disabled:
-
Per user when they dismiss it.
-
Project-wide by explicitly
[
disabling Auto DevOps
](
#enablingdisabling-auto-devops
)
.
-
By a GitLab administrator for an entire GitLab instance by either:
-
Running the following in a Rails console:
```ruby
Feature.get(:auto_devops_banner_disabled).enable
```
-
Through the REST API with an admin access token:
```sh
curl --data "value=true" --header "PRIVATE-TOKEN: personal_access_token" https://gitlab.example.com/api/v4/features/auto_devops_banner_disabled
```
[
ce-37115
]:
https://gitlab.com/gitlab-org/gitlab-foss/issues/37115
[
ce-37115
]:
https://gitlab.com/gitlab-org/gitlab-foss/issues/37115
[
docker-in-docker
]:
../../docker/using_docker_build.md#use-docker-in-docker-executor
[
docker-in-docker
]:
../../docker/using_docker_build.md#use-docker-in-docker-executor
[
review-app
]:
../../ci/review_apps/index.md
[
review-app
]:
../../ci/review_apps/index.md
...
...
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