summaryrefslogtreecommitdiff
path: root/doc/update
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| * | | Remove GitLab userBen Bodenmiller2014-08-031-0/+4
| |/ /
* | | Merge pull request #7424 from bbodenmiller/patch-1Jeroen van Baarsen2014-08-041-0/+6
|\ \ \ | | | | | | | | add command to start rails console
| * | | add command to start rails consoleBen Bodenmiller2014-08-041-0/+6
| |/ /
* | | Self signed SSL cert not supported until 5.1Ben Bodenmiller2014-08-031-0/+1
|/ /
* | Merge pull request #7201 from nacengineer/patch-2Jeroen van Baarsen2014-08-021-1/+1
|\ \ | | | | | | Update 6.9-to-7.0.md
| * | Update 6.9-to-7.0.mdDavid Southard2014-06-251-1/+1
| | | | | | | | | fix gitlab.yml example diff command
* | | Update guide from 6.0 to 7.1Dmitriy Zaporozhets2014-07-171-8/+8
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Update guide from 7.0 to 7.1Dmitriy Zaporozhets2014-07-171-0/+138
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'doc/fix_update_doc_links' into 'master'Jeroen van Baarsen2014-07-171-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix links in Update guide 5.1 to 6.0 Links have missing slashes and additionally point to `master` branch. This MR prevents a 404 error (missing slash) and points to the correct branch (6-0-stable) for comparison of the config files. /cc @sytse
| * | | Fixes #171, correct links in update guide 5.1 to 6.0Robert Schilling2014-07-051-3/+3
| | | |
* | | | gitlab-shellMarco Rondini2014-07-071-1/+1
|/ / / | | | | | | version change
* | | Use the correct clone link for the DB converterJacob Vosmaer2014-07-031-1/+1
|/ /
* | remove ruby upgrade guideJob van der Voort2014-06-252-60/+0
| |
* | update ruby in update guideJob van der Voort2014-06-251-6/+38
| | | | | | | | textual changes
* | Fixes #7163, copy init script while upgradingRobert Schilling2014-06-201-0/+4
| |
* | The Wall is deprecated in 7.0Jacob Vosmaer2014-06-201-0/+2
| |
* | Create 6.0-to-7.0 update guideJacob Vosmaer2014-06-201-11/+7
| |
* | Update guide from 6.9 to 7.0Dmitriy Zaporozhets2014-06-181-0/+102
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Update docs to markdown style guide.Ciro Santilli2014-06-0328-387/+381
| |
* | Update the one-liner.Marin Jankovski2014-06-021-1/+3
| |
* | Add bash one liner in updater doc due to change of updater location.Marin Jankovski2014-06-021-2/+3
| |
* | Merge pull request #6882 from Tandrial/masterDmitriy Zaporozhets2014-05-302-2/+2
|\ \ | | | | | | Satellites access fix