summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Tweak textrename-reply-by-emailDouwe Maan2015-09-212-4/+4
| | | | [ci skip]
* Merge branch 'master' into rename-reply-by-emailDouwe Maan2015-09-213-1/+23
|\
| * Merge branch 'gmail_actions_doc' into 'master' Job van der Voort2015-09-203-1/+23
| |\ | | | | | | | | | | | | | | | | | | Add Gmail actions button for GitLab doc. Resolves #1517 by adding doc with some notes. See merge request !1327
| | * Update the link in integration readme.gmail_actions_docMarin Jankovski2015-09-171-1/+1
| | |
| | * Remove double png.Marin Jankovski2015-09-171-1/+1
| | |
| | * Add Gmail actions button for GitLab doc.Marin Jankovski2015-09-172-0/+22
| | |
* | | Rename reply_by_email to incoming_email to prepare for the future.Douwe Maan2015-09-213-51/+51
|/ /
* | Merge branch 'fix-failing-migration' into 'master' Robert Speicher2015-09-191-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | fix failing migration on mysqlHannes Rosenögger2015-09-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge branch 'ci_closer_integration' into 'master' Kamil Trzciński2015-09-182-24/+0
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Remove API calls CE->CI See merge request !1307
| * | remove API calls from CE to CIci_closer_integrationValery Sizov2015-09-182-24/+0
| | |
* | | Fix typo in Reply by email docsfix-doc-typoDouwe Maan2015-09-181-2/+2
|/ /
* | Merge branch 'global-key' into 'master' Job van der Voort2015-09-171-0/+2
|\ \ | | | | | | | | | | | | | | | | | | Note about global keys Because of tweet https://twitter.com/ChoboIslah/status/639565184806309888 See merge request !1931
| * | fixed textkaren Carias2015-09-171-2/+1
| | |
| * | note about global keyskaren Carias2015-09-131-0/+3
| | |
* | | Merge pull request #9618 from pjknkda/repo-info-to-issue-hookStan Hu2015-09-171-0/+6
|\ \ \ | | | | | | | | add repository field to issue hook data
| * | | add repository field to issue hook dataJungkook Park2015-09-171-0/+6
| | |/ | |/| | | | | | | | | | | | | add a test for to_hook_data of issue model update CHANGELOG
* | | Remove CI cronjob during migrationci-whenever-clearJacob Vosmaer2015-09-171-11/+18
|/ /
* | Merge branch 'fix-nginx' into 'master'Kamil Trzciński2015-09-161-0/+12
|\ \ | | | | | | | | | | | | | | | Add missing proxy requests to migration docs See merge request !1317
| * | Add missing proxy requests to migration docsfix-nginxKamil Trzcinski2015-09-161-0/+12
| | |
* | | sudo user is git, not gitlab, not gitlab_ciRobert Speicher2015-09-161-2/+2
| | | | | | | | | | | | [ci skip]
* | | Change 7-14-stable to 8-0-stable in doc/install/installation.mdRobert Speicher2015-09-161-4/+4
| | | | | | | | | | | | [ci skip]
* | | sudo user is gitlab, not gitlab_ciRobert Speicher2015-09-161-2/+2
| | |
* | | Add missing code fence closureRobert Speicher2015-09-161-0/+1
| | |
* | | Merge branch 'ldap-attributes' into 'master'Robert Speicher2015-09-161-0/+20
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | Allow configuration of LDAP attributes GitLab will use for the new user account. Fixes #2412. See merge request !1261
| * | Add to docsDouwe Maan2015-09-091-0/+20
| | |
* | | Fix in Markdown help page: properly create the link to a wiki page.Nicolas Bigaouette2015-09-161-1/+1
| | | | | | | | | | | | | | | | | | The help file on Markdown that is included with Gitlab CE (7.14.3 d321305) and also gitlab.com (see https://gitlab.com/help/markdown/markdown#links) contains a typo in the description of a link to a wiki page.
* | | Merge remote-tracking branch 'origin/master' into ↵ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gKamil Trzcinski2015-09-162-31/+364
|\ \ \ | | | | | | | | | | | | ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g
| * \ \ Merge branch 'reply-by-email-docs' into 'master'Douwe Maan2015-09-162-31/+364
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expand Reply by email documentation TODO: - [x] Verify this works on dev server - [ ] Figure out SSL somehow: http://www.postfix.org/TLS_README.html (Moved to #2453) See merge request !1193
| | * | | Tweak textDouwe Maan2015-09-161-5/+5
| | | | |
| | * | | Move source section below omnibus section.Douwe Maan2015-09-091-31/+31
| | | | |
| | * | | Restructure omnibus instructions to match those for source installations.Douwe Maan2015-09-091-22/+26
| | | | |
| | * | | Merge branch 'master' into reply-by-email-docsDouwe Maan2015-09-0913-16/+809
| | |\ \ \ | | | |/ /
| | * | | Add omnibus-gitlab configuration example.Marin Jankovski2015-08-271-8/+31
| | | | |
| | * | | Use sudu -u git where appropriateDouwe Maan2015-08-261-1/+1
| | | | |
| | * | | Simplify docDouwe Maan2015-08-261-15/+3
| | | | |
| | * | | No mailbox_command neededDouwe Maan2015-08-251-1/+0
| | | | |
| | * | | No DNS setup necessary, but firewall setup may be.Douwe Maan2015-08-251-25/+8
| | | | |
| | * | | Fix docsDouwe Maan2015-08-251-5/+17
| | | | |
| | * | | Don't overwrite /etc/default/gitlab.Douwe Maan2015-08-251-4/+6
| | | | |
| | * | | Expand documentationDouwe Maan2015-08-242-3/+321
| | | | |
| | * | | Tweak Reply by email docs.Douwe Maan2015-08-241-1/+5
| | | | |
* | | | | Added info about gitlab.yml configKamil Trzcinski2015-09-161-18/+35
| | | | |
* | | | | Added migration docs and updated installation documentationKamil Trzcinski2015-09-164-1/+246
| | | | |
* | | | | Update documentation and config filesKamil Trzcinski2015-09-1641-1540/+97
| | | | |
* | | | | Start working on migration docsKamil Trzcinski2015-09-161-0/+0
| | | | |
* | | | | Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski2015-09-153-37/+53
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g # Conflicts: # Gemfile.lock
| * | | | Reorder the `--without` arugments so the database comes firstRobert Speicher2015-09-151-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hopefully this will make it a bit clearer that we're excluding a certain database type. [ci skip]
| * | | | Minor editing of the 7.14-to-8.0 update guideRobert Speicher2015-09-151-27/+41
| | | | |
| * | | | Merge branch 'latest_tag_patch_release' into 'master'Hannes Rosenögger2015-09-141-5/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add LATEST_TAG variable to automatically fetch the latest tag Add LATEST_TAG variable to automatically fetch the latest tag Replaces !1241 See merge request !1287