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
81e9850b
Commit
81e9850b
authored
Sep 10, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
2a7e3ff6
61c7a085
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/development/fe_guide/vuex.md
doc/development/fe_guide/vuex.md
+1
-1
doc/user/project/canary_deployments.md
doc/user/project/canary_deployments.md
+1
-1
No files found.
doc/development/fe_guide/vuex.md
View file @
81e9850b
...
@@ -13,7 +13,7 @@ _Note:_ The action itself will not update the state, only a mutation should upda
...
@@ -13,7 +13,7 @@ _Note:_ The action itself will not update the state, only a mutation should upda
## File structure
## File structure
When using Vuex at GitLab, separate th
is
concerns into different files to improve readability:
When using Vuex at GitLab, separate th
ese
concerns into different files to improve readability:
```
```
└── store
└── store
...
...
doc/user/project/canary_deployments.md
View file @
81e9850b
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
> [Introduced][ee-1659] in [GitLab Premium][eep] 9.1.
> [Introduced][ee-1659] in [GitLab Premium][eep] 9.1.
A popular
[
Continuous
Integration
](
https://en.wikipedia.org/wiki/Continuous_integration
)
A popular
[
Continuous
Deployment
](
https://en.wikipedia.org/wiki/Continuous_deployment
)
strategy, where a small portion of the fleet is updated to the new version of
strategy, where a small portion of the fleet is updated to the new version of
your application.
your application.
...
...
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