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
619a654f
Commit
619a654f
authored
Aug 20, 2020
by
Suzanne Selhorn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed docs to gitlab.example.com
Related to:
https://gitlab.com/gitlab-org/gitlab/-/issues/238621
parent
3cb408f1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
doc/administration/gitaly/praefect.md
doc/administration/gitaly/praefect.md
+1
-1
doc/user/clusters/applications.md
doc/user/clusters/applications.md
+1
-1
doc/user/group/saml_sso/scim_setup.md
doc/user/group/saml_sso/scim_setup.md
+1
-1
doc/user/project/index.md
doc/user/project/index.md
+1
-1
doc/user/project/repository/reducing_the_repo_size_using_git.md
...er/project/repository/reducing_the_repo_size_using_git.md
+1
-1
No files found.
doc/administration/gitaly/praefect.md
View file @
619a654f
...
...
@@ -677,7 +677,7 @@ documentation](index.md#configure-gitaly-servers).
# Configure the gitlab-shell API callback URL. Without this, `git push` will
# fail. This can be your front door GitLab URL or an internal load balancer.
# Examples: 'https://
example.gitlab
.com', 'http://1.2.3.4'
# Examples: 'https://
gitlab.example
.com', 'http://1.2.3.4'
gitlab_rails
[
'internal_api_url'
]
=
'http://GITLAB_HOST'
```
...
...
doc/user/clusters/applications.md
View file @
619a654f
...
...
@@ -894,7 +894,7 @@ GitLab Runner is installed into the `gitlab-managed-apps` namespace of your clus
In order for GitLab Runner to function, you
**must**
specify the following:
-
`gitlabUrl`
- the GitLab server full URL (for example,
`https://
example.gitlab
.com`
) to register the Runner against.
-
`gitlabUrl`
- the GitLab server full URL (for example,
`https://
gitlab.example
.com`
) to register the Runner against.
-
`runnerRegistrationToken`
- The registration token for adding new Runners to GitLab. This must be
[
retrieved from your GitLab instance
](
../../ci/runners/README.md
)
.
...
...
doc/user/group/saml_sso/scim_setup.md
View file @
619a654f
...
...
@@ -236,7 +236,7 @@ Alternatively, the [SCIM API](../../../api/scim.md#get-a-list-of-saml-users) can
For example:
```
shell
curl
'https://
example.gitlab
.com/api/scim/v2/groups/GROUP_NAME/Users?startIndex=1"'
--header
"Authorization: Bearer <your_scim_token>"
--header
"Content-Type: application/scim+json"
curl
'https://
gitlab.example
.com/api/scim/v2/groups/GROUP_NAME/Users?startIndex=1"'
--header
"Authorization: Bearer <your_scim_token>"
--header
"Content-Type: application/scim+json"
```
To see how this compares to the value returned as the SAML NameId, you can have the user use a
[
SAML Tracer
](
index.md#saml-debugging-tools
)
.
...
...
doc/user/project/index.md
View file @
619a654f
...
...
@@ -318,7 +318,7 @@ through Git.
For example:
```
plaintext
machine
example.gitlab
.com
machine
gitlab.example
.com
login <gitlab_user_name>
password <personal_access_token>
```
...
...
doc/user/project/repository/reducing_the_repo_size_using_git.md
View file @
619a654f
...
...
@@ -49,7 +49,7 @@ download all the advertised refs.
1.
Clone a fresh copy of the repository using
`--bare`
and
`--mirror`
:
```
shell
git clone
--bare
--mirror
https://
example.gitlab
.com/my/project.git
git clone
--bare
--mirror
https://
gitlab.example
.com/my/project.git
```
1.
Using
`git filter-repo`
, purge any files from the history of your repository.
...
...
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