summaryrefslogtreecommitdiff
path: root/doc/update
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update 11.4-to-11.5.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/11.3-to-11.4.mdFatih Sarhan2018-12-311-1/+1
|
* Update 11.2-to-11.3.mdFatih Sarhan2018-12-311-1/+1
|
* Update 11.1-to-11.2.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/11.0-to-11.1.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/10.8-to-11.0.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/10.7-to-10.8.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/10.6-to-10.7.mdFatih Sarhan2018-12-311-1/+1
|
* Update 10.5-to-10.6.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/10.4-to-10.5.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/10.3-to-10.4.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/10.2-to-10.3.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/10.0-to-10.1.mdFatih Sarhan2018-12-311-1/+1
|
* Update doc/update/10.1-to-10.2.mdFatih Sarhan2018-12-311-1/+1
|
* Removed Gitlab Upgrader found in /lib/gitlab/upgrader.rbJacob Wolen2018-12-241-91/+0
|
* update installation from source guideAlex Hanselka2018-12-041-0/+390
|
* Merge branch '54230-eliminate-duplicated-words' into 'master'Evan Read2018-11-275-5/+5
|\ | | | | | | | | Eliminate duplicated words (for docs) See merge request gitlab-org/gitlab-ce!23183
| * Eliminate duplicated wordsTakuya Noguchi2018-11-225-5/+5
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Remove broken link that 404s and has no alternativedocs/delete-broken-linkEvan Read2018-11-221-1/+1
|/
* Merge branch 'patch-30' into 'master'Marcia Ramos2018-11-201-4/+4
|\ | | | | | | | | Update 11.3-to-11.4.md See merge request gitlab-org/gitlab-ce!23142
| * Update 11.3-to-11.4.mdMateusz2018-11-161-4/+4
| |
* | Update 11.2-to-11.3.mdMateusz2018-11-161-4/+4
|/
* Resolve Markdown ordered lists not conforming to styleguidedocs/fix-ordered-list-item-prefixEvan Read2018-11-131-4/+4
|