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
5e9b9937
Commit
5e9b9937
authored
Sep 28, 2021
by
waridrox
Committed by
Marcel Amirault
Sep 28, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: fix doc warnings by Vale acronym rule
parent
d00dce8b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
7 deletions
+13
-7
doc/.vale/gitlab/Acronyms.yml
doc/.vale/gitlab/Acronyms.yml
+6
-0
doc/administration/auth/index.md
doc/administration/auth/index.md
+1
-1
doc/administration/nfs.md
doc/administration/nfs.md
+1
-1
doc/administration/postgresql/replication_and_failover.md
doc/administration/postgresql/replication_and_failover.md
+2
-2
doc/administration/smime_signing_email.md
doc/administration/smime_signing_email.md
+3
-3
No files found.
doc/.vale/gitlab/Acronyms.yml
View file @
5e9b9937
...
...
@@ -49,6 +49,7 @@ exceptions:
-
ECS
-
EFS
-
EKS
-
ELB
-
EOL
-
EXIF
-
FAQ
...
...
@@ -98,6 +99,7 @@ exceptions:
-
LESS
-
LFS
-
LRU
-
LTM
-
LTS
-
MIME
-
MIT
...
...
@@ -119,6 +121,7 @@ exceptions:
-
PEM
-
PEP
-
PGP
-
PID
-
PKCS
-
PHP
-
PNG
...
...
@@ -129,6 +132,7 @@ exceptions:
-
RAM
-
RBAC
-
RDP
-
RDS
-
REST
-
RFC
-
RHEL
...
...
@@ -140,6 +144,7 @@ exceptions:
-
RVM
-
SAAS
-
SAML
-
SAN
-
SAST
-
SATA
-
SCIM
...
...
@@ -173,6 +178,7 @@ exceptions:
-
TODO
-
TOML
-
TTL
-
UID
-
UDP
-
UID
-
UNIX
...
...
doc/administration/auth/index.md
View file @
5e9b9937
...
...
@@ -45,7 +45,7 @@ For more information, see the links shown on this page for each external provide
| Capability | SaaS | Self-Managed |
|-------------------------------------------------|-----------------------------------------|------------------------------------|
|
**User Provisioning**
| SCIM
<br>
J
IT Provisioning
| LDAP Sync |
|
**User Provisioning**
| SCIM
<br>
J
ust-In-Time (JIT) Provisioning
| LDAP Sync |
|
**User Detail Updating**
(not group management) | Not Available | LDAP Sync |
|
**Authentication**
| SAML at top-level group (1 provider) | LDAP (multiple providers)
<br>
Generic OAuth2
<br>
SAML (only 1 permitted per unique provider)
<br>
Kerberos
<br>
JWT
<br>
Smartcard
<br>
OmniAuth Providers (only 1 permitted per unique provider) |
|
**Provider-to-GitLab Role Sync**
| SAML Group Sync | LDAP Group Sync |
...
...
doc/administration/nfs.md
View file @
5e9b9937
...
...
@@ -217,7 +217,7 @@ use the `hard` option, because (from the man page):
> use the soft option only when client responsiveness is more important than data integrity
Other vendors make similar recommendations, including
[
S
AP
](
http://wiki.scn.sap.com/wiki/x/PARnFQ
)
and NetApp's
[
S
ystem Applications and Products in Data Processing (SAP)
](
http://wiki.scn.sap.com/wiki/x/PARnFQ
)
and NetApp's
[
knowledge base
](
https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/What_are_the_differences_between_hard_mount_and_soft_mount
)
,
they highlight that if the NFS client driver caches data,
`soft`
means there is no certainty if
writes by GitLab are actually on disk.
...
...
doc/administration/postgresql/replication_and_failover.md
View file @
5e9b9937
...
...
@@ -847,7 +847,7 @@ Investigate further if:
-
`reply_time`
is not current.
The
`lsn`
fields relate to which write-ahead-log segments have been replicated.
Run the following on the leader to find out the current L
SN
:
Run the following on the leader to find out the current L
og Sequence Number (LSN)
:
```
shell
echo
'SELECT pg_current_wal_lsn();'
| gitlab-psql
...
...
@@ -1248,7 +1248,7 @@ To fix the problem, ensure the loopback interface is included in the CIDR addres
1.
[
Reconfigure GitLab
](
../restart_gitlab.md#omnibus-gitlab-reconfigure
)
for the changes to take effect.
1.
Check that
[
all the replicas are synchronized
](
#check-replication-status
)
### Errors in Patroni logs: the requested start point is ahead of the W
AL
flush position
### Errors in Patroni logs: the requested start point is ahead of the W
rite Ahead Log (WAL)
flush position
This error indicates that the database is not replicating:
...
...
doc/administration/smime_signing_email.md
View file @
5e9b9937
...
...
@@ -69,10 +69,10 @@ The key needs to be readable by the GitLab system user (`git` by default).
The key needs to be readable by the GitLab system user (
`git`
by default).
### How to convert S/MIME PKCS #12
/ PFX
format to PEM encoding
### How to convert S/MIME PKCS #12 format to PEM encoding
Typically S/MIME certificates are handled in binary P
KCS #12 format (
`.pfx`
or
`.p12`
extensions), which contain the following in a single encrypted file:
Typically S/MIME certificates are handled in binary P
ublic Key Cryptography Standards (PKCS) #12 format
(
`.pfx`
or
`.p12`
extensions), which contain the following in a single encrypted file:
-
Public certificate
-
Intermediate certificates (if any)
...
...
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