summaryrefslogtreecommitdiff
path: root/doc/update
Commit message (Collapse)AuthorAgeFilesLines
...
* | Use origin to compare so it is not dependent on checking out the branch before.Sytse Sijbrandij2014-09-231-1/+1
| |
* | Update doc that 7.3 is released.Marin Jankovski2014-09-221-2/+0
| |
* | Update manual installation guide for the correct shell version.Marin Jankovski2014-09-221-2/+2
| |
* | Merge pull request #7812 from bbodenmiller/7.3-upgradeMarin Jankovski2014-09-222-11/+17
|\ \ | | | | | | improve 7.3 upgrade process & redis setup
| * | improve 7.3 upgrade process & redius setupBen Bodenmiller2014-09-212-11/+17
| | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/gitlabhq/gitlabhq/commit/2b35c887904b6a7a05a7c88fdf1ccd66ba943e20#commitcomment-7829537, https://github.com/gitlabhq/gitlabhq/commit/5704e6fee9d2dea67c4a91b43d06a9958484d29b#commitcomment-7829367, & https://github.com/gitlabhq/gitlabhq/commit/5704e6fee9d2dea67c4a91b43d06a9958484d29b#commitcomment-7829381
* | | Merge pull request #7809 from bbodenmiller/patch-25Marin Jankovski2014-09-221-1/+1
|\ \ \ | | | | | | | | update gitlab shell to 1.9.8 for gitlab 7.2.2
| * | | update gitlab shell to 1.9.8 for gitlab 7.2.2Ben Bodenmiller2014-09-211-1/+1
| |/ / | | | | | | As committed in https://github.com/gitlabhq/gitlabhq/commit/873acfd9aa54e801d5786c32b05c4f8ad21af72a GitLab 7.2.2 requires GitLab Shell 1.9.8. Fixes https://github.com/gitlabhq/gitlabhq/issues/7806.
* | | formatting improvements to upgrade guidesBen Bodenmiller2014-09-212-5/+5
|/ /
* | remove rack attack middleware updateBen Bodenmiller2014-09-171-6/+0
| | | | | | Hasn't changed since 7.2 release: https://github.com/gitlabhq/gitlabhq/commits/master/config/initializers/rack_attack.rb.example
* | Updates to the update/install docs for 7.3.rc1Marin Jankovski2014-09-172-21/+155
| |
* | Use sockets to connect to RedisJacob Vosmaer2014-09-121-1/+22
|/
* add bunder step to mysql_to_postgresql docWilliam Herry2014-09-101-0/+3
|
* Merge pull request #7583 from bbodenmiller/httpsSytse Sijbrandij2014-09-084-1/+18
|\ | | | | [Documentation] simplify HTTPS setup details
| * simplify HTTPS setup detailsBen Bodenmiller2014-09-074-1/+18
| | | | | | | | also adds comment about updating nginx files during upgrades
* | Merge pull request #7668 from bbodenmiller/patch-15Robert Schilling2014-09-081-5/+40
|\ \ | |/ |/| add cleanup section to 5.0 upgrade guide
| * add cleanup section to 5.0 upgrade guideBen Bodenmiller2014-09-081-5/+40
| | | | | | | | | | Add cleanup details to upgrade guide as gitolite and more is no longer used
* | Merge pull request #7665 from bbodenmiller/rm-chmodRobert Schilling2014-09-027-7/+0
|\ \ | | | | | | remove unnecessary chmod
| * | remove unnecessary chmodBen Bodenmiller2014-09-017-7/+0
| |/ | | | | | | | | | | `lib/support/init.d/gitlab` was set as executable in the repo as of the 6.1 release so chmod is not needed after that. See https://github.com/gitlabhq/gitlabhq/pull/7586/files#r16885445.
* | Merge pull request #7586 from bbodenmiller/patch-12Robert Schilling2014-09-021-10/+6
|\ \ | |/ |/| [Documentation] simplify 6.0 to 7.2 upgrade guide
| * simplify 6.0 to 7.2 upgrade guideBen Bodenmiller2014-09-011-10/+6
| |
* | Merge pull request #7428 from bbodenmiller/patch-2Jeroen van Baarsen2014-08-311-29/+67
|\ \ | | | | | | [Documentation] add prepare for update details to 5.1 to 6.0 guide
| * | add prepare for upgrade sectionBen Bodenmiller2014-08-301-29/+67
| | | | | | | | | | | | | | | | | | helps detect and correct issues that may occur during upgrade before they have already occurred. easier to address issues before you start upgrade process.
* | | Add pkg-config as required dependency for ruggedRobert Schilling2014-08-263-6/+6
| |/ |/|
* | Merge branch 'import_postgres_user' into 'master'Dmitriy Zaporozhets2014-08-231-1/+3
|\ \ | | | | | | | | | | | | | | | Import the database as the `git` user See merge request !762
| * | Import the database as the `git` userJacob Vosmaer2014-05-191-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | This ensures that all tables created during the import belong to `git`. If you import as a different user, such as the `postgres` superuser, you may encounter issues where the GitLab database user cannot access tables in gitlabhq_production, _even if_ `git` is the owner of gitlabhq_production at the time of import.
* | | Remove outdated 6.0 to 7.1 update guideRobert Schilling2014-08-231-182/+0
| | |
* | | Merge pull request #7585 from bbodenmiller/patch-11Robert Schilling2014-08-231-2/+8
|\ \ \ | | | | | | | | clarify which configs should be updated
| * | | clarify which configs should be updatedBen Bodenmiller2014-08-231-2/+8
| | |/ | |/|
* | | remove prerelease note from 6.0 to 7.2 guideBen Bodenmiller2014-08-231-2/+0
|/ /
* | update upgrader documentation to mention dependenciesJob van der Voort2014-08-221-0/+2
| |
* | Remove backticks in markdown links that cause ugly code blocks in GitLab.Sytse Sijbrandij2014-08-2119-19/+19
| |
* | Merge branch 'doc/update/cmake' into 'master'Marin Jankovski2014-08-212-5/+17
|\ \ | | | | | | | | | | | | | | | Add installing cmake to 7.2 update docs See merge request !1029
| * | Add installing cmake to 7.2 update docsJacob Vosmaer2014-08-212-5/+17
| | |
* | | Merge pull request #7562 from xvonabur/patch-1Jacob Vosmaer2014-08-211-0/+1
|\ \ \ | | | | | | | | Add dependency info for mysql-postgresql converter
| * | | Add dependency info for mysql-postgresql converterxvonabur2014-08-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Running converter with Python 2.6.x installed gives the following error: AttributeError: 'module' object has no attribute 'check_output' After installing Python 2.7.x everything works fine.
* | | | Merge pull request #7436 from bbodenmiller/patch-3Jacob Vosmaer2014-08-212-17/+83
|\ \ \ \ | |_|/ / |/| | | upgrade ruby and gitlab shell config during 6.0->7.1 & 6.0->7.2 upgrades
| * | | update ruby & gitlab shell configBen Bodenmiller2014-08-202-17/+83
| |/ / | | | | | | | | | ruby 2.0.x required for gitlab 7.0+
* | | Merge branch 'explain_migration' into 'master'Marin Jankovski2014-08-212-0/+14
|\ \ \ | |/ / |/| | | | | | | | | | | Explain label migration See merge request !1025
| * | Document characters being stripped from labelsJacob Vosmaer2014-08-202-0/+14
| | |
* | | Mention Google OAuth API change in update guidesRobert Schilling2014-08-192-2/+14
|/ / | | | | | | Add oauth doc to 6.0 to 7.2 upgrader
* | Add 6.0-to-7.2.md guide ahead of 7.2 releaseJacob Vosmaer2014-08-191-0/+147
| |
* | Add 7.1-to-7.2.md update guideJacob Vosmaer2014-08-191-0/+106
| |
* | Merge pull request #7438 from bbodenmiller/patch-5Jeroen van Baarsen2014-08-181-0/+3
|\ \ | | | | | | Add dealing with newlines for editor to 5.1-to-6.0
| * | Add dealing with newlines for editor to 5.1-to-6.0Ben Bodenmiller2014-08-041-0/+3
| | | | | | | | | backport of https://github.com/gitlabhq/gitlabhq/commit/2d681c0d1ed14bf23c041aa04fa3e77caceda9a1
* | | Merge pull request #7475 from bbodenmiller/curl-redirectsJeroen van Baarsen2014-08-137-7/+7
|\ \ \ | | | | | | | | follow curl redirects
| * | | follow curl redirectsBen Bodenmiller2014-08-117-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update `curl` commands to follow redirects (see http://curl.haxx.se/docs/manpage.html#-L). Current `curl` commands will return unexpected results if the requested content has been moved and is returning information about where it has been moved to. Including the `-L` option tells `curl` to follow the redirect so the file can be correctly acquired.
* | | | Merge pull request #7434 from Razer6/fix_spelling_errorJeroen van Baarsen2014-08-076-11/+11
|\ \ \ \ | | | | | | | | | | Fix spelling errors in documentation
| * | | | Fix spelling errors in doc, closes #7437Robert Schilling2014-08-076-11/+11
| | |/ / | |/| | | | | | | | | | Further changes
* | | | add application check commandsBen Bodenmiller2014-08-041-0/+19
|/ / /
* | | Merge pull request #7422 from bbodenmiller/rm-gitlab-userJeroen van Baarsen2014-08-041-0/+4
|\ \ \ | | | | | | | | Add command to remove GitLab user