| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- Move steps to new doc
- Move all concepts to different docs
|
|
|
|
|
|
| |
Removing extra blank lines in docs that serve
no purpose, as well as some --- lines that also
are not needed.
|
|
|
|
|
| |
Remove unneeded trailing whitespace in lines in
/development /ci /api and /administration docs.
|
|
|
|
| |
All code blocks should be surrounded by blank lines
|
| |
|
|
|
|
|
|
|
|
|
| |
Many code blocks are 4spaced, and they render in GitLab
without coloring as a result, even though they are
fenced with a language label. If in a list, other items
will render as being in a code block too, even if not
meant to. This fixes all these issues for many admin
docs in /high_availability and /auth (part 1)
|
|
|
|
|
| |
Hard tabs do not follow general markdown guidelines
are were removed from the few docs that used them
|
|
|
|
| |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
Many code blocks are 4spaced, and they render in GitLab
without coloring as a result, even though they are
fenced with a language label. If in a list, other items
will render as being in a code block too, even if not
meant to. This fixes all these issues for many admin
docs (part 2)
|
|\
| |
| |
| |
| |
| |
| | |
Moving Pgbouncer HA documentation out of database documentation
Closes #63540
See merge request gitlab-org/gitlab-ce!30471
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Enable repository object pools by default
Closes gitaly#1606
See merge request gitlab-org/gitlab-ce!29595
|
| |
| |
| |
| |
| | |
Object pools allow Git objects to be shared from the parent project to forks,
reducing storage requirements.
|
|/ |
|
|
|
|
|
|
|
| |
Code blocks should not be spaced 4 times, as this will
prevent the code from being colored. They should
also be spaced the same as the lists they are a part
of, to make reading easier.
|
| |
|
|
|
|
|
| |
Removes all the extra whitespaces at end of lines,
inside tags, and removes extra newlines
|
|\
| |
| |
| |
| | |
Update the installation link
See merge request gitlab-org/gitlab-ce!30489
|
| |
| |
| |
| |
| | |
The installation link has changed from /installation/ to /install/. This
commit will update all the remaining links that are missing.
|
| |
| |
| |
| |
| | |
The consul docs are currently in the HA database section, but it should
be in it's own section.
|
|/ |
|
|
|
|
| |
Also fixes instances in Markdown that broke the rule.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously, we used brackets to denote the tier badges,
but this made Kramdown, the docs site Markdown renderer,
show many warnings when building the site. This is now
fixed by using parentheses instead of square brackets.
This was caused by [PREMIUM] looking like a link to
Kramdown, which couldn't find a URL there.
See:
- https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484
- https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
|
|
|
|
|
| |
First MR in a series updating all redirected links
in CE documentation to the destination URLs
|
|
|
|
|
| |
Change assorted absolute links to ce and ee docs
to relative links
|
|
|
|
|
|
|
| |
From 12.1, user information (id and username) are also included on
auth.log. Documentation was updated to reflect this.
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/62756
|
| |
|
|
|
|
|
| |
Previously we were recording process start time as seconds from boot.
This makes it so we record as epoch time.
|
|
|
|
|
|
| |
After review, heading was changed and links to
it needed to be updated, and minor tweaks to
the issues docs such as note formatting
|
| |
|
| |
|
|
|
|
| |
Add backticks around square brackets, or fix links, as necessary.
|
|
|
|
| |
Spacing following lists should be 2 spaces, and 3 for numbered lists
|
|
|
|
|
|
|
|
|
| |
Includes changes to the Vue container registry component to support
the display of an empty message and error message when invalid
characters are found in the group, project or branch name.
repositories/index.html.haml has been changed to remove the content
and place into Vue component.
|
|\
| |
| |
| |
| |
| |
| | |
Clarify 10k architecture resource per node
Closes #63424
See merge request gitlab-org/gitlab-ce!30237
|
| |
| |
| |
| | |
Adding a note to the 10k reference architecturre that the resource recommendations are per node
|
|/
|
|
|
|
| |
Linting rule not enabled for now
because tooling produces false
positives.
|
|\
| |
| |
| |
| | |
Add rake task to clean orphan artifact files
See merge request gitlab-org/gitlab-ce!29681
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This adds the rake task rake
gitlab:cleanup:orphan_job_artifact_files. This rake task cleans all
orphan job artifact files it can find on disk.
It performs a search on the complete folder of all artifacts on
disk. Then it filters out all the job artifact ID for which it could
not find a record with matching ID in the database. For these, the
file is deleted from disk.
|
| |
| |
| |
| | |
Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
|
|\ \
| | |
| | |
| | |
| | | |
Fix typo in docs about Elasticsearch
See merge request gitlab-org/gitlab-ce!30162
|
| |/
| |
| |
| | |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
|/
|
|
|
|
| |
https://community.atlassian.com/t5/Jira-questions/Is-it-quot-JIRA-quot-or-quot-Jira-quot/qaq-p/681163
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
'63588-follow-up-from-documentation-for-prometheus-service-discovery' into 'master'
Add note to collect CONSUL_SERVER_NODES in HA docs
Closes #63588
See merge request gitlab-org/gitlab-ce!29945
|
| |
| |
| |
| |
| |
| |
| | |
There are several instances in our HA docs where an example of
`Y.Y.Y.Y consul1.gitlab.example.com Z.Z.Z.Z` is given,
but this value isn't explicitly stated. It should be
the IP addresses or DNS records of the Consul server nodes.
|
|\ \
| | |
| | |
| | |
| | | |
Clean up the Sidekiq cluster docs
See merge request gitlab-org/gitlab-ce!28831
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
More importantly:
- Move the command line tips under a troubleshooting section
- Add new section: "Ignore all GitHub import queues"
- Add list of existing Sidekiq queues
|
| | |
| | |
| | |
| | |
| | |
| | | |
* Update wording and include localhost for monitoring whitelist
configurations.
* Add monitoring config documentation for pgbouncer_exporter.
|