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
7b315ae6
Commit
7b315ae6
authored
Jul 09, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
be20ff0e
84b49ef3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
danger/only_documentation/Dangerfile
danger/only_documentation/Dangerfile
+1
-1
doc/administration/high_availability/gitlab.md
doc/administration/high_availability/gitlab.md
+1
-1
scripts/trigger-build-docs
scripts/trigger-build-docs
+2
-2
No files found.
danger/only_documentation/Dangerfile
View file @
7b315ae6
# rubocop:disable Style/SignalException
# rubocop:disable Style/SignalException
# frozen_string_literal: true
# frozen_string_literal: true
has_only_docs_changes
=
helper
.
all_changed_files
.
all?
{
|
file
|
file
.
start_with?
(
'doc/'
,
'.gitlab/ci/docs.gitlab-ci.yml'
)
}
has_only_docs_changes
=
helper
.
all_changed_files
.
all?
{
|
file
|
file
.
start_with?
(
'doc/'
,
'.gitlab/ci/docs.gitlab-ci.yml'
,
'.mdlrc'
)
}
is_docs_only_branch
=
gitlab
.
branch_for_head
=~
/(^docs[\/-].*|.*-docs$)/
is_docs_only_branch
=
gitlab
.
branch_for_head
=~
/(^docs[\/-].*|.*-docs$)/
if
is_docs_only_branch
&&
!
has_only_docs_changes
if
is_docs_only_branch
&&
!
has_only_docs_changes
...
...
doc/administration/high_availability/gitlab.md
View file @
7b315ae6
...
@@ -125,7 +125,7 @@ need some extra configuration.
...
@@ -125,7 +125,7 @@ need some extra configuration.
from running on upgrade. Only the primary GitLab application server should
from running on upgrade. Only the primary GitLab application server should
handle migrations.
handle migrations.
1.
**
Optional**
Configure host keys. Copy all contents(primary and public keys) inside
`/etc/ssh/`
on
1.
**
Recommended**
Configure host keys. Copy the contents (primary and public keys) of
`/etc/ssh/`
on
the primary application server to
`/etc/ssh`
on all secondary servers. This
the primary application server to
`/etc/ssh`
on all secondary servers. This
prevents false man-in-the-middle-attack alerts when accessing servers in your
prevents false man-in-the-middle-attack alerts when accessing servers in your
High Availability cluster behind a load balancer.
High Availability cluster behind a load balancer.
...
...
scripts/trigger-build-docs
View file @
7b315ae6
...
@@ -105,8 +105,8 @@ def trigger_pipeline
...
@@ -105,8 +105,8 @@ def trigger_pipeline
puts
""
puts
""
puts
app_url
puts
app_url
puts
""
puts
""
puts
"=> For more information,
read
the documentation"
puts
"=> For more information,
see
the documentation"
puts
"=> https://docs.gitlab.com/ee/development/
writing_documentation
.html#previewing-the-changes-live"
puts
"=> https://docs.gitlab.com/ee/development/
documentation/index
.html#previewing-the-changes-live"
puts
""
puts
""
puts
"=> If something doesn't work, drop a line in the #docs chat channel."
puts
"=> If something doesn't work, drop a line in the #docs chat channel."
puts
""
puts
""
...
...
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