Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-08Wrong gitlab-shell versionChristian Decker
2016-07-05Update installation & update guides for 8.10Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-07-05Add missing privileges to MySQL databaseAchilleas Pipinellis
[ci skip]
2016-06-28Add SMTP upgrade informationStan Hu
Closes #19252 [ci skip]
2016-06-23Merge branch 'fix_upgrade_docs' into 'master' Drew Blessing
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
2016-06-23Update docs based on customer upgrade from 4.0 [ci skip]Drew Blessing
2016-06-20Merge branch 'patch-1' into 'master' Stan Hu
Broken instructions. git fetch --all --tags doesn't refresh tags See merge request !4092
2016-06-08Fix version references in 8.8 to 8.9 update guideRobert Speicher
[ci skip]
2016-06-07Added 8.9 install/update guidesYorick Peterse
[ci skip]
2016-05-30Fix 18009: add missing steps in update docsArian Sameni
2016-05-14Change all occurrences of doc.gitlab.com to docs.gitlab.comAchilleas Pipinellis
[ci skip]
2016-05-13Revert "Merge branch 'doc-fix-db-gem-install-instructions' into 'master' "Rémy Coutable
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.
2016-05-11Update 8.8 guidesValery Sizov
2016-05-09Broken instructions. git fetch --all --tags doesn't refresh tagsfliespl
2016-05-04Merge branch 'doc-fix-db-gem-install-instructions' into 'master' Rémy Coutable
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
2016-04-28Merge branch 'prepend-letter-v-to-workhorse-version-numbers' into 'master' Jacob Vosmaer (GitLab)
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
2016-04-28Add explicit --with statement for postgres and mysql gem groups as ↵mike
necessary. When I followed these instructions, the first command did not install the postgres group and it had to be made explicit.
2016-04-23Add --tags to fetching gitlab-shell to ensure tags are downloadedStan Hu
Closes #15525
2016-04-22Bump gitlab-shell to 2.7.2Achilleas Pipinellis
[ci skip]
2016-04-21Split into sections, port `downgrade_ee_to_ce` doc from EEAchilleas Pipinellis
[ci skip]
2016-04-19Fix links in update READMEAchilleas Pipinellis
[ci skip]
2016-04-15fix required gitlab-shell version.lurdan
Under the procedure, I've warned about gitlab-shell version, which should be 2.6.12 (may be some minor revisions introduces that).
2016-04-11Go back to gitlab-workhorse 0.7.1Jacob Vosmaer
We found out that 0.7.2 breaks shallow `git clone`. GitLab 8.7 will work fine with gitlab-workhorse 0.7.1 too.
2016-04-08Merge branch 'gitlab-workhorse-0.7.2' into 'master' Yorick Peterse
Use gitlab-workhorse 0.7.2 See merge request !3570
2016-04-06Disable git gc --autoJacob Vosmaer
2016-04-06Use gitlab-workhorse 0.7.2Jacob Vosmaer
2016-04-04Added 8.7 install/update guidesYorick Peterse
[ci skip]
2016-03-23Fix order of steps to prevent PostgreSQL errors when running migration [ci skip]Rodrigo Manhães
2016-03-22Reload the schema before restoring a database backupDrew Blessing
2016-03-21Gitlab-workhorse tags have "v" nowJacob Vosmaer
2016-03-21Use gitlab-workhorse 0.7.1Jacob Vosmaer
2016-03-18Add note in rest of update guidesAchilleas Pipinellis
[ci skip]
2016-03-18Merge branch 'master' into docs_select_version_to_installAchilleas Pipinellis
2016-03-14Update GITLAB_SHELL_VERSION to match EERobert Speicher
[ci skip]
2016-03-12Fix ordering in 8.5-to-8.6 update guideRobert Speicher
[ci skip]
2016-03-11Added 8.6 upgrade guide for PostgreSQL usersYorick Peterse
2016-03-11Prepare docs for 8.6 RC1Robert Speicher
[ci skip]
2016-03-09Merge branch 'fix/upgrader-docs' into 'master' Achilleas Pipinellis
Fix master branch link to upgrader.md See merge request !2967
2016-03-09Fix URL to upgrader guideJonas Friedmann
2016-03-08Merge branch 'bundle_clean' into 'master' Achilleas Pipinellis
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
2016-03-07make cleanup optionalChristian Mehlmauer
2016-03-04Prepend letter v to GitLab Workhorse version numbersKelvin
2016-02-19No changes to nginx config in this update. Removed unnecessary instructions.Brandon Patton
2016-02-15Re-add section about NGINX config and init script updates in 8.4->8.5 update docRémy Coutable
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]
2016-02-14add bundle clean to upgrade docsChristian Mehlmauer
2016-02-12Merge branch 'workhorse-0.6.4' into 'master' Rémy Coutable
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
2016-02-12Re-add "Update configuration files" section in the 8.4 to 8.5 upgrade guideRémy Coutable
Needed because of !2782. [ci skip]
2016-02-12Use gitlab-workhorse 0.6.4Jacob Vosmaer
2016-02-10Updated install/update guides for 8.5Yorick Peterse
[ci skip]
2016-02-01Added note: working copy changes (e.g., deleted vendor folder) should be ↵Aral Balkan
stashed before beginning the update process. We should probably include this notice on all update guides. [ci skip]