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
path: root/doc
AgeCommit message (Collapse)Author
2015-09-22Merge branch 'dont_want_the_data' into 'master' Job van der Voort
Add to migration on what to do if you don't want your data. If you don't want to migrate your CI data , remove the old builds directory. See merge request !1392
2015-09-22Add to migration on what to do if you don't want your data.Marin Jankovski
2015-09-22Merge branch 'install-doc-reply-by-email' into 'master' Job van der Voort
Mention Reply by email in installation doc. Added the "Enable Reply by email" section and moved the others around. See merge request !1390
2015-09-22Merge branch 'ci-migration-doc-improvements' into 'master' Marin Jankovski
Ci migration doc improvements Use export improvements in CI 8.0.1, make upgrades a more prominent part of the process, do not shut down GitLab during CI data import. See merge request !1387
2015-09-22Mention Reply by email to installation doc.Douwe Maan
2015-09-22Make code block comments more verboseJacob Vosmaer
2015-09-22Emphasize when Omnibus installs are doneJacob Vosmaer
2015-09-22Use headings to mark stepsJacob Vosmaer
2015-09-22Add global numberingJacob Vosmaer
2015-09-22Downtime expectationsJacob Vosmaer
2015-09-22Migration only works 8.0 -> 8.0Jacob Vosmaer
2015-09-22More explanation about moving DB secretsJacob Vosmaer
2015-09-22Fix typoJacob Vosmaer
2015-09-22Fix ordering of paragraphs and code blocksJacob Vosmaer
2015-09-22More text outside code blocksJacob Vosmaer
2015-09-22Update/improve CI migration docs for 8.0.1Jacob Vosmaer
2015-09-22update documentation on web hooks by suggestion [ci skip]Job van der Voort
2015-09-22documentation on ssl verification in web hooksJob van der Voort
2015-09-22Add missing rake and change nginx config for CI migrationKamil Trzcinski
2015-09-22Merge branch 'rs-ci-migration-guide' into 'master' Robert Speicher
Reformat and copy edit the CI-to-CE migration guide [ci skip] See merge request !1335
2015-09-22Add note about automatically re-enabling CI during migrate taskRobert Speicher
[ci skip]
2015-09-22Remove unintended linebreakRobert Speicher
2015-09-22Be consistent about "only required for manual install" notesRobert Speicher
2015-09-22More migration guide updatesRobert Speicher
- Rename "Finishing Up" to "Nginx configuration" - Add fourth "Finishing Up" section - Add Troubleshooting section with a link to backup restoration docs - Change a few indented blocks into fenced blocks so they're highlighted properly. - Added Marin's suggestions for CI-to-CE-on-different-server section.
2015-09-22WhitespaceRobert Speicher
2015-09-21Add commands for Omnibus installationKamil Trzcinski
2015-09-21Update guideKamil Trzcinski
2015-09-21Tweak textDouwe Maan
[ci skip]
2015-09-21Merge branch 'master' into rename-reply-by-emailDouwe Maan
2015-09-21Rename reply_by_email to incoming_email to prepare for the future.Douwe Maan
2015-09-21More migration guide updatesRobert Speicher
Fixes a few links and typos, and reorganizes the CI "Create a backup" section.
2015-09-21Update migration guideKamil Trzcinski
2015-09-20Merge branch 'gmail_actions_doc' into 'master' Job van der Voort
Add Gmail actions button for GitLab doc. Resolves #1517 by adding doc with some notes. See merge request !1327
2015-09-20Merge branch 'fix-failing-migration' into 'master' Robert Speicher
Fix failing migration on mysql We didn't specify that the db user needs the right to create temporary tables before. That's why the migration will fail on most installations that installed gitlab according to our documentation. This MR removes the "TEMPORARY" from the migration and changes the documentation to include the necessary rights for the future. Fixes #2590 See merge request !1351
2015-09-18Merge branch 'ci_closer_integration' into 'master' Kamil Trzciński
Remove API calls CE->CI See merge request !1307
2015-09-18fix failing migration on mysqlHannes Rosenögger
We didn't specify that the db user needs the right to create temporary tables before. That's why the migration will fail on most installations. This commits removes the "TEMPORARY" from the migration and changes the documentation to include the necessary rights for the future.
2015-09-18remove API calls from CE to CIValery Sizov
2015-09-18Fix typo in Reply by email docsDouwe Maan
2015-09-17Redcarpet didn't like unordered lists deeply nested in an ordered oneRobert Speicher
I don't really like making these an ordered list since they're mutually exclusive, but I think the structure is what's important. [ci skip]
2015-09-17Fix link to "create a database dump" headerRobert Speicher
2015-09-17Indent database dump steps one more levelRobert Speicher
[ci skip]
2015-09-17Reformat and copy edit the CI-to-CE migration guideRobert Speicher
2015-09-17Merge branch 'global-key' into 'master' Job van der Voort
Note about global keys Because of tweet https://twitter.com/ChoboIslah/status/639565184806309888 See merge request !1931
2015-09-17fixed textkaren Carias
2015-09-17Update the link in integration readme.Marin Jankovski
2015-09-17Merge pull request #9618 from pjknkda/repo-info-to-issue-hookStan Hu
add repository field to issue hook data
2015-09-17Remove double png.Marin Jankovski
2015-09-17Remove CI cronjob during migrationJacob Vosmaer
2015-09-17Add Gmail actions button for GitLab doc.Marin Jankovski
2015-09-16add repository field to issue hook dataJungkook Park
add a test for to_hook_data of issue model update CHANGELOG