Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #8070 from bbodenmiller/patch-22 | Valeriy Sizov | 2014-10-21 | 2 | -14/+10 | |
|\ \ \ | | | | | | | | | [7.4 rc fix] [doc] stop gitlab before backup | |||||
| * | | | stop gitlab before backup | Ben Bodenmiller | 2014-10-18 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | stop gitlab before backup | Ben Bodenmiller | 2014-10-18 | 1 | -9/+5 | |
| |/ / | | | | | | | Stopping gitlab before backup ensures that backup has everything before upgrade incase something goes wrong. Also remove extra cd. | |||||
* | | | Merge pull request #8071 from bbodenmiller/patch-7 | Valeriy Sizov | 2014-10-21 | 1 | -0/+2 | |
|\ \ \ | | | | | | | | | [7.4 rc fix] [doc] add missing configure Redis to use sockets | |||||
| * | | | add missing configure Redis to use sockets | Ben Bodenmiller | 2014-10-18 | 1 | -0/+2 | |
| |/ / | | | | | | | Add details from 7.2-to-7.3.md. Replaces https://github.com/gitlabhq/gitlabhq/pull/8047. | |||||
* | | | add optimizations for mysql to 6.x->7.4 guide | Ben Bodenmiller | 2014-10-18 | 1 | -0/+70 | |
|/ / | | | | | Add mysql optimizations from 7.3-to-7.4.md. | |||||
* | | documents updated | Valery Sizov | 2014-10-17 | 2 | -14/+154 | |
| | | ||||||
* | | Merge pull request #7744 from bbodenmiller/patch-14 | Robert Schilling | 2014-10-15 | 1 | -0/+6 | |
|\ \ | | | | | | | add missing cleanup step | |||||
| * | | add missing cleanup step | Ben Bodenmiller | 2014-10-14 | 1 | -0/+6 | |
| |/ | ||||||
* | | make sure tables are UTF8 capable | Ben Bodenmiller | 2014-10-14 | 1 | -0/+9 | |
|/ | | | As discussed at https://github.com/gitlabhq/gitlabhq/pull/7742#issuecomment-58897445 make sure that tables have correct char set. | |||||
* | minor updates to mysql cleanup | Ben Bodenmiller | 2014-10-13 | 1 | -3/+3 | |
| | | | | * take -> make * correct incorrect details about when pool size was changed | |||||
* | Merge pull request #8021 from bbodenmiller/schema.rb | Robert Schilling | 2014-10-13 | 2 | -4/+2 | |
|\ | | | | | simplify schema.rb reset in upgrade guides | |||||
| * | simplify schema.rb reset in upgrade guides | Ben Bodenmiller | 2014-10-12 | 2 | -4/+2 | |
| | | ||||||
* | | Merge pull request #7742 from bbodenmiller/patch-7 | Sytse Sijbrandij | 2014-10-13 | 1 | -0/+68 | |
|\ \ | |/ |/| | Cleanup MySQL database | |||||
| * | Cleanup MySQL database | Ben Bodenmiller | 2014-10-12 | 1 | -0/+68 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Addresses changes made to installation guide and config files but never applied in update process. Relevant changes to installation guide and config files were made in gitlabhq@cbb5b00, gitlabhq@498a4e6, gitlabhq@c33d5e1, gitlabhq@485162e#diff-e1059d0fa0437ffad94facff86210603, gitlabhq@72e2fe2#diff-d1b4ff7de834bae6008dd49550413a6f, gitlabhq@5163a8f#diff-e1059d0fa0437ffad94facff86210603, gitlabhq@993af5d#diff-e1059d0fa0437ffad94facff86210603, & gitlabhq@d3f5a0c. | |||||
* | | Update the help/update docs to include omnibus as well. | Achilleas Pipinellis | 2014-10-02 | 1 | -4/+16 | |
| | | ||||||
* | | Clear changes to schema.rb when upgrading | Jacob Vosmaer | 2014-10-01 | 2 | -0/+4 | |
| | | | | | | | | | | | | Having local changes is quite common and it is a stumbling block when upgrading GitLab. Because schema.rb is generated from the actual DB schema it is OK to clear the local changes. | |||||
* | | Update guides to use gitlab-shell 2.0.1. | Marin Jankovski | 2014-10-01 | 3 | -4/+4 | |
| | | ||||||
* | | Rename the speed upgrade file. | Sytse Sijbrandij | 2014-09-30 | 1 | -0/+0 | |
| | | ||||||
* | | Remove notice that it hasn't been released yet. | Sytse Sijbrandij | 2014-09-30 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'master' into 'master' | Jacob Vosmaer | 2014-09-25 | 1 | -0/+2 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Small documentation update, add unixsocketperm If you run gitlab as user ``git`` while redis runs as user ``redis`` and you add git to ``redis`` group, you'll need to set ``unixsocketperm = 0775`` to grant write access to group. See merge request !192 | |||||
| * | | Remove obsolete line | Daniel Widerin | 2014-09-25 | 1 | -1/+0 | |
| | | | ||||||
| * | | Use edit in place with sed instead of tee | Daniel Widerin | 2014-09-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | Path on ubuntu is different | Daniel Widerin | 2014-09-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | Use 'sed' with pre-search to enable only if present in redis config file. | Daniel Widerin | 2014-09-25 | 1 | -2/+3 | |
| | | | ||||||
| * | | Fix 'Invalid socket file permissions' error | Daniel Widerin | 2014-09-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add unixsocketperm note to upgrade guide | Daniel Widerin | 2014-09-24 | 1 | -0/+2 | |
| | | | ||||||
* | | | Fix the sed command for increasing the backlog | Jacob Vosmaer | 2014-09-25 | 1 | -1/+1 | |
|/ / | ||||||
* | | Use origin to compare so it is not dependent on checking out the branch before. | Sytse Sijbrandij | 2014-09-23 | 1 | -1/+1 | |
| | | ||||||
* | | Update doc that 7.3 is released. | Marin Jankovski | 2014-09-22 | 1 | -2/+0 | |
| | | ||||||
* | | Update manual installation guide for the correct shell version. | Marin Jankovski | 2014-09-22 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #7812 from bbodenmiller/7.3-upgrade | Marin Jankovski | 2014-09-22 | 2 | -11/+17 | |
|\ \ | | | | | | | improve 7.3 upgrade process & redis setup | |||||
| * | | improve 7.3 upgrade process & redius setup | Ben Bodenmiller | 2014-09-21 | 2 | -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-25 | Marin Jankovski | 2014-09-22 | 1 | -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.2 | Ben Bodenmiller | 2014-09-21 | 1 | -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 guides | Ben Bodenmiller | 2014-09-21 | 2 | -5/+5 | |
|/ / | ||||||
* | | remove rack attack middleware update | Ben Bodenmiller | 2014-09-17 | 1 | -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.rc1 | Marin Jankovski | 2014-09-17 | 2 | -21/+155 | |
| | | ||||||
* | | Use sockets to connect to Redis | Jacob Vosmaer | 2014-09-12 | 1 | -1/+22 | |
|/ | ||||||
* | add bunder step to mysql_to_postgresql doc | William Herry | 2014-09-10 | 1 | -0/+3 | |
| | ||||||
* | Merge pull request #7583 from bbodenmiller/https | Sytse Sijbrandij | 2014-09-08 | 4 | -1/+18 | |
|\ | | | | | [Documentation] simplify HTTPS setup details | |||||
| * | simplify HTTPS setup details | Ben Bodenmiller | 2014-09-07 | 4 | -1/+18 | |
| | | | | | | | | also adds comment about updating nginx files during upgrades | |||||
* | | Merge pull request #7668 from bbodenmiller/patch-15 | Robert Schilling | 2014-09-08 | 1 | -5/+40 | |
|\ \ | |/ |/| | add cleanup section to 5.0 upgrade guide | |||||
| * | add cleanup section to 5.0 upgrade guide | Ben Bodenmiller | 2014-09-08 | 1 | -5/+40 | |
| | | | | | | | | | | Add cleanup details to upgrade guide as gitolite and more is no longer used | |||||
* | | Merge pull request #7665 from bbodenmiller/rm-chmod | Robert Schilling | 2014-09-02 | 7 | -7/+0 | |
|\ \ | | | | | | | remove unnecessary chmod | |||||
| * | | remove unnecessary chmod | Ben Bodenmiller | 2014-09-01 | 7 | -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-12 | Robert Schilling | 2014-09-02 | 1 | -10/+6 | |
|\ \ | |/ |/| | [Documentation] simplify 6.0 to 7.2 upgrade guide | |||||
| * | simplify 6.0 to 7.2 upgrade guide | Ben Bodenmiller | 2014-09-01 | 1 | -10/+6 | |
| | | ||||||
* | | Merge pull request #7428 from bbodenmiller/patch-2 | Jeroen van Baarsen | 2014-08-31 | 1 | -29/+67 | |
|\ \ | | | | | | | [Documentation] add prepare for update details to 5.1 to 6.0 guide | |||||
| * | | add prepare for upgrade section | Ben Bodenmiller | 2014-08-30 | 1 | -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. |