Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'patch-1' into 'master' | Stan Hu | 2016-06-20 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Broken instructions. git fetch --all --tags doesn't refresh tags See merge request !4092 | ||||
| * | Broken instructions. git fetch --all --tags doesn't refresh tags | fliespl | 2016-05-09 | 1 | -1/+1 |
| | | |||||
* | | Fix version references in 8.8 to 8.9 update guide | Robert Speicher | 2016-06-08 | 1 | -2/+2 |
| | | | | | | | | [ci skip] | ||||
* | | Added 8.9 install/update guides | Yorick Peterse | 2016-06-07 | 1 | -0/+162 |
| | | | | | | | | [ci skip] | ||||
* | | Fix 18009: add missing steps in update docs | Arian Sameni | 2016-05-30 | 2 | -1/+17 |
| | | |||||
* | | Change all occurrences of doc.gitlab.com to docs.gitlab.com | Achilleas Pipinellis | 2016-05-13 | 1 | -3/+3 |
| | | | | | | | | [ci skip] | ||||
* | | Revert "Merge branch 'doc-fix-db-gem-install-instructions' into 'master' "revert-3955 | Rémy Coutable | 2016-05-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 66d8ef1ad9d5952b7e7f026658f71aafc861950e, reversing changes made to 6a8359f3d3be01af6f5b124b61af7ee1c77c17d0. The `--with` option was added in Bundler 1.10 but in this case it shouldn't even be needed: I've tested the original command locally and the pg gem was installed, so I believe the user that opened the original MR ran the wrong command (i.e. `sudo -u git -H bundle install --without development test postgres --deployment` instead of `sudo -u git -H bundle install --without development test mysql --deployment`. See discussion at https://gitlab.com/gitlab-org/gitlab-ce/commit/66d8ef1ad9d5952b7e7f026658f71aafc861950e for more context. | ||||
* | | Update 8.8 guides | Valery Sizov | 2016-05-11 | 1 | -0/+154 |
|/ | |||||
* | Merge branch 'doc-fix-db-gem-install-instructions' into 'master' | Rémy Coutable | 2016-05-04 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update patch_versions.md with explicit --with statement for db gem group ## What does this MR do? Updates `patch_versions.md`'s instructions on installing gems to explicitly install either the postgres or mysql groups. ## Are there points in the code the reviewer needs to double check? No, but thank you for your time. ## Why was this MR needed? I performed the steps listed in `patch_versions.md` and ran the command for updating postgres gems. Bundler told me at the end that it had not installed the postgres gem group, which caused the next step, migrating the DB, to fail for obvious reasons. Changing the command to `--with postgres` made it install the postgres gem group, and db:migrate then passed. ## What are the relevant issue numbers? None ## Screenshots (if relevant) N/A See merge request !3955 | ||||
| * | Add explicit --with statement for postgres and mysql gem groups as ↵ | mike | 2016-04-27 | 1 | -2/+2 |
| | | | | | | | | necessary. When I followed these instructions, the first command did not install the postgres group and it had to be made explicit. | ||||
* | | Merge branch 'prepend-letter-v-to-workhorse-version-numbers' into 'master' | Jacob Vosmaer (GitLab) | 2016-04-28 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | Prepend letter v to GitLab Workhorse version numbers This helps to address gitlab-org/gitlab-ce#12684 so as to maintain consistency in all GitLab projects. It also addresses: https://gitlab.com/gitlab-org/gitlab-workhorse/issues/4 Next Steps - create a set of duplicate tags in workhorse to prevent errors when updating from the patch guide See merge request !3088 | ||||
| * | Prepend letter v to GitLab Workhorse version numbersprepend-letter-v-to-workhorse-version-numbers | Kelvin | 2016-03-04 | 1 | -1/+1 |
| | | |||||
* | | Add --tags to fetching gitlab-shell to ensure tags are downloaded | Stan Hu | 2016-04-22 | 1 | -1/+1 |
| | | | | | | | | Closes #15525 | ||||
* | | Bump gitlab-shell to 2.7.2 | Achilleas Pipinellis | 2016-04-22 | 1 | -1/+1 |
| | | | | | | | | [ci skip] | ||||
* | | Split into sections, port `downgrade_ee_to_ce` doc from EEdoc-updating-gitlab | Achilleas Pipinellis | 2016-04-21 | 1 | -8/+82 |
| | | | | | | | | [ci skip] | ||||
* | | Fix links in update README | Achilleas Pipinellis | 2016-04-19 | 1 | -5/+8 |
| | | | | | | | | [ci skip] | ||||
* | | fix required gitlab-shell version. | lurdan | 2016-04-15 | 1 | -1/+1 |
| | | | | | | Under the procedure, I've warned about gitlab-shell version, which should be 2.6.12 (may be some minor revisions introduces that). | ||||
* | | Go back to gitlab-workhorse 0.7.1 | Jacob Vosmaer | 2016-04-11 | 1 | -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 Peterse | 2016-04-08 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | Use gitlab-workhorse 0.7.2 See merge request !3570 | ||||
| * | | Use gitlab-workhorse 0.7.2 | Jacob Vosmaer | 2016-04-06 | 1 | -1/+1 |
| | | | |||||
* | | | Disable git gc --auto | Jacob Vosmaer | 2016-04-06 | 1 | -0/+8 |
|/ / | |||||
* | | Added 8.7 install/update guides | Yorick Peterse | 2016-04-04 | 1 | -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-order | Rodrigo Manhães | 2016-03-22 | 1 | -21/+21 |
| | | |||||
* | | Reload the schema before restoring a database backup | Drew Blessing | 2016-03-21 | 2 | -0/+84 |
| | | |||||
* | | Gitlab-workhorse tags have "v" nowworkhorse-0.7.1 | Jacob Vosmaer | 2016-03-21 | 1 | -1/+1 |
| | | |||||
* | | Use gitlab-workhorse 0.7.1 | Jacob Vosmaer | 2016-03-21 | 1 | -1/+1 |
| | | |||||
* | | Add note in rest of update guides | Achilleas Pipinellis | 2016-03-18 | 3 | -0/+27 |
| | | | | | | | | [ci skip] | ||||
* | | Merge branch 'master' into docs_select_version_to_install | Achilleas Pipinellis | 2016-03-18 | 8 | -2/+449 |
|\ \ | |||||
| * | | Update GITLAB_SHELL_VERSION to match EE | Robert Speicher | 2016-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | [ci skip] | ||||
| * | | Fix ordering in 8.5-to-8.6 update guiders-prepare-8-6 | Robert Speicher | 2016-03-12 | 1 | -11/+13 |
| | | | | | | | | | | | | [ci skip] | ||||
| * | | Added 8.6 upgrade guide for PostgreSQL users | Yorick Peterse | 2016-03-11 | 1 | -0/+17 |
| | | | |||||
| * | | Prepare docs for 8.6 RC1 | Robert Speicher | 2016-03-10 | 1 | -0/+145 |
| | | | | | | | | | | | | [ci skip] | ||||
| * | | Merge branch 'fix/upgrader-docs' into 'master' | Achilleas Pipinellis | 2016-03-09 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix master branch link to upgrader.md See merge request !2967 | ||||
| | * | | Fix URL to upgrader guide | Jonas Friedmann | 2016-03-09 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge branch 'bundle_clean' into 'master' | Achilleas Pipinellis | 2016-03-08 | 2 | -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 optional | Christian Mehlmauer | 2016-03-07 | 2 | -1/+6 |
| | | | |||||
| | * | add bundle clean to upgrade docs | Christian Mehlmauer | 2016-02-14 | 2 | -0/+4 |
| | | | |||||
| * | | No changes to nginx config in this update. Removed unnecessary instructions. | Brandon Patton | 2016-02-18 | 1 | -21/+0 |
| | | | |||||
| * | | Re-add section about NGINX config and init script updates in 8.4->8.5 update docre-add-missing-part-in-update-doc | Rémy Coutable | 2016-02-15 | 1 | -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 Coutable | 2016-02-12 | 1 | -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.4 | Jacob Vosmaer | 2016-02-12 | 1 | -1/+1 |
| | | | |||||
| * | | Re-add "Update configuration files" section in the 8.4 to 8.5 upgrade guide | Rémy Coutable | 2016-02-12 | 1 | -2/+12 |
| |/ | | | | | | | | | | | Needed because of !2782. [ci skip] | ||||
| * | Updated install/update guides for 8.5 | Yorick Peterse | 2016-02-10 | 1 | -0/+106 |
| | | | | | | | | [ci skip] | ||||
| * | Added note: working copy changes (e.g., deleted vendor folder) should be ↵aral/gitlab-ce-master | Aral Balkan | 2016-02-01 | 1 | -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 documentation | Robert Speicher | 2016-01-27 | 1 | -1/+1 |
| | | | | | | | | [ci skip] | ||||
| * | GitLab 8.4 uses gitlab-shell v2.6.10 | Julian Rademacher | 2016-01-22 | 1 | -1/+1 |
| | | |||||
| * | Use gitlab-workhorse 0.6.1workhorse-path | Jacob Vosmaer | 2016-01-21 | 1 | -1/+1 |
| | | |||||
| * | Mention init script update | Jacob Vosmaer | 2016-01-21 | 1 | -4/+1 |
| | | |||||
| * | Update MySQL docs | Robert Speicher | 2016-01-18 | 1 | -1/+1 |
| | | | | | | | | [ci skip] | ||||
| * | Add information about PostgreSQL<>MySQL 'text' type differences into to ↵ | Tomasz Maczukin | 2016-01-18 | 1 | -0/+1 |
| | | | | | | | | installation docs |