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
e88b1b1c
Commit
e88b1b1c
authored
Oct 04, 2019
by
Alper Akgun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix moved help url for autodeploy
parent
bc246dd0
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
app/helpers/projects_helper.rb
app/helpers/projects_helper.rb
+1
-1
doc/user/index.md
doc/user/index.md
+1
-1
doc/user/project/canary_deployments.md
doc/user/project/canary_deployments.md
+1
-1
doc/user/project/index.md
doc/user/project/index.md
+1
-1
doc/user/project/integrations/prometheus.md
doc/user/project/integrations/prometheus.md
+1
-1
doc/user/project/repository/web_editor.md
doc/user/project/repository/web_editor.md
+1
-1
No files found.
app/helpers/projects_helper.rb
View file @
e88b1b1c
...
@@ -168,7 +168,7 @@ module ProjectsHelper
...
@@ -168,7 +168,7 @@ module ProjectsHelper
end
end
def
link_to_autodeploy_doc
def
link_to_autodeploy_doc
link_to
_
(
'About auto deploy'
),
help_page_path
(
'
ci/autodeploy/index
'
),
target:
'_blank'
link_to
_
(
'About auto deploy'
),
help_page_path
(
'
autodevops/index.md#auto-deploy
'
),
target:
'_blank'
end
end
def
autodeploy_flash_notice
(
branch_name
)
def
autodeploy_flash_notice
(
branch_name
)
...
...
doc/user/index.md
View file @
e88b1b1c
...
@@ -88,7 +88,7 @@ it all at once, from one single project.
...
@@ -88,7 +88,7 @@ it all at once, from one single project.
Use built-in
[
GitLab CI/CD
](
../ci/README.md
)
to test, build, and deploy your applications
Use built-in
[
GitLab CI/CD
](
../ci/README.md
)
to test, build, and deploy your applications
directly from GitLab. No third-party integrations needed.
directly from GitLab. No third-party integrations needed.
-
[
GitLab Auto Deploy
](
../
ci/autodeploy/index.md
)
: Deploy your application out-of-the-box with GitLab Auto Deploy.
-
[
GitLab Auto Deploy
](
../
topics/autodevops/index.md#auto-deploy
)
: Deploy your application out-of-the-box with GitLab Auto Deploy.
-
[
Review Apps
](
../ci/review_apps/index.md
)
: Live-preview the changes introduced by a merge request with Review Apps.
-
[
Review Apps
](
../ci/review_apps/index.md
)
: Live-preview the changes introduced by a merge request with Review Apps.
-
[
GitLab Pages
](
project/pages/index.md
)
: Publish your static site directly from
-
[
GitLab Pages
](
project/pages/index.md
)
: Publish your static site directly from
GitLab with GitLab Pages. You can build, test, and deploy any Static Site Generator with Pages.
GitLab with GitLab Pages. You can build, test, and deploy any Static Site Generator with Pages.
...
...
doc/user/project/canary_deployments.md
View file @
e88b1b1c
...
@@ -44,7 +44,7 @@ Canary deployments require that you properly configure Deploy Boards:
...
@@ -44,7 +44,7 @@ Canary deployments require that you properly configure Deploy Boards:
1.
Follow the steps to
[
enable Deploy Boards
](
deploy_boards.md#enabling-deploy-boards
)
.
1.
Follow the steps to
[
enable Deploy Boards
](
deploy_boards.md#enabling-deploy-boards
)
.
1.
To track canary deployments you need to label your Kubernetes deployments and
1.
To track canary deployments you need to label your Kubernetes deployments and
pods with
`track: canary`
. To get started quickly, you can use the
[
Auto Deploy
](
../../
ci/autodeploy/index.md
)
pods with
`track: canary`
. To get started quickly, you can use the
[
Auto Deploy
](
../../
topics/autodevops/index.md#auto-deploy
)
template for canary deployments that GitLab provides.
template for canary deployments that GitLab provides.
Depending on the deploy, the label should be either
`stable`
or
`canary`
.
Depending on the deploy, the label should be either
`stable`
or
`canary`
.
...
...
doc/user/project/index.md
View file @
e88b1b1c
...
@@ -62,7 +62,7 @@ When you create a project in GitLab, you'll have access to a large number of
...
@@ -62,7 +62,7 @@ When you create a project in GitLab, you'll have access to a large number of
-
[
GitLab CI/CD
](
../../ci/README.md
)
: GitLab's built-in
[
Continuous Integration, Delivery, and Deployment
](
https://about.gitlab.com/2016/08/05/continuous-integration-delivery-and-deployment-with-gitlab/
)
tool
-
[
GitLab CI/CD
](
../../ci/README.md
)
: GitLab's built-in
[
Continuous Integration, Delivery, and Deployment
](
https://about.gitlab.com/2016/08/05/continuous-integration-delivery-and-deployment-with-gitlab/
)
tool
-
[
Container Registry
](
../packages/container_registry/index.md
)
: Build and push Docker
-
[
Container Registry
](
../packages/container_registry/index.md
)
: Build and push Docker
images out-of-the-box
images out-of-the-box
-
[
Auto Deploy
](
../../
ci/autodeploy/index.md
)
: Configure GitLab CI/CD
-
[
Auto Deploy
](
../../
topics/autodevops/index.md#auto-deploy
)
: Configure GitLab CI/CD
to automatically set up your app's deployment
to automatically set up your app's deployment
-
[
Enable and disable GitLab CI
](
../../ci/enable_or_disable_ci.md
)
-
[
Enable and disable GitLab CI
](
../../ci/enable_or_disable_ci.md
)
-
[
Pipelines
](
../../ci/pipelines.md
)
: Configure and visualize
-
[
Pipelines
](
../../ci/pipelines.md
)
: Configure and visualize
...
...
doc/user/project/integrations/prometheus.md
View file @
e88b1b1c
...
@@ -445,7 +445,7 @@ If the "No data found" screen continues to appear, it could be due to:
...
@@ -445,7 +445,7 @@ If the "No data found" screen continues to appear, it could be due to:
[
run a query
](
prometheus_library/kubernetes.html#metrics-supported
)
, replacing
`$CI_ENVIRONMENT_SLUG`
[
run a query
](
prometheus_library/kubernetes.html#metrics-supported
)
, replacing
`$CI_ENVIRONMENT_SLUG`
with the name of your environment.
with the name of your environment.
[
autodeploy
]:
../../../
ci/autodeploy/index.md
[
autodeploy
]:
../../../
topics/autodevops/index.md#auto-deploy
[
kubernetes
]:
https://kubernetes.io
[
kubernetes
]:
https://kubernetes.io
[
kube
]:
./kubernetes.md
[
kube
]:
./kubernetes.md
[
prometheus-k8s-sd
]:
https://prometheus.io/docs/operating/configuration/#<kubernetes_sd_config>
[
prometheus-k8s-sd
]:
https://prometheus.io/docs/operating/configuration/#<kubernetes_sd_config>
...
...
doc/user/project/repository/web_editor.md
View file @
e88b1b1c
...
@@ -117,7 +117,7 @@ the description field will automatically display the [issue closing pattern](../
...
@@ -117,7 +117,7 @@ the description field will automatically display the [issue closing pattern](../
merge request is merged.
merge request is merged.
[
project-services-doc
]:
../integrations/project_services.md
[
project-services-doc
]:
../integrations/project_services.md
[
auto-deploy-doc
]:
../../../
ci/autodeploy/index.md
[
auto-deploy-doc
]:
../../../
topics/autodevops/index.md#auto-deploy
### Create a new branch from a project's dashboard
### Create a new branch from a project's dashboard
...
...
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