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
40d15051
Commit
40d15051
authored
Mar 21, 2022
by
Suzanne Selhorn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added guidance for respectively
As writers we should be more precise
parent
e8015860
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
4 deletions
+16
-4
doc/administration/auditor_users.md
doc/administration/auditor_users.md
+1
-2
doc/administration/sidekiq_health_check.md
doc/administration/sidekiq_health_check.md
+2
-2
doc/development/documentation/styleguide/word_list.md
doc/development/documentation/styleguide/word_list.md
+13
-0
No files found.
doc/administration/auditor_users.md
View file @
40d15051
...
...
@@ -61,8 +61,7 @@ To create an Auditor user:
1.
On the left sidebar, select
**Overview > Users**
.
1.
Create a new user or edit an existing one, and in the
**Access**
section
select Auditor.
1.
Select
**Create user**
or
**Save changes**
if you created a new user or
edited an existing one respectively.
1.
If you created a user, select
**Create user**
. For an existing user, select
**Save changes**
.
To revoke Auditor permissions from a user, make them a Regular user by
following the previous steps.
...
...
doc/administration/sidekiq_health_check.md
View file @
40d15051
...
...
@@ -21,7 +21,7 @@ The readiness probe checks whether the Sidekiq workers are ready to process jobs
GET /readiness
```
Assuming you set up Sidekiq's address and port to be
`localhost`
and
`8092`
respectively
,
If you set Sidekiq's address as
`localhost`
and port as
`8092`
,
here's an example request:
```
shell
...
...
@@ -44,7 +44,7 @@ Checks whether the Sidekiq cluster is running.
GET /liveness
```
Assuming you set up Sidekiq's address and port to be
`localhost`
and
`8092`
respectively
,
If you set Sidekiq's address as
`localhost`
and port as
`8092`
,
here's an example request:
```
shell
...
...
doc/development/documentation/styleguide/word_list.md
View file @
40d15051
...
...
@@ -729,6 +729,19 @@ Do not use **Reporter permissions**. A user who is assigned the Reporter role ha
Use title case for
**Repository Mirroring**
.
## respectively
Avoid
**respectively**
and be more precise instead.
Use:
-
To create a user, select
**Create user**
. For an existing user, select
**Save changes**
.
Instead of:
-
Select
**Create user**
or
**Save changes**
if you created a new user or
edited an existing one respectively.
## roles
Do not use
**roles**
and
[
**permissions**
](
#permissions
)
interchangeably. Each user is assigned a role. Each role includes a set of permissions.
...
...
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