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
29dbe468
Commit
29dbe468
authored
Sep 23, 2021
by
Abhijeet Chatterjee
Committed by
Nick Gaskill
Sep 23, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up substitution warning 3
parent
6366725f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
doc/install/docker.md
doc/install/docker.md
+2
-2
doc/install/next_steps.md
doc/install/next_steps.md
+1
-1
doc/install/requirements.md
doc/install/requirements.md
+1
-1
doc/integration/jenkins.md
doc/integration/jenkins.md
+2
-2
doc/operations/incident_management/oncall_schedules.md
doc/operations/incident_management/oncall_schedules.md
+1
-1
No files found.
doc/install/docker.md
View file @
29dbe468
...
...
@@ -103,7 +103,7 @@ sudo docker run --detach \
```
This will ensure that the Docker process has enough permissions to create the
config files in the mounted volumes.
config
uration
files in the mounted volumes.
If you're using the
[
Kerberos integration
](
../integration/kerberos.md
)
**(PREMIUM ONLY)**
,
you must also publish your Kerberos port (for example,
`--publish 8443:8443`
).
...
...
@@ -573,7 +573,7 @@ sudo docker restart gitlab
This error occurs when using Docker Toolbox with VirtualBox on Windows or Mac,
and making use of Docker volumes. The
`/c/Users`
volume is mounted as a
VirtualBox Shared Folder, and does not support the all POSIX filesystem features.
VirtualBox Shared Folder, and does not support the all POSIX file
system features.
The directory ownership and permissions cannot be changed without remounting, and
GitLab fails.
...
...
doc/install/next_steps.md
View file @
29dbe468
...
...
@@ -52,7 +52,7 @@ installation.
Activate all GitLab Enterprise Edition functionality with a license.
-
[
Pricing
](
https://about.gitlab.com/pricing/
)
: Pricing for the different tiers.
## Cross-repo Code Search
## Cross-repo
sitory
Code Search
-
[
Advanced Search
](
../integration/elasticsearch.md
)
: Leverage Elasticsearch for
faster, more advanced code search across your entire GitLab instance.
...
...
doc/install/requirements.md
View file @
29dbe468
...
...
@@ -169,7 +169,7 @@ of GitLab Support or other GitLab engineers.
operations to manage partitioned tables.
-
You should not modify the GitLab schema (for example, adding triggers or modifying tables).
Database migrations are tested against the schema definition in the GitLab code
base. GitLab
Database migrations are tested against the schema definition in the GitLab codebase. GitLab
version upgrades may fail if the schema is modified.
## Puma settings
...
...
doc/integration/jenkins.md
View file @
29dbe468
...
...
@@ -64,8 +64,8 @@ Grant a GitLab user access to the select GitLab projects.
1.
Grant the user permission to the GitLab projects.
If you're integrating Jenkins with many GitLab projects, consider granting the user global
Administrator
permission
. Otherwise, add the user to each project, and grant the Developer role.
If you're integrating Jenkins with many GitLab projects, consider granting the user
the
global
Administrator
role
. Otherwise, add the user to each project, and grant the Developer role.
## Configure GitLab API access
...
...
doc/operations/incident_management/oncall_schedules.md
View file @
29dbe468
...
...
@@ -31,7 +31,7 @@ To create an on-call schedule:
1.
On the top bar, select
**Menu > Projects**
and find your project.
1.
On the left sidebar, select
**Monitor > On-call Schedules**
.
1.
Select
**Add a schedule**
.
1.
Enter the schedule's name and description and select a timezone.
1.
Enter the schedule's name and description and select a time
zone.
1.
Select
**Add schedule**
.
You now have an empty schedule with no rotations. This renders as an empty state, prompting you to
...
...
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