summaryrefslogtreecommitdiff
path: root/doc/update
Commit message (Collapse)AuthorAgeFilesLines
* Update redirected links to final destinationsMarcel Amirault2019-07-082-3/+3
| | | | | | This updates redirected links in integration, update, user and workflow dirs. Should now link to final URLs to avoid redirect hops
* Changing badges to use parentheses not bracketsMarcel Amirault2019-07-082-2/+2
| | | | | | | | | | | | | | 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
* Enforce consistent prefix for bullet listsMarcel Amirault2019-07-011-11/+11
| | | | Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
* Update the docs to reflect lack of MySQL support52442-minimal-remove-mysql-supportNick Thomas2019-06-194-45/+10
| | | | Now MySQL is no longer supported, we need to change the docs
* Correct upgrade guides for 12.0Yorick Peterse2019-06-191-8/+5
| | | | | It's fine to upgrade from 11.11.x to 12.x, so we remove the requirement to first upgrade to 12.0.x.
* Merge branch 'docs/12-0-upgrade' into 'master'Achilleas Pipinellis2019-06-191-0/+21
|\ | | | | | | | | Docs: Added source upgrade guides for 12.0.0 See merge request gitlab-org/gitlab-ce!29795
| * Added source upgrade guides for 12.0.0docs/12-0-upgradeYorick Peterse2019-06-181-0/+21
| |
* | Https many links in docsEvan Read2019-06-181-1/+1
|/
* Use Go 1.11.10 in source installationsJacob Vosmaer2019-06-111-4/+4
|
* Add git 2.21 install from update_sourceÆx2019-06-071-10/+50
|
* Docs: Convert links in various docs to relativeMarcel Amirault2019-05-312-3/+2
|
* Rjh/doc fixes for source installRichard Hancock2019-05-152-9/+9
|
* Upgrade Ruby version to 2.6.3sh-upgrade-ruby-2.6.3-ceStan Hu2019-05-081-3/+3
| | | | | | | Ruby 2.6 offers better performance and memory usage: https://www.rubyguides.com/2018/11/ruby-2-6-new-features/ Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/57323
* Docs nneul/gitlab ce patch 1Ian Baum2019-05-081-0/+16
|
* Docs: Merge EE doc/​update to CEMarcel Amirault2019-05-0569-2/+345
|
* Fix typo [skip ci]Katrin Leinweber2019-04-161-1/+1
|
* Clean up the mysql to postgres guidedocs/refactor-pgloaderAchilleas Pipinellis2019-04-031-147/+139
| | | | | This change refactors the pgloader instructions to have less headings and be more straightforward.
* Update upgrading_from_source.md for Ruby 2.5Jason Plum2019-03-071-2/+2
| | | | | Update the documented version requirement of Ruby inside of Upgrading from Source to show GitLab 11.8 needs Ruby 2.5
* Docs: Last batch of misc broken anchorsMarcel Amirault2019-03-041-1/+1
|
* Ensure all lists are surrounded by new linesEvan Read2019-02-221-2/+2
| | | | | | | | | Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines.
* Remove consecutive blank lines from markdown filesEvan Read2019-02-183-5/+0
| | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
* Docs: Realign more CE docs that diverged from EE unnecessarily (second MR)Marcel Amirault2019-02-121-5/+12
|
* Use a single document for upgrading from CE to EEYorick Peterse2019-02-112-5/+137
| | | | | | | | This changes the guides for upgrading from CE source to EE source so we no longer need separate documents for every version. This removes the need for release managers to create and update these documents, and allows developers to add these instructions as part of their code changes.
* Refactor the upgrading from source docsdocs/refactor-update-guidesYorick Peterse2019-02-1183-17378/+564
| | | | | | | | | | | | | | | | | | | | | | | Instead of requiring one separate document for every version (which is created by release managers), we now use a single document for both Community Edition and Enterprise Edition. This allows developers to add guidelines right away, instead of release managers having to determine what to add. Version specific upgrading instructions are placed in a separate section. This prevents instructions from lingering around for many versions should a developer forget to remove them. This also ensures that all instructions are kept in a single place, instead of being spread across different documents. A minor downside is that CE and EE guidelines now live in the same document, which could cause merge conflicts. Since we are working towards a single codebase, this should only be an issue until we merge the codebases together; something we expect to do in the coming months. This commit also removes all old upgrading instructions, but these can still be accessed using Git branch specific URLs (included in the updating README).
* Fix most instances of bare URLs in markdownEvan Read2019-01-2419-37/+37
|
* Merge branch '55979-avoid-installing-bundler-v2-or-higher-docs' into 'master'Evan Read2019-01-2334-34/+34
|\ | | | | | | | | | | | | Avoid installing Bundler 2.0 or higher on source-based install Closes #55979 See merge request gitlab-org/gitlab-ce!24502
| * Avoid installing Bundler 2.0 or higherTakuya Noguchi2019-01-2234-34/+34
| | | | | | | | | | | | to always use Bundler 1.x on source install at this moment Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Skip kerberos when running 'bundle install' in update docsRémy Coutable2019-01-213-11/+12
|/ | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52346. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Correct yarn version in 11.6 -> 11.7 upgrade docLukas 'Eipi' Eipert2019-01-181-1/+1
|
* Add 11.7 -> 11.8 update docLukas 'Eipi' Eipert2019-01-141-0/+393
|
* Make unordered lists conform to styleguidedocs/fix-unordered-list-styleEvan Read2019-01-0812-36/+36
| | | | - Also makes other minor Markdown fixes that were near the main fixes.
* Add 11.6 to 11.7 update guidedocs/rs-11-7-guidesRobert Speicher2019-01-021-0/+390
|
* Update doc/update/9.5-to-10.0.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/9.4-to-9.5.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/9.3-to-9.4.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/9.2-to-9.3.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/9.1-to-9.2.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/9.0-to-9.1.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/8.17-to-9.0.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/8.16-to-8.17.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/8.15-to-8.16.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/8.14-to-8.15.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/8.13-to-8.14.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/8.12-to-8.13.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/8.11-to-8.12.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/8.10-to-8.11.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/7.0-to-7.1.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/6.x-or-7.x-to-7.14.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/6.9-to-7.0.mdFatih Sarhan2018-12-311-1/+1
|
* Update 11.5-to-11.6.mdFatih Sarhan2018-12-311-1/+1
|