Commit Graph
2351 Commits
Author SHA1 Message Date
Sytse Sijbrandij 37ecae33ec Add better deprecation notice for the upgrader. Too easy to miss otherwise https://twitter.com/0x663030623472/status/646262552796594176 2015-09-22 19:56:51 +00:00
Job van der Voort 70875a6aba Merge branch 'dont_want_the_data' into 'master'
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-22 15:04:08 +00:00
Marin Jankovski e2be419c95 Add to migration on what to do if you don't want your data. 2015-09-22 16:57:43 +02:00
Job van der Voort 555c197643 Merge branch 'install-doc-reply-by-email' into 'master'
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-22 14:28:50 +00:00
Marin Jankovski 398092273b Merge branch 'ci-migration-doc-improvements' into 'master'
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-22 14:10:24 +00:00
Douwe Maan a1b60003f0 Mention Reply by email to installation doc. 2015-09-22 15:36:40 +02:00
Jacob Vosmaer d2ab95d1f3 Make code block comments more verbose 2015-09-22 15:26:40 +02:00
Jacob Vosmaer 3e926c6eb0 Emphasize when Omnibus installs are done 2015-09-22 14:54:26 +02:00
Jacob Vosmaer 82d95c4612 Use headings to mark steps 2015-09-22 14:49:39 +02:00
Jacob Vosmaer f0f5be82b0 Add global numbering 2015-09-22 14:02:36 +02:00
Jacob Vosmaer e72ba928f9 Downtime expectations 2015-09-22 13:59:40 +02:00
Jacob Vosmaer 917c9ea927 Migration only works 8.0 -> 8.0 2015-09-22 13:59:22 +02:00
Jacob Vosmaer 29bb3b5215 More explanation about moving DB secrets 2015-09-22 13:52:53 +02:00
Jacob Vosmaer 23fa5d7d9e Fix typo 2015-09-22 13:44:43 +02:00
Jacob Vosmaer 1afaf5f7fb Fix ordering of paragraphs and code blocks 2015-09-22 13:42:47 +02:00
Jacob Vosmaer c3805c1830 More text outside code blocks 2015-09-22 13:40:44 +02:00
Jacob Vosmaer 67b38c8d71 Update/improve CI migration docs for 8.0.1 2015-09-22 13:35:22 +02:00
Job van der Voort 531c208e62 update documentation on web hooks by suggestion [ci skip] 2015-09-22 09:12:06 +00:00
Job van der Voort 8be6c74ac3 documentation on ssl verification in web hooks 2015-09-22 11:00:11 +02:00
Kamil Trzcinski 156ace4778 Add missing rake and change nginx config for CI migration 2015-09-22 09:45:52 +02:00
Robert Speicher eb5fd3f86b Merge branch 'rs-ci-migration-guide' into 'master'
Reformat and copy edit the CI-to-CE migration guide

[ci skip]

See merge request !1335
2015-09-22 02:11:35 +00:00
Robert Speicher 524381dcf0 Add note about automatically re-enabling CI during migrate task
[ci skip]
2015-09-21 21:19:09 -04:00
Robert Speicher da54661bbc Remove unintended linebreak 2015-09-21 21:10:50 -04:00
Robert Speicher 541d08b8f6 Be consistent about "only required for manual install" notes 2015-09-21 21:10:16 -04:00
Robert Speicher 96fd255597 More migration guide updates
- 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-21 18:51:01 -04:00
Robert Speicher 7fa0c793d2 Whitespace 2015-09-21 18:02:50 -04:00
Kamil Trzcinski 12969a14dd Add commands for Omnibus installation 2015-09-21 22:47:33 +02:00
Kamil Trzcinski 157ee6623c Update guide 2015-09-21 22:36:33 +02:00
Douwe Maan 017219e7f5 Tweak text
[ci skip]
2015-09-21 11:42:36 +02:00
Douwe Maan 0c83349867 Merge branch 'master' into rename-reply-by-email 2015-09-21 10:35:56 +02:00
Douwe Maan ee028d9d60 Rename reply_by_email to incoming_email to prepare for the future. 2015-09-21 10:35:37 +02:00
Robert Speicher d511edc952 More migration guide updates
Fixes a few links and typos, and reorganizes the CI "Create a backup"
section.
2015-09-20 18:58:09 -04:00
Kamil Trzcinski fc8ae32bce Update migration guide 2015-09-20 23:45:35 +02:00
Job van der Voort 26544eabe7 Merge branch 'gmail_actions_doc' into 'master'
Add Gmail actions button for GitLab doc.

Resolves #1517 by adding doc with some notes.

See merge request !1327
2015-09-20 19:45:57 +00:00
Robert Speicher 96790b1aac Merge branch 'fix-failing-migration' into 'master'
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-19 21:07:43 +00:00
Kamil Trzciński dfa32123e3 Merge branch 'ci_closer_integration' into 'master'
Remove API calls CE->CI



See merge request !1307
2015-09-18 19:50:20 +00:00
Hannes Rosenögger a22b6c591f 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.
This commits removes the "TEMPORARY" from the migration
and changes the documentation to include the necessary rights for the future.
2015-09-18 19:49:04 +02:00
Valery SizovandKamil Trzcinski a0c1a12dee remove API calls from CE to CI 2015-09-18 18:02:11 +02:00
Douwe Maan 87db46e2d8 Fix typo in Reply by email docs 2015-09-18 12:11:49 +00:00
Robert Speicher 62c0e5ab6a Redcarpet didn't like unordered lists deeply nested in an ordered one
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-17 16:38:31 -04:00
Robert Speicher eae049505c Fix link to "create a database dump" header 2015-09-17 16:35:59 -04:00
Robert Speicher 8cc788be4e Indent database dump steps one more level
[ci skip]
2015-09-17 16:29:06 -04:00
Robert Speicher 567eac0396 Reformat and copy edit the CI-to-CE migration guide 2015-09-17 16:24:00 -04:00
Job van der Voort 1c303bc0eb Merge branch 'global-key' into 'master'
Note about global keys

Because of tweet https://twitter.com/ChoboIslah/status/639565184806309888

See merge request !1931
2015-09-17 17:19:42 +00:00
karen Carias ca95842f94 fixed text 2015-09-17 09:40:46 -07:00
Marin Jankovski 4e33b47a50 Update the link in integration readme. 2015-09-17 17:08:10 +02:00
Stan Hu b75e4d7149 Merge pull request #9618 from pjknkda/repo-info-to-issue-hook
add repository field to issue hook data
2015-09-17 07:03:47 -07:00
Marin Jankovski 1247076b45 Remove double png. 2015-09-17 13:19:38 +02:00
Jacob Vosmaer 1ab80247bc Remove CI cronjob during migration 2015-09-17 12:23:35 +02:00
Marin Jankovski 8379a1c754 Add Gmail actions button for GitLab doc. 2015-09-17 12:14:28 +02:00