Marcel Amirault
25aa4e0322
Remove extra whitespaces in docs
...
Removes all the extra whitespaces at end of lines,
inside tags, and removes extra newlines
2019-07-09 03:28:41 +00:00
Evan Read
8a2c53d640
Merge branch 'docs/update-installation-link' into 'master'
...
Update the installation link
See merge request gitlab-org/gitlab-ce!30489
2019-07-09 00:23:42 +00:00
Cindy Pallares 🦉
7d73d817bd
Move the consul server docs to its own section
...
The consul docs are currently in the HA database section, but it should
be in it's own section.
2019-07-08 23:42:35 +00:00
Imre Farkas
d3824fbfd9
Doc for "Require session with smartcard login for Git access"
2019-07-08 23:35:44 +00:00
Cindy Pallares
00780264a7
Update the installation link
...
The installation link has changed from /installation/ to /install/. This
commit will update all the remaining links that are missing.
2019-07-08 17:24:54 -05:00
Evan Read
4f93fa4b7d
Add lint rule that headings must increment one level at a time
...
Also fixes instances in Markdown that broke the rule.
2019-07-08 11:07:07 +00:00
Marcel Amirault
73c6477b7e
Changing badges to use parentheses not brackets
...
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
2019-07-08 08:50:38 +00:00
Marcel Amirault
518e2b81e3
Update redirected links in CE part 1
...
First MR in a series updating all redirected links
in CE documentation to the destination URLs
2019-07-08 00:41:33 +00:00
Marcel Amirault
6feda1df3b
Change absolute links to relative
...
Change assorted absolute links to ce and ee docs
to relative links
2019-07-05 16:25:58 +00:00
Mayra Cabrera
d34f43499e
Add new info for auth.log
...
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
2019-07-04 16:58:42 +00:00
Ben Bodenmiller
bca7fa81bf
Omit Gitaly path where not needed, add where required
2019-07-04 13:44:52 +00:00
Ryan Cobb
04962880ad
Fix process start time
...
Previously we were recording process start time as seconds from boot.
This makes it so we record as epoch time.
2019-07-04 10:24:19 +00:00
Marcel Amirault
4efc8574cb
Fix notes and update links to issues doc
...
After review, heading was changed and links to
it needed to be updated, and minor tweaks to
the issues docs such as note formatting
2019-07-04 00:55:35 +00:00
Maneschi Romain
def94f5043
Add Grafana to Admin > Monitoring menu when enabled
2019-07-03 16:09:51 +00:00
Ben Bodenmiller
8f9288968e
Gitlab -> GitLab
2019-07-03 10:55:15 +00:00
Marcel Amirault
1464b1e000
Fix markdown to reduce number of kramdown warnings
...
Add backticks around square brackets, or fix links, as necessary.
2019-07-03 07:12:04 +00:00
Marcel Amirault
f3ed4eccd5
Fix spacing in geo docs
...
Spacing following lists should be 2 spaces, and 3 for numbered lists
2019-07-03 01:37:27 +00:00
Nick Kipling
f01127ad25
Registry component now includes error messages
...
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.
2019-07-02 13:12:45 +00:00
Achilleas Pipinellis
bc226cf083
Merge branch 'docs-clarify-10k-architecture-resources-per-node' into 'master'
...
Clarify 10k architecture resource per node
Closes #63424
See merge request gitlab-org/gitlab-ce!30237
2019-07-02 08:50:53 +00:00
Evan Read
d05eebe1dd
Fix most bare URLs in project
...
Linting rule not enabled for now
because tooling produces false
positives.
2019-07-02 08:50:00 +00:00
abuerer
ff1fd5493f
Clarify 10k architecture resource per node
...
Adding a note to the 10k reference architecturre that the resource recommendations are per node
2019-07-01 15:11:37 -05:00
Dmitriy Zaporozhets
f63dc06cb4
Merge branch 'tc-rake-orphan-artifacts' into 'master'
...
Add rake task to clean orphan artifact files
See merge request gitlab-org/gitlab-ce!29681
2019-07-01 08:04:57 +00:00
Marcel Amirault
20654fb9bf
Enforce consistent prefix for bullet lists
...
Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
2019-07-01 03:36:23 +00:00
Evan Read
276038c2f7
Merge branch 'small-s-in-elasticsearch' into 'master'
...
Fix typo in docs about Elasticsearch
See merge request gitlab-org/gitlab-ce!30162
2019-07-01 02:53:42 +00:00
Takuya Noguchi
af5da7564e
Replace 'JIRA' with 'Jira'
...
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>
2019-06-28 13:25:56 +00:00
Takuya Noguchi
c11872884e
Fix typo in docs about Elasticsearch
...
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-06-28 20:08:55 +09:00
Toon Claes
dabd91b2c8
Add rake task to clean orphan artifact files
...
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.
2019-06-28 10:02:18 +02:00
Achilleas Pipinellis
54247af5a9
Merge branch '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
2019-06-27 05:17:01 +00:00
Evan Read
6f44b8fcda
Merge branch 'docs/sidekiq-cluster' into 'master'
...
Clean up the Sidekiq cluster docs
See merge request gitlab-org/gitlab-ce!28831
2019-06-26 23:24:34 +00:00
Cindy Pallares
054f869f6b
Add note to collect CONSUL_SERVER_NODES in HA docs
...
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.
2019-06-26 17:39:58 -05:00
Ben Kochie
b0821c14c4
Update HA monitoring documentation
...
* Update wording and include localhost for monitoring whitelist
configurations.
* Add monitoring config documentation for pgbouncer_exporter.
2019-06-26 10:53:01 +02:00
Evan Read
e128239340
Add Markdown linting
...
Also adds and one linting rule
and makes project conform to it.
2019-06-25 04:34:55 +00:00
Blair Lunceford
ffbdbcee8e
Add brackets escape example to LDAP doc
2019-06-25 01:21:26 +00:00
Aric Buerer
10a6122744
Adding documentation for Prometheus Service Discovery
...
Updating documentation to include
Prometheus Service Discovery. Added
monitoring node documentaiton as
well as documentation for the
individual service nodes.
2019-06-21 15:55:57 +00:00
Evan Read
b765b8e3b2
Add new troubleshooting step and refactor Geo replication docs
2019-06-21 10:33:37 +00:00
Mike Lewis
4a5bda0690
Merge branch 'docs-gitaly-without-nfs' into 'master'
...
Update gitaly docs to enumerate how to eliminate NFS altogether
See merge request gitlab-org/gitlab-ce!29812
2019-06-19 19:32:23 +00:00
Mike Lewis
205ca18ba4
Minor edits to Eliminating NFS section
2019-06-19 19:15:53 +00:00
Nick Thomas
8802dd24ec
Update the docs to reflect lack of MySQL support
...
Now MySQL is no longer supported, we need to change the docs
2019-06-19 14:11:01 +01:00
Achilleas Pipinellis
22a6ac1869
Clean up the Sidekiq cluster docs
...
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
2019-06-19 09:01:06 +02:00
Diana Stanley
57ab432370
Prefer cd path over ee path in docs links
2019-06-18 13:19:41 -07:00
Diana Stanley
4605e64d88
Modify to conform to style guide
2019-06-18 12:15:35 -07:00
Diana Stanley
17b32d6713
Update gitaly docs to enumerate how to eliminate NFS altogether
2019-06-18 11:59:47 -07:00
Evan Read
ef95359362
Https many links in docs
2019-06-18 12:23:07 +00:00
Gabriel Mazetto
39229eed34
Hashed Storage is enabled by default on new installations
...
updated documentation for Geo
2019-06-17 20:35:22 +02:00
Pavel Shutsin
7b1b66416b
EE port: add app-wide LDAP membership lock field
2019-06-13 20:29:23 +03:00
Jacob Vosmaer
45c5c2aad6
Update git object deduplication overview
2019-06-12 07:12:15 +00:00
Ben Bodenmiller
bafdb78cdc
Docs: enable numeric UIDs and GIDs for NFS
2019-06-11 17:05:32 +00:00
Cassiana Gudgenov
3dd617a158
Take out JN title in text
2019-06-11 17:00:00 +00:00
Ben Bodenmiller
442f19fbea
Use correct alert box
2019-06-11 16:09:05 +00:00
Evan Read
c403fdd7c0
SSoT audit fixes for GitLab U topics
...
Also improves the markdown in that section.
2019-06-11 08:38:59 +00:00