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
25744f79
Commit
25744f79
authored
Jul 05, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
65fa9b8e
50441577
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
13 deletions
+11
-13
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+1
-1
doc/install/installation.md
doc/install/installation.md
+3
-3
doc/user/gitlab_com/index.md
doc/user/gitlab_com/index.md
+7
-9
No files found.
app/assets/stylesheets/pages/notes.scss
View file @
25744f79
...
@@ -406,7 +406,7 @@ $note-form-margin-left: 72px;
...
@@ -406,7 +406,7 @@ $note-form-margin-left: 72px;
border-radius
:
0
;
border-radius
:
0
;
@media
(
min-width
:
map-get
(
$grid-breakpoints
,
md
))
{
@media
(
min-width
:
map-get
(
$grid-breakpoints
,
md
))
{
top
:
91px
;
top
:
$mr-tabs-height
+
$header-height
;
.with-performance-bar
&
{
.with-performance-bar
&
{
top
:
126px
;
top
:
126px
;
...
...
doc/install/installation.md
View file @
25744f79
...
@@ -167,7 +167,7 @@ cd pcre2-10.33
...
@@ -167,7 +167,7 @@ cd pcre2-10.33
chmod
+x configure
chmod
+x configure
./configure
--prefix
=
/usr
--enable-jit
./configure
--prefix
=
/usr
--enable-jit
make
make
make
install
sudo
make
install
# Download and compile from source
# Download and compile from source
cd
/tmp
cd
/tmp
...
@@ -634,8 +634,8 @@ Gitaly must be running for the next section.
...
@@ -634,8 +634,8 @@ Gitaly must be running for the next section.
gitlab_path
=
/home/git/gitlab
gitlab_path
=
/home/git/gitlab
gitaly_path
=
/home/git/gitaly
gitaly_path
=
/home/git/gitaly
sudo
-u
git
-H
$gitlab_path
/bin/daemon_with_pidfile
$gitlab_path
/tmp/pids/gitaly.pid
\
sudo
-u
git
-H
sh
-c
"
$gitlab_path
/bin/daemon_with_pidfile
$gitlab_path
/tmp/pids/gitaly.pid
\
$gitaly_path
/gitaly
$gitaly_path
/config.toml
>>
$gitlab_path
/log/gitaly.log 2>&1 &
$gitaly_path
/gitaly
$gitaly_path
/config.toml >>
$gitlab_path
/log/gitaly.log 2>&1 &
"
```
```
### Initialize Database and Activate Advanced Features
### Initialize Database and Activate Advanced Features
...
...
doc/user/gitlab_com/index.md
View file @
25744f79
...
@@ -73,9 +73,9 @@ or over the size limit, you can [reduce your repository size with Git](../projec
...
@@ -73,9 +73,9 @@ or over the size limit, you can [reduce your repository size with Git](../projec
## IP range
## IP range
GitLab.com, CI/CD, and related services are deployed into Google Cloud Platform (GCP). Any
GitLab.com, CI/CD, and related services are deployed into Google Cloud Platform (GCP). Any
IP based firewall can be configured by looking up all
IP based firewall can be configured by looking up all
[
IP address ranges or CIDR blocks for GCP
](
https://cloud.google.com/compute/docs/faq#where_can_i_find_product_name_short_ip_ranges
)
.
[
IP address ranges or CIDR blocks for GCP
](
https://cloud.google.com/compute/docs/faq#where_can_i_find_product_name_short_ip_ranges
)
.
[
Static endpoints
](
https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/5071
)
are being considered.
[
Static endpoints
](
https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/5071
)
are being considered.
...
@@ -353,12 +353,10 @@ High Performance TCP/HTTP Load Balancer:
...
@@ -353,12 +353,10 @@ High Performance TCP/HTTP Load Balancer:
[
4010
]:
https://gitlab.com/gitlab-com/infrastructure/issues/4010
"Find a good value for maximum timeout for Shared Runners"
[
4010
]:
https://gitlab.com/gitlab-com/infrastructure/issues/4010
"Find a good value for maximum timeout for Shared Runners"
[
4070
]:
https://gitlab.com/gitlab-com/infrastructure/issues/4070
"Configure per-runner timeout for shared-runners-manager-X on GitLab.com"
[
4070
]:
https://gitlab.com/gitlab-com/infrastructure/issues/4070
"Configure per-runner timeout for shared-runners-manager-X on GitLab.com"
##
Other admin area
settings
##
Group and project
settings
This area highlights other noteworthy admin area settings on GitLab.com that differ from default settings. This list is not exhaustive.
On GitLab.com, projects, groups, and snippets created
after July 2019 have the
`Internal`
visibility setting disabled.
NOTE:
**Note:**
You can read more about the change in the
From July 2019, the
`Internal`
visibility setting is disabled for new projects, groups,
and snippets on GitLab.com. Existing projects, groups, and snippets using the
`Internal`
visibility setting keep this setting. You can read more about the change in the
[
relevant issue
](
https://gitlab.com/gitlab-org/gitlab-ee/issues/12388
)
.
[
relevant issue
](
https://gitlab.com/gitlab-org/gitlab-ee/issues/12388
)
.
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