summaryrefslogtreecommitdiff
path: root/doc/update
Commit message (Collapse)AuthorAgeFilesLines
* Bump gitlab-shell upgrade version to 3.6.0 for 8.12sh-bump-gitlab-shell-8.12Stan Hu2016-09-221-1/+1
| | | | [ci skip]
* Use gitlab-workhorse 0.8.2Jacob Vosmaer2016-09-161-1/+1
| | | | Fixes rejected API git archive extensions; improves Sentry errors.
* Update the 8.11 to 8.12 update documentation to use gitlab-shell 3.5.0Rémy Coutable2016-09-141-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Use gitlab-workhorse 0.8.1Jacob Vosmaer2016-09-091-1/+1
| | | | This adds (basic) Sentry support.
* Use gitlab-workhorse 0.8.0Jacob Vosmaer2016-09-081-1/+1
|
* Some minor updates for upgrade guides for 8.12.Ruben Davila2016-09-011-1/+1
|
* Merge branch 'enable-repack-bitmaps' into 'master' Robert Speicher2016-08-311-0/+199
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create bitmaps during 'git gc' ## What does this MR do? Add instructions to enable creation of Git packfile bitmaps. ## Why was this MR needed? Because we still are not using Git packfile bitmaps in GitLab [ci skip] See merge request !6104
| * More changes suggested by RobertJacob Vosmaer2016-08-311-2/+3
| |
| * Final piece of search-and-replaceJacob Vosmaer2016-08-311-1/+1
| |
| * Create bitmaps during 'git gc'Jacob Vosmaer2016-08-301-0/+198
| |
* | docs: make sure to update 8.10-to-8.11 workhorse version too (see !5983)Bjørn Øivind Bjørnsen2016-08-261-1/+1
|/
* Fix for update 8.10-to-8.11.md doc.Rubén Dávila Santos2016-08-221-4/+4
|
* Appease the linter.Connor Shea2016-08-221-2/+2
|
* Add Ruby 2.3 upgrade notes.Connor Shea2016-08-221-7/+31
|
* Update gitlab-shell to v3.4.0gitlab_shell_version_updateMarin Jankovski2016-08-201-1/+1
|
* Update gitlab-shell to v3.3.3Douwe Maan2016-08-111-1/+1
|
* use long options for curl examples in API documentation (!5703)winniehell2016-08-098-8/+8
|
* Remove outdated notes from the update guideValery Sizov2016-08-021-28/+4
|
* Added update guide for 8.11Valery Sizov2016-07-281-0/+191
|
* Update gitlab-shell version to 3.2.1 in the 8.9->8.10 update guideupdate-gitlab-shell-version-in-docRémy Coutable2016-07-271-1/+1
| | | | | | This was missing from gitlab-org/gitlab-ce!5509. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update gitlab-workhorse version to 0.7.8 in installation and update guidesRémy Coutable2016-07-211-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Wrong gitlab-shell versionChristian Decker2016-07-081-1/+1
|
* Update installation & update guides for 8.10Rémy Coutable2016-07-051-0/+191
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add missing privileges to MySQL databaseAchilleas Pipinellis2016-07-051-4/+20
| | | | [ci skip]
* Add SMTP upgrade informationStan Hu2016-06-281-0/+13
| | | | | | Closes #19252 [ci skip]
* Merge branch 'fix_upgrade_docs' into 'master' Drew Blessing2016-06-2222-22/+273
|\ | | | | | | | | | | | | | | | | | | | | | | Update docs based on customer upgrade from 4.0 ## What does this MR do? Adds helpful notes to early upgrade docs. Without these helpful hints it will be really hard for most people to upgrade from early versions to later versions. The tip about doing database migrations to version 6.1, then migrating iids, then migrating the database all the way was based on a tip from https://github.com/gitlabhq/gitlabhq/issues/7869. It worked really well! See merge request !4409
| * Update docs based on customer upgrade from 4.0 [ci skip]Drew Blessing2016-06-2222-22/+273
| |
* | Merge branch 'patch-1' into 'master' Stan Hu2016-06-201-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 tagsfliespl2016-05-091-1/+1
| |
* | Fix version references in 8.8 to 8.9 update guideRobert Speicher2016-06-081-2/+2
| | | | | | | | [ci skip]
* | Added 8.9 install/update guidesYorick Peterse2016-06-071-0/+162
| | | | | | | | [ci skip]
* | Fix 18009: add missing steps in update docsArian Sameni2016-05-302-1/+17
| |
* | Change all occurrences of doc.gitlab.com to docs.gitlab.comAchilleas Pipinellis2016-05-131-3/+3
| | | | | | | | [ci skip]
* | Revert "Merge branch 'doc-fix-db-gem-install-instructions' into 'master' "revert-3955Rémy Coutable2016-05-131-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 guidesValery Sizov2016-05-111-0/+154
|/
* Merge branch 'doc-fix-db-gem-install-instructions' into 'master' Rémy Coutable2016-05-041-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 ↵mike2016-04-271-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-281-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-numbersKelvin2016-03-041-1/+1
| |
* | Add --tags to fetching gitlab-shell to ensure tags are downloadedStan Hu2016-04-221-1/+1
| | | | | | | | Closes #15525
* | Bump gitlab-shell to 2.7.2Achilleas Pipinellis2016-04-221-1/+1
| | | | | | | | [ci skip]
* | Split into sections, port `downgrade_ee_to_ce` doc from EEdoc-updating-gitlabAchilleas Pipinellis2016-04-211-8/+82
| | | | | | | | [ci skip]
* | Fix links in update READMEAchilleas Pipinellis2016-04-191-5/+8
| | | | | | | | [ci skip]
* | fix required gitlab-shell version.lurdan2016-04-151-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.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
| |