summaryrefslogtreecommitdiff
path: root/doc/update
Commit message (Collapse)AuthorAgeFilesLines
* Make instructions clearerclear-instructionsSid Sijbrandij2017-04-131-8/+5
|
* Prepare for zero downtime migrationszero-downtime-migrationsYorick Peterse2017-04-121-0/+17
| | | | | | | Starting with GitLab 9.1.0 we will no longer allow downtime migrations unless absolutely necessary. This commit updates the various developer guides and adds code that is necessary to make zero downtime migrations less painful.
* Update documents according to:update-doc-installation-and-upgradeLin Jen-Shin2017-04-111-4/+0
| | | | | | https://gitlab.com/gitlab-org/release-tools/blob/master/doc/release-candidates.md#step-1-update-the-installation-from-source-guide In step 1 and step 2
* Set NODE_ENV=production for yarn:installJonathan la Cour2017-04-071-1/+1
|
* Use config.toml to configure GitalyJacob Vosmaer2017-04-061-1/+18
|
* Update patch_versions.md, add `yarn:install` in `Clean up assets and cache` ↵xyb2017-04-041-1/+1
| | | | command.
* Updating documentation to include a missing step in the update procedurePaschalis Korosoglou2017-03-311-0/+8
|
* Add 9.1 update guide with Gitaly instructionsJacob Vosmaer2017-03-291-0/+366
|
* Fix the 8.17 to 9.0 upgrade guideRémy Coutable2017-03-231-41/+45
| | | | | | | | | Install gitlab-shell and gitlab-workhorse after updating the code, and update configuration files before installing libs, migrations etc. [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add notes about dropping support for Ruby 2.1.xStan Hu2017-03-221-3/+2
| | | | [ci skip]
* Update 8.13-to-8.14.md: Fixed gitlab-shell versionDark Dragon2017-03-211-1/+1
|
* Add gitaly source installation instructionsJacob Vosmaer2017-03-211-3/+11
|
* fix recompile assets step in 9.0 upgrade guide to use yarnMike Greiling2017-03-201-4/+4
|
* Update 8.12-to-8.13.md: gitlab version 8.13 wants gitlab-shell v3.6.7Dark Dragon2017-03-181-1/+1
|
* Include instructions to update /etc/default/gitlabdocs/include-gitlab-defaul-example-in-updatesAchilleas Pipinellis2017-03-142-3/+24
| | | | | | | We were missing some info on updating /etc/default/gitlab In particular, changes needed to be made in order for Pages to work, see https://gitlab.com/gitlab-org/gitlab-ce/issues/29372
* Add missed review update for 8.17 to 9.0 documentupdate-install-guides-9-0DJ Mountney2017-03-091-1/+0
| | | | Missed removing one of the redundant lines
* Cleanup 8.17 to 9.0 doc with review suggestionsDJ Mountney2017-03-091-7/+7
| | | | | Fix redundant wording. Clean up code blocks and links.
* Flush out the update guide from 8.17 - 9.0DJ Mountney2017-03-081-0/+235
| | | | And bump the stable branch version in the installation from source guide
* Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro Rodríguez2017-03-031-1/+64
| | | | | | | This will be necessary when adding gitaly settings. This version doesn't make any functional changes, but allows us to include this breaking change in 9.0 and add the needed extra settings in the future with backwards compatibility
* Stop setting Strict-Transport-Securty header from within the appPaweł Chojnacki2017-03-031-0/+24
|
* 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