summaryrefslogtreecommitdiff
path: root/doc/update
Commit message (Collapse)AuthorAgeFilesLines
* fix typo in node sectionfix-8.17-upgrade-processMike Greiling2017-02-161-1/+1
|
* update migration docs for 8.17 to include minimum node versionMike Greiling2017-02-161-8/+23
|
* Fix most of broken docs linksAchilleas Pipinellis2017-02-1532-51/+129
| | | | [ci skip]
* Merge branch 'update-guides' into 'master' James Lopez2017-02-071-0/+239
|\ | | | | | | | | Update guides for 8.17 version See merge request !9014
| * Update guides for 8.17 versionupdate-guidesRuben Davila2017-02-061-0/+239
| |
* | Fix broken links to docsAchilleas Pipinellis2017-02-0629-30/+30
|/ | | | [ci skip]
* update scripts and docs to reference the newly namespaced rake taskrelative-url-assetsMike Greiling2017-01-271-1/+1
|
* Merge branch 'mysql-sources-utf8mb4-fix' into 'master'Rémy Coutable2017-01-261-0/+2
|\ | | | | | | | | Gitlab from sources : proper utf8mb4 support for MySQL 5.5 to 5.7 See merge request !8508
| * Gitlab from sources : proper utf8mb4 support for MySQL 5.5 to 5.7Guillaume Simon2017-01-121-0/+2
| |
* | Fix hash of ruby archive in documentationMaximilien Cuony2017-01-241-1/+1
|/
* updated due to reorder changes [ci skip]James Lopez2017-01-091-26/+61
|
* use ruby 2.3.3 also in the update guide [ci skip]James Lopez2017-01-091-3/+3
|
* added update guides for 8.16 [ci skip]James Lopez2017-01-091-0/+202
|
* Re-order update steps in the 8.14 -> 8.15 upgrade guide26014-fix-update-docRémy Coutable2017-01-092-43/+83
| | | | | | | | | 1. Gems need to be installed before we can run the gitlab:workhorse:install task 1. Update gitlab-shell after gitlab-workhorse since it's a manual step that needs to be done in `/home/git/gitlab-shell` Signed-off-by: Rémy Coutable <remy@rymai.me>
* Bump gitlab-shell to 4.1.1update-gitlab-shell-4-1-1Rémy Coutable2016-12-161-1/+1
| | | | | | | | | | | This fixes a compatibility issue with Git 2.11: - Issue: gitlab-org/gitlab-ce#25301 - gitlab-shell MR: gitlab-org/gitlab-shell!112 - CE MR: gitlab-org/gitlab-ce!7967 - EE MR: gitlab-org/gitlab-ee!964 Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'update-custom-hooks-docs' into 'master' Sean McGivern2016-12-161-1/+1
|\ | | | | | | | | Update custom hooks docs and set 4.1.0 See merge request !8040
| * Update custom hooks docs and set 4.1.0update-custom-hooks-docsSean McGivern2016-12-121-1/+1
| |
* | 8.14 requires GitLab shell 4.0.3Matt Lee2016-12-121-1/+1
|/
* [ci skip] Update "Installation from source" guide for 8.15.0update/installation-from-source-guide-8-15Douglas Barbosa Alexandre2016-12-091-1/+1
|
* Correct previous stable branch used in 8.14 to 8.15 update guiders-8-15-update-guideRobert Speicher2016-12-081-3/+3
| | | | [ci skip]
* Patch upgrade documentation should be consulted on stable branchimprove-patch-update-guideRémy Coutable2016-12-021-2/+5
| | | | | | [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
* Don't allow to specify a repo or version when installing Workhorseremove-gitlab-workhorse-version-option-from-install-taskRémy Coutable2016-12-011-4/+3
| | | | | | The task will use the canonical repo and the required version. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Move task helpers to a module22719-provide-a-new-gitlab-workhorse-install-rake-task-similar-to-gitlab-shell-installRémy Coutable2016-11-301-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add #run_command! to task helpers to raise a TaskFailedError if status is not 0Rémy Coutable2016-11-301-0/+202
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* New `gitlab:workhorse:install` rake taskRémy Coutable2016-11-301-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update GitLab Workhorse to v1.0.1Nick Thomas2016-11-251-1/+1
| | | | | v1.0.0 was mistakenly tagged with a lightweight, rather than annotated, tag, which caused compiled versions of workhorse to wrongly report their version.
* Update GitLab Workhorse to v1.0.0Nick Thomas2016-11-041-1/+1
|
* Update "Installation from source" guide for 8.14.0Alejandro Rodríguez2016-11-031-0/+205
|
* Added guide for upgrading Postgres using Slonyslony-upgrade-guideYorick Peterse2016-11-012-0/+484
| | | | [ci skip]
* Merge branch 'patch-7' into 'master' Rémy Coutable2016-10-251-1/+1
|\ | | | | | | | | This will change the update process to checkout gitlab-shell version 3.6.6 instead of 3.6.3 as currently described in the update document See merge request !6976
| * 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.
* | Merge branch 'patch-6' into 'master' Rémy Coutable2016-10-211-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | Changed gitlab-shell version to avoid warning when precompiling the assets. ## What does this MR do? Changes installation instructions from source to install v3.6.1 of gitlab-shell to avoid a pre-compile warning on gitlab. See merge request !6747
| * Changed gitlab-shell version to avoid warning when precompiling the assets.Ismael Arenzana2016-10-071-1/+1
| |
* | Use gitlab-workhorse 0.8.5Nick Thomas2016-10-141-1/+1
|/
* Merge branch 'patch-6' into 'master' Rémy Coutable2016-10-0713-0/+52
|\ | | | | | | | | Fix Ubuntu 16.04.1 update process using systemctl daemon-reload See merge request !6666
| * Update 8.0-to-8.1.mdfidomax2016-10-041-0/+4
| |
| * Update 8.1-to-8.2.mdfidomax2016-10-041-0/+4
| |
| * Update 8.2-to-8.3.mdfidomax2016-10-041-0/+4
| |
| * Update 8.3-to-8.4.mdfidomax2016-10-041-0/+4
| |
| * Update 8.4-to-8.5.mdfidomax2016-10-041-0/+4
| |
| * Update 8.5-to-8.6.mdfidomax2016-10-041-0/+4
| |
| * Update 8.6-to-8.7.mdfidomax2016-10-041-0/+4
| |
| * Update 8.7-to-8.8.mdfidomax2016-10-041-0/+4
| |
| * Update 8.8-to-8.9.mdfidomax2016-10-041-0/+4
| |
| * Update 8.9-to-8.10.mdfidomax2016-10-041-0/+4
| |
| * Update 8.10-to-8.11.mdfidomax2016-10-041-0/+4
| |
| * Update 8.11-to-8.12.mdfidomax2016-10-041-0/+4
| |
| * 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>