Commit Graph

1029 Commits

Author SHA1 Message Date
Marcel Amirault 513d3f5811 Fix markdown in various docs
Clean up issues that may cause the docs-lint
test to fail, such as trailing whitespace, no
EOF newline, blockquotes, etc
2019-08-30 02:25:44 +00:00
Tom Atkins 56ea8fc3e6 Merge branch 'nelbacha-master-patch-08542' into 'master'
improve grammar in Gitaly configuration

See merge request gitlab-org/gitlab-ce!31605
2019-08-28 16:39:42 +00:00
Marcel Amirault 9c87a3499c Update capitalization in /dev docs
Clean up capitalization in /development /gitlab-basics and
/install
2019-08-27 08:44:07 +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
Marcel Amirault e2d4fadbf8 Fix markdown causing kramdown warnings
Use of square brackets can cause kramdown warnings, as well
as angle brackets, so they should be removed or put in backticks
2019-08-21 13:50:22 +00:00
Hordur Freyr Yngvason 37ffbeeab1 Make ruby 2.6 the officially supported version 2019-08-14 23:16:55 +00:00
Alexander Oleynikov 8e80c99a45 Remove extra quote 2019-08-13 17:28:24 +00:00
Emilie Schario 3d76a2e241 Update note regarding memory team
Make clearer that the memory team is working
to reduce the memory requirement
2019-08-11 05:22:29 +00:00
Evan Read d48a490591 Merge branch '62759-gitlab-backup-doc' into 'master'
Replace `gitlab-rake` with `gitlab-backup` command for backup and restore tasks

See merge request gitlab-org/gitlab-ce!31555
2019-08-09 00:38:40 +00:00
Emilie Schario f51855e0e7 Add link to memory team page from the installation requirements 2019-08-08 22:01:28 +00:00
Nourdin el Bacha ae1f0aea0c improve grammar in Gitaly configuration 2019-08-08 10:45:47 +00:00
Zeger-Jan van de Weg 3ace5766e9
Use Git 2.22 for GitLab
Part of: https://gitlab.com/gitlab-org/gitaly/issues/1715
2019-08-07 14:25:58 +02:00
Marcel Amirault c237987843 Fix assorted links
Fix links as discovered by the lint in the docs project
2019-08-07 06:19:00 +00:00
Hossein Pursultani 3c88ad7243 Change gitlab-rake to gitlab-backup for backup and restore tasks 2019-08-07 09:14:52 +10:00
Achilleas Pipinellis b82931359b Merge branch 'bjk/worker_scale_doc' into 'master'
Update Unicorn Worker recommendation

See merge request gitlab-org/gitlab-ce!31404
2019-08-05 14:39:07 +00:00
Cody West 615a944353 Update requirements wording
I'm adding some wording to our hardware requirements to explain that needs vary
by workload. I also included some examples of factors that may influence the
workload.
2019-08-02 12:42:47 -05:00
Drew Blessing b7b8c39583 Merge branch 'bjk/update_HA_resource' into 'master'
Update HA resource descriptions

Closes #61192 and #27833

See merge request gitlab-org/gitlab-ce!31064
2019-08-02 16:24:13 +00:00
Ben Kochie 0f91eadc87
Update Unicorn Worker recommendation
Update the Unicorn worker documentation based on the new scaling
formula.

https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4535
2019-08-02 09:58:08 +02:00
Ben Kochie b0d9b9fc7b
Update HA resource descriptions
* Use `GiB memory` to describe memory needs.
* Add local storage recommendation for monitoring node.
* Better align CPU/Memory to match common cloud provider instnace types.
* Update requirements based on the new 10k user standard.
2019-07-31 14:24:23 +02:00
Anton Smith ff61a003d5 Fix copy config command for Puma 2019-07-30 23:54:31 +00:00
Sean McGivern 25de90bb24 Fix broken internal links in docs 2019-07-30 13:02:44 +01: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
Ray Paik 4b6611f31d Merge branch 'patch-71' into 'master'
Update index.md - Fixing a minor typo on the postgreSQL setup instructions

See merge request gitlab-org/gitlab-ce!30437
2019-07-11 22:29:37 +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
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
Marcel Amirault 347a879909 Update redirected links to final destination
Updating redirected links in the development, install, policy
raketasks and university dirs. Should now link to final
URL to avoid redirect hops
2019-07-09 00:20:40 +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
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
Ove Heigre 941b67764f Update index.md - Fixing a minor typo on the postgreSQL setup instructions 2019-07-07 07:26:00 +00:00
Kyohei Uemura f6df1eaff5 Update installation.md
Line 170(make install) causes permission error.
This command should execute with sudo.
2019-07-05 17:09:21 +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
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
Russell Dickenson 4c9e068224 Clarified supported operating systems 2019-06-27 03:32:19 +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
Evan Read ef95359362 Https many links in docs 2019-06-18 12:23:07 +00:00
Lukas Eipert b7de40f688
Update to node@12
This updates our build images to use node@12. We are also adding a
sentence to the from-source installation that while we require a minimum
version of node@8, we also recommend node@12. Last but not least, we
change the version of node in the .nvmrc so that developers using nvm
can automatically use node@12 with the project
2019-06-14 10:11:57 +02:00
Jacob Vosmaer 37e995f7dc Use Go 1.11.10 in source installations 2019-06-11 15:23:49 +00:00
Evan Read c327d02bd2 Merge branch 'patch-55' into 'master'
Improve details about acceptable number of unicorn workers

See merge request gitlab-org/gitlab-ce!28262
2019-06-11 02:51:15 +00:00
Ben Bodenmiller a28ad5cabc Improve details about acceptable number of unicorn workers 2019-06-09 01:14:22 -07:00
Andrew Winata a78083eef2 Mentioned executors type
Also another factor of consideration for
runner server requirements.
2019-06-05 04:13:52 +00:00
Achilleas Pipinellis 5a4bab0853
Clean up docs under install/
This is an initiative to ensure all documentation complies completely
with the Documentation Style Guide section "Documentation is the single
source of truth (SSOT)" according to this epic
https://gitlab.com/groups/gitlab-org/-/epics/1280.

In particular, the changes of this commit touch all files under
doc/install/. Most notably:

- install/redis.md:
        Redirect to Redis section of install guide.

- install/pivotal/index.md:
        Changed its content to reflect the current status, which is no
        longer supported (since 2017!).

- install/google-protobuf.md:
        Incorporated inside installation.md under the troubleshooting section.

- install/openshift_and_gitlab.md:
        Clarified that this guide is no longer relevant. We might want to
        redirect to the Chart docs in the future.

- install/structure.md:
        Incorporated inside installation.md under its own section.

- install/kubernetes/index.md:
        Redirected to https://docs.gitlab.com/charts
2019-06-03 20:13:53 +02:00
Marcel Amirault cab0c20c14 Docs: Convert links in various docs to relative 2019-05-31 11:29:58 +00:00
Achilleas Pipinellis 225e5fdfac Merge branch 'jc-docs-for-git-pcre2' into 'master'
Add docs to describe how to compile git with libpcre2

See merge request gitlab-org/gitlab-ce!28199
2019-05-17 23:38:44 +00:00
Marcel Amirault 54358d6199 Docs: Remove all remaining orphaned images. 2019-05-17 19:21:48 +00:00
Dmitriy Zaporozhets 0abf225a2a Replace Unicorn with web server in the init.d script [ci skip]
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-05-17 17:00:29 +00:00
Marcel Amirault 0dcc3cc683 Docs: Add badges and fix redirect style in 3 docs 2019-05-17 00:30:59 +00:00
John Cai 4570443e75 Add docs to describe how to compile git with libpcre2 2019-05-15 14:54:47 -07:00
Dmitriy Zaporozhets 87ae67136e Improve installation from source
* Add a solution for JavaScript heap out of memory error when compiling
assets
* Add note about postgres database config
* Start gitaly before gitlab:setup as it won't work otherwise

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-05-13 21:24:05 +00:00