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
274dcb82
Commit
274dcb82
authored
Dec 03, 2021
by
Kolja Lucht
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve wording of e.g. and i.e. instances
parent
fcb5d0dd
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
doc/topics/autodevops/upgrading_postgresql.md
doc/topics/autodevops/upgrading_postgresql.md
+1
-1
doc/user/profile/account/two_factor_authentication.md
doc/user/profile/account/two_factor_authentication.md
+1
-1
doc/user/project/issues/csv_import.md
doc/user/project/issues/csv_import.md
+1
-1
doc/user/project/merge_requests/load_performance_testing.md
doc/user/project/merge_requests/load_performance_testing.md
+1
-1
No files found.
doc/topics/autodevops/upgrading_postgresql.md
View file @
274dcb82
...
...
@@ -177,7 +177,7 @@ NOTE:
You can also
[
scope
](
../../ci/environments/index.md#scope-environments-with-specs
)
the
`AUTO_DEVOPS_POSTGRES_CHANNEL`
,
`AUTO_DEVOPS_POSTGRES_DELETE_V1`
and
`POSTGRES_VERSION`
variables to specific environments,
e.g.
`staging`
.
`POSTGRES_VERSION`
variables to specific environments,
for example,
`staging`
.
1.
Set
`AUTO_DEVOPS_POSTGRES_CHANNEL`
to
`2`
. This opts into using the
newer 8.2.1-based PostgreSQL, and removes the older 0.7.1-based
...
...
doc/user/profile/account/two_factor_authentication.md
View file @
274dcb82
...
...
@@ -350,7 +350,7 @@ request, and you're automatically signed in.
### Sign in by using a WebAuthn device
In supported browsers you should be automatically prompted to activate your WebAuthn device
(
e.g.
by touching/pressing its button) after entering your credentials.
(
for example,
by touching/pressing its button) after entering your credentials.
A message displays, indicating that your device responded to the authentication
request and you're automatically signed in.
...
...
doc/user/project/issues/csv_import.md
View file @
274dcb82
...
...
@@ -48,7 +48,7 @@ When importing issues from a CSV file, it must be formatted in a certain way:
-
**double-quote character:**
The double-quote (
`"`
) character is used to quote fields,
enabling the use of the column separator within a field (see the third line in the
sample CSV data below). To insert a double-quote (
`"`
) within a quoted
field, use two double-quote characters in succession
, i.e.
`""`
.
field, use two double-quote characters in succession
(
`""`
)
.
-
**data rows:**
After the header row, succeeding rows must follow the same column
order. The issue title is required while the description is optional.
...
...
doc/user/project/merge_requests/load_performance_testing.md
View file @
274dcb82
...
...
@@ -161,7 +161,7 @@ such as: ``http.get(`${__ENV.ENVIRONMENT_URL}`)``.
For example:
1.
In the
`review`
job:
1.
Capture the dynamic URL and save it into a
`.env`
file,
e.g.
`echo "ENVIRONMENT_URL=$CI_ENVIRONMENT_URL" >> review.env`
.
1.
Capture the dynamic URL and save it into a
`.env`
file,
for example,
`echo "ENVIRONMENT_URL=$CI_ENVIRONMENT_URL" >> review.env`
.
1.
Set the
`.env`
file to be a
[
job artifact
](
../../../ci/pipelines/job_artifacts.md#job-artifacts
)
.
1.
In the
`load_performance`
job:
1.
Set it to depend on the review job, so it inherits the environment file.
...
...
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