GitLab Bot
00c78fb814
Add latest changes from gitlab-org/gitlab@master
2019-10-16 15:06:17 +00:00
GitLab Bot
0a850868df
Add latest changes from gitlab-org/gitlab@master
2019-10-09 12:06:13 +00:00
GitLab Bot
e4f5b70718
Add latest changes from gitlab-org/gitlab@master
2019-10-08 03:05:52 +00:00
GitLab Bot
94611567bd
Add latest changes from gitlab-org/gitlab@master
2019-09-30 09:06:31 +00:00
GitLab Bot
42572f63ea
Add latest changes from gitlab-org/gitlab@master
2019-09-30 06:06:02 +00:00
GitLab Bot
e7c9b53c76
Add latest changes from gitlab-org/gitlab@master
2019-09-29 18:06:11 +00:00
GitLab Bot
b082790134
Add latest changes from gitlab-org/gitlab@master
2019-09-18 18:06:14 +00:00
GitLab Bot
80f61b4035
Add latest changes from gitlab-org/gitlab@master
2019-09-18 14:02:45 +00:00
GitLab Bot
e567b4c2df
Add latest changes from gitlab-org/gitlab@master
2019-09-17 09:06:11 +00:00
Marcel Amirault
78d09e3ef3
Start linting for unneeded dollar signs
...
Do not use dollar signs in shell codeblocks when
no output is shown
2019-09-10 10:15:43 +00:00
Blair Lunceford
b2ae3fdb85
Add auto_sign_in_with_provider info to OmniAuth doc
2019-09-08 23:41:54 +00:00
Evan Read
a1a6def114
Merge branch 'ee-11670-update-indexer-installation-docs' into 'master'
...
Update elasticsearch indexer installation instructions
Closes gitlab-ee#11670
See merge request gitlab-org/gitlab-ce!32274
2019-09-02 04:33:37 +00:00
Markus Koller
9d5b7b8d8b
Document ES web indexing
2019-08-30 11:58:03 +00:00
Sarah Yasonik
94720682a1
Add a close issue slack slash command
...
Adds a slash command in slach for closing issues. See
https://docs.gitlab.com/ee/integration/slash_commands.html
for documentation on the wider feature set.
2019-08-29 20:27:38 +00:00
Nick Thomas
ee554151ea
Update elasticsearch indexer installation instructions
2019-08-27 15:00:23 +01:00
Marcel Amirault
72a9162230
Update capitalization in /integrations and /raketasks
...
Also updates redirect text in /project-services
2019-08-27 08:41:50 +00:00
Marcel Amirault
f787377eb7
Add missing blank line to omniauth doc
2019-08-27 05:11:00 +00:00
dodocat
6e2032f24e
Update docs and comments about saml with allow_bypass_two_factor
...
allow_bypass_two_factor configration dose not work with saml provider
2019-08-27 03:46:32 +00:00
Marcel Amirault
d2cb8f785e
Update docs to pass new markdownlint
...
Deletes extra spaces and line, makes lists consistent, and
fixes links.
2019-08-22 08:50:31 +00:00
Mark Chao
6bcad2d178
Doc: sync ES updates
2019-08-16 10:41:56 +08:00
Marcel Amirault
f751748d38
Fix markdown spacing in various docs
...
Align images and lists in assorted markdown docs
2019-08-12 09:53:30 +00:00
Marcel Amirault
60dfca155c
Add more rules to markdown lint check
...
Adds MD010 (Hard tabs), MD012 (blank lines), MD029 (ordered
list prefix), MD030 (spaces after list markers), and fixes
remaining docs that were failing these tests
2019-08-12 04:23:01 +00:00
Achilleas Pipinellis
95145f3e3e
Compress images with pngquant
2019-08-07 10:01:48 +00:00
Ronald van Zon
031f0221a5
Docs - Strongly discourage installing ES on the same server as GitLab
2019-08-05 14:35:03 +00:00
Agnes Oetama
d4cc05e2dd
Update jenkins.md - add CTA to about.gitlab page
2019-07-30 06:17:24 +00:00
Marcel Amirault
0f7d8c0421
Update links to relative
...
Following the single docs codebase change, all internal links
should be relative. Also cleans up one table
2019-07-25 22:49:13 +00:00
Jeffrey Cafferata
be7ad34146
Removed the unnecessary loop through `../project_services/slack.md`.
2019-07-22 13:41:02 +02:00
Blair Lunceford
4b7277d90e
Added new ES rake task and troubleshooting step
2019-07-19 06:25:41 +00:00
Marcel Amirault
7da80b2d36
Update numbered lists for docs standards
...
Ensure that all numbered lists use only 1. and no other numbers.
Also ensure that numbered lists use proper spacing.
2019-07-19 02:20:32 +00:00
Greg Myers
42f34f419c
Update ES indexer docs for Omnibus users
2019-07-16 07:22:58 +00:00
Marcel Amirault
4121c63676
Remove extra blank lines from docs
...
Removing extra blank lines in docs that serve
no purpose, as well as some --- lines that also
are not needed.
2019-07-15 01:04:35 +00:00
Marcel Amirault
33c867b70d
Fix whitespace in install and integration docs
...
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, and cleans up
minor white space issues in install and integration docs
2019-07-11 15:21:26 +00:00
Marcel Amirault
0d4c6a14d8
Update redirected links to final destinations
...
This updates redirected links in integration, update, user
and workflow dirs. Should now link to final URLs to avoid
redirect hops
2019-07-08 23:14:29 +00: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
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
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
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
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
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
Kartikey Tanna
53af3e6b9e
#57815 Password authentication disabled for UltraAuth users
...
Disabled password authentication for the users registered using
omniauth-ultraauth strategy
2019-06-18 16:18:14 +00:00
Evan Read
ef95359362
Https many links in docs
2019-06-18 12:23:07 +00:00
Nick Thomas
351a1d6e60
Backport docs for "Automatically index wikis in elasticsearch"
2019-06-17 20:07:07 +00:00
Mike Lewis
07a9bdbfb4
Merge branch 'add_video_to_jira_int' into 'master'
...
Added links to Jira/Jenkins videos to supplement docs
See merge request gitlab-org/gitlab-ce!29516
2019-06-12 16:53:54 +00:00
Mike Lewis
0cf23b8e66
Streamline and edit video references
2019-06-12 15:58:38 +00:00
Jan Provaznik
2eabaafd5f
Merge branch 'ce-remove-dead-es-migration' into 'master'
...
Remove docs for a removed ES rake task
See merge request gitlab-org/gitlab-ce!29501
2019-06-12 07:40:14 +00:00
Russell Dickenson
a172060281
Added links to videos to supplement docs
2019-06-12 12:38:32 +10:00