summaryrefslogtreecommitdiff
path: root/doc/update
Commit message (Collapse)AuthorAgeFilesLines
* Go back to gitlab-workhorse 0.7.1Jacob Vosmaer2016-04-111-1/+1
| | | | | We found out that 0.7.2 breaks shallow `git clone`. GitLab 8.7 will work fine with gitlab-workhorse 0.7.1 too.
* Merge branch 'gitlab-workhorse-0.7.2' into 'master' Yorick Peterse2016-04-081-1/+1
|\ | | | | | | | | Use gitlab-workhorse 0.7.2 See merge request !3570
| * Use gitlab-workhorse 0.7.2Jacob Vosmaer2016-04-061-1/+1
| |
* | Disable git gc --autoJacob Vosmaer2016-04-061-0/+8
|/
* Added 8.7 install/update guidesYorick Peterse2016-04-041-0/+146
| | | | [ci skip]
* Fix order of steps to prevent PostgreSQL errors when running migration [ci skip]doc-update-8.5-to-8.6-fix-steps-orderRodrigo Manhães2016-03-221-21/+21
|
* Reload the schema before restoring a database backupDrew Blessing2016-03-212-0/+84
|
* Gitlab-workhorse tags have "v" nowworkhorse-0.7.1Jacob Vosmaer2016-03-211-1/+1
|
* Use gitlab-workhorse 0.7.1Jacob Vosmaer2016-03-211-1/+1
|
* Add note in rest of update guidesAchilleas Pipinellis2016-03-183-0/+27
| | | | [ci skip]
* Merge branch 'master' into docs_select_version_to_installAchilleas Pipinellis2016-03-188-2/+449
|\
| * Update GITLAB_SHELL_VERSION to match EERobert Speicher2016-03-141-1/+1
| | | | | | | | [ci skip]
| * Fix ordering in 8.5-to-8.6 update guiders-prepare-8-6Robert Speicher2016-03-121-11/+13
| | | | | | | | [ci skip]
| * Added 8.6 upgrade guide for PostgreSQL usersYorick Peterse2016-03-111-0/+17
| |
| * Prepare docs for 8.6 RC1Robert Speicher2016-03-101-0/+145
| | | | | | | | [ci skip]
| * Merge branch 'fix/upgrader-docs' into 'master' Achilleas Pipinellis2016-03-091-1/+1
| |\ | | | | | | | | | | | | | | | | | | Fix master branch link to upgrader.md See merge request !2967
| | * Fix URL to upgrader guideJonas Friedmann2016-03-091-1/+1
| | |
| * | Merge branch 'bundle_clean' into 'master' Achilleas Pipinellis2016-03-082-0/+9
| |\ \ | | |/ | |/| | | | | | | | | | | | | add bundle clean to upgrade docs This MR adds a bundle clean after installing new gems. Bundle clean removes old, not needed gems to keep the system clean. See merge request !2809
| | * make cleanup optionalChristian Mehlmauer2016-03-072-1/+6
| | |
| | * add bundle clean to upgrade docsChristian Mehlmauer2016-02-142-0/+4
| | |
| * | No changes to nginx config in this update. Removed unnecessary instructions.Brandon Patton2016-02-181-21/+0
| | |
| * | Re-add section about NGINX config and init script updates in 8.4->8.5 update docre-add-missing-part-in-update-docRémy Coutable2016-02-151-0/+26
| |/ | | | | | | | | | | | | | | | | | | | | These sections were removed but: - even if the NGINX config wasn't modified, it might be in future updates so it's better to always have it instead of having to remember to add it depending on the changes - the init script update section must be there since it's a safe command line that should be run on every update [ci skip]
| * Merge branch 'workhorse-0.6.4' into 'master' Rémy Coutable2016-02-121-1/+1
| |\ | | | | | | | | | | | | | | | | | | Use gitlab-workhorse 0.6.4 This fixes a bug in 8.5.0.rc1 where downloading Git blobs through the API is broken. See merge request !2794
| | * Use gitlab-workhorse 0.6.4workhorse-0.6.4Jacob Vosmaer2016-02-121-1/+1
| | |
| * | Re-add "Update configuration files" section in the 8.4 to 8.5 upgrade guideRémy Coutable2016-02-121-2/+12
| |/ | | | | | | | | | | Needed because of !2782. [ci skip]
| * Updated install/update guides for 8.5Yorick Peterse2016-02-101-0/+106
| | | | | | | | [ci skip]
| * Added note: working copy changes (e.g., deleted vendor folder) should be ↵aral/gitlab-ce-masterAral Balkan2016-02-011-0/+6
| | | | | | | | | | | | stashed before beginning the update process. We should probably include this notice on all update guides. [ci skip]
| * Update gitlab-workhorse versions in documentationRobert Speicher2016-01-271-1/+1
| | | | | | | | [ci skip]
| * GitLab 8.4 uses gitlab-shell v2.6.10Julian Rademacher2016-01-221-1/+1
| |
| * Use gitlab-workhorse 0.6.1workhorse-pathJacob Vosmaer2016-01-211-1/+1
| |
| * Mention init script updateJacob Vosmaer2016-01-211-4/+1
| |
| * Update MySQL docsRobert Speicher2016-01-181-1/+1
| | | | | | | | [ci skip]
| * Add information about PostgreSQL<>MySQL 'text' type differences into to ↵Tomasz Maczukin2016-01-181-0/+1
| | | | | | | | installation docs
| * Use gitlab-workhorse 0.6.0Jacob Vosmaer2016-01-181-1/+1
| |
| * Prepare Installation and Update docs for 8.4 RC1Robert Speicher2016-01-121-0/+148
| | | | | | | | [ci skip]
| * Merge branch 'gitlab-workhorse-0.5.4' into 'master' Jacob Vosmaer2016-01-121-1/+1
| |\ | | | | | | | | | | | | | | | | | | Use gitlab-workhorse 0.5.4 Fixes routing errors for /api/v3/projects/ See merge request !2391
| | * Use gitlab-workhorse 0.5.4gitlab-workhorse-0.5.4Jacob Vosmaer2016-01-121-1/+1
| | | | | | | | | | | | Fixes routing errors for /api/v3/projects/
| * | Merge branch 'add_make' into 'master' Achilleas Pipinellis2016-01-121-0/+1
| |\ \ | | |/ | |/| | | | | | | | | | | | | added make command to docs The gitlab-workhose update docs are missing a make command See merge request !2281
| | * added make command to docsChristian Mehlmauer2016-01-041-0/+1
| | |
| * | Use gitlab-workhorse 0.5.3gitlab-workhorse-0.5.3Jacob Vosmaer2016-01-111-1/+1
| |/
* | Add note in upgrade guide to choose the correct version tagdocs_select_version_to_installAchilleas Pipinellis2016-01-041-0/+9
|/ | | | [ci skip]
* `update-init-script` was listed two times. removed one without explanation.Raymii2015-12-221-2/+0
|
* Use gitlab-shell 2.6.9gitlab-shell-2.6.9Jacob Vosmaer2015-12-171-1/+1
|
* Use gitlab-workhorse 0.5.1gitlab-workhorse-0.5.1Jacob Vosmaer2015-12-171-1/+1
|
* Gitlab-workhorse related 8.3 update changesJacob Vosmaer2015-12-151-1/+19
|
* Update 8.2-to-8.3 guideRobert Speicher2015-12-141-8/+5
| | | | [ci skip]
* Update gitlab-workhorse and remove mention of gitlab-git-http-serverStan Hu2015-12-141-18/+5
| | | | [ci skip]
* Rename gitlab-git-http-server mention with gitlab-workhorseStan Hu2015-12-141-1/+1
| | | | [ci skip]
* Add upgrade guide for 8.2 to 8.3Stan Hu2015-12-141-0/+200
| | | | [ci skip]
* Rename mention of gitlab-git-http-server to gitlab-workhorseStan Hu2015-12-141-1/+1
| | | | | | [ci skip] Closes https://github.com/gitlabhq/gitlabhq/issues/9904