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
1a845a70
Commit
1a845a70
authored
Apr 24, 2020
by
Evan Read
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change some instances of repo to repository
parent
e88b78e5
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
doc/administration/gitaly/index.md
doc/administration/gitaly/index.md
+1
-1
doc/administration/gitaly/reference.md
doc/administration/gitaly/reference.md
+1
-1
doc/administration/integration/plantuml.md
doc/administration/integration/plantuml.md
+2
-2
doc/administration/operations/fast_ssh_key_lookup.md
doc/administration/operations/fast_ssh_key_lookup.md
+2
-2
doc/administration/scaling/index.md
doc/administration/scaling/index.md
+1
-1
doc/api/import.md
doc/api/import.md
+2
-2
No files found.
doc/administration/gitaly/index.md
View file @
1a845a70
...
...
@@ -840,7 +840,7 @@ two checks. The result of both of these checks is cached.
see if we can access filesystem underneath the Gitaly server
directly. If so, use the Rugged patch.
To see if GitLab Rails can access the repo filesystem directly, we use
To see if GitLab Rails can access the repo
sitory
filesystem directly, we use
the following heuristic:
-
Gitaly ensures that the filesystem has a metadata file in its root
...
...
doc/administration/gitaly/reference.md
View file @
1a845a70
...
...
@@ -258,7 +258,7 @@ You can adjust the `concurrency` of each RPC endpoint.
| ---- | ---- | -------- | ----------- |
|
`concurrency`
| array | yes | An array of RPC endpoints. |
|
`rpc`
| string | no | The name of the RPC endpoint (
`/gitaly.RepositoryService/GarbageCollect`
). |
|
`max_per_repo`
| integer | no | Concurrency per RPC per repo. |
|
`max_per_repo`
| integer | no | Concurrency per RPC per repo
sitory
. |
Example:
...
...
doc/administration/integration/plantuml.md
View file @
1a845a70
...
...
@@ -4,7 +4,7 @@
When
[
PlantUML
](
https://plantuml.com
)
integration is enabled and configured in
GitLab we are able to create simple diagrams in AsciiDoc and Markdown documents
created in snippets, wikis, and repos.
created in snippets, wikis, and repos
itories
.
## PlantUML Server
...
...
@@ -118,7 +118,7 @@ that, login with an Admin account and do following:
## Creating Diagrams
With PlantUML integration enabled and configured, we can start adding diagrams to
our AsciiDoc snippets, wikis
and repo
s using delimited blocks:
our AsciiDoc snippets, wikis
, and repositorie
s using delimited blocks:
-
**Markdown**
...
...
doc/administration/operations/fast_ssh_key_lookup.md
View file @
1a845a70
...
...
@@ -68,7 +68,7 @@ sudo service sshd reload
```
Confirm that SSH is working by removing your user's SSH key in the UI, adding a
new one, and attempting to pull a repo.
new one, and attempting to pull a repo
sitory
.
NOTE:
**Note:**
For Omnibus Docker,
`AuthorizedKeysCommand`
is setup by default in
GitLab 11.11 and later.
...
...
@@ -87,7 +87,7 @@ installation.
![
Write to authorized keys setting
](
img/write_to_authorized_keys_setting.png
)
Again, confirm that SSH is working by removing your user's SSH key in the UI,
adding a new one, and attempting to pull a repo.
adding a new one, and attempting to pull a repo
sitory
.
Then you can backup and delete your
`authorized_keys`
file for best performance.
...
...
doc/administration/scaling/index.md
View file @
1a845a70
...
...
@@ -49,7 +49,7 @@ References:
NOTE:
**Note:**
Note that depending on your workflow the below recommended
reference architectures may need to be adapted accordingly. Your workload
is influenced by factors such as - but not limited to - how active your users are,
how much automation you use, mirroring, and repo/change size. Additionally the
how much automation you use, mirroring, and repo
sitory
/change size. Additionally the
shown memory values are given directly by
[
GCP machine types
](
https://cloud.google.com/compute/docs/machine-types
)
.
On different cloud vendors a best effort like for like can be used.
...
...
doc/api/import.md
View file @
1a845a70
...
...
@@ -12,8 +12,8 @@ POST /import/github
|------------|---------|----------|---------------------|
|
`personal_access_token`
| string | yes | GitHub personal access token |
|
`repo_id`
| integer | yes | GitHub repository ID |
|
`new_name`
| string | no | New repo name |
|
`target_namespace`
| string | yes | Namespace to import repo into |
|
`new_name`
| string | no | New repo
sitory
name |
|
`target_namespace`
| string | yes | Namespace to import repo
sitory
into |
```
shell
curl
--request
POST
--header
"PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK"
--data
"personal_access_token=abc123&repo_id=12345&target_namespace=root"
https://gitlab.example.com/api/v4/import/github
...
...
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