summaryrefslogtreecommitdiff
path: root/doc/update/8.12-to-8.13.md
Commit message (Collapse)AuthorAgeFilesLines
* Refactor the upgrading from source docsdocs/refactor-update-guidesYorick Peterse2019-02-111-210/+2
| | | | | | | | | | | | | | | | | | | | | | | 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).
* Avoid installing Bundler 2.0 or higherTakuya Noguchi2019-01-221-1/+1
| | | | | | to always use Bundler 1.x on source install at this moment Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Update doc/update/8.12-to-8.13.mdFatih Sarhan2018-12-311-1/+1
|
* Exclude comments from specific docsAchilleas Pipinellis2017-11-011-0/+4
|
* Change to correct directory in update instructionsmenway/gitlab-ce-patch-15menway2017-04-271-0/+2
| | | | [ci skip]
* Update 8.12-to-8.13.md: gitlab version 8.13 wants gitlab-shell v3.6.7Dark Dragon2017-03-181-1/+1
|
* Fix most of broken docs linksAchilleas Pipinellis2017-02-151-1/+3
| | | | [ci skip]
* New `gitlab:workhorse:install` rake taskRémy Coutable2016-11-301-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Changing gitlab-shell version to 3.6.6 instead of 3.6.3, later on the ↵Tobias Genberg2016-10-191-1/+1
| | | | upgrade process it will complain about running 3.6.3 instead of 3.6.6.
* Use gitlab-workhorse 0.8.5Nick Thomas2016-10-141-1/+1
|
* Merge branch 'patch-6' into 'master' Rémy Coutable2016-10-071-0/+4
|\ | | | | | | | | Fix Ubuntu 16.04.1 update process using systemctl daemon-reload See merge request !6666
| * Add systemctl daemon-reload to fix Ubuntu 16.04.1 warningfidomax2016-10-041-0/+4
| |
* | Use gitlab-workhorse 0.8.4Jacob Vosmaer2016-10-061-1/+1
|/ | | | Fixes Go 1.5 compatibility.
* Update gitlab-shell to 3.6.3Rémy Coutable2016-10-031-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update the "Update Ruby" part since we still support Ruby 2.1 for nowRémy Coutable2016-09-301-1/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update "Installation from source" guide for 8.13.0Rémy Coutable2016-09-281-0/+199
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>