summaryrefslogtreecommitdiff
path: root/doc/integration/github.md
Commit message (Collapse)AuthorAgeFilesLines
* Copyedit GitHub importer docsAchilleas Pipinellis2018-06-041-1/+1
|
* Correct another one github.example.comAchilleas Pipinellis2018-04-121-1/+1
| | | | [ci skip]
* Update github.md on GHE URLXiaogang Wen2018-04-121-1/+1
|
* Add extra step in GHE import docsgithub-oauth-self-signed-certs-troubleshooting-docsCindy Pallares2017-05-231-8/+13
|
* Add docs on how to turn off SSL verification on GH oauthCindy Pallares 🦉2017-05-181-2/+44
| | | | | | In https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/323/ we added support to disable SSL verification because attempting to import projects from a self-signed GH Enterprise instance will fail with an SSL error.
* Patch 15Xiaogang Wen2017-03-141-1/+1
|
* Fix markdown link in Omniauth docsAchilleas Pipinellis2017-02-091-1/+1
| | | | [ci skip]
* Mention reconfigure/restart in omniauth docsAchilleas Pipinellis2017-02-091-9/+13
| | | | [ci skip]
* Update github.mdFlorian2016-10-211-1/+16
|
* Merge branch 'fix-angle-brackets-in-docs' into 'master' Achilleas Pipinellis2016-08-101-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix escaped angle bracket's in integration documentation. There are several escaped angle brackets in our integration docs. While these render fine within GitLab, they are broken when rendered on doc.gitlab.com because pandoc does not escape them correctly. You can see the problem here: http://doc.gitlab.com/ce/integration/github.html Note that the strings `<Organization>` and `<Your Name>` are being interpreted as html tags. It looks like doc.gitlab.com is using pandoc: https://gitlab.com/gitlab-com/doc-gitlab-com/blob/master/generate.rb#L64 You can verify these changes by running something like this and then inspecting `test.html`: pandoc --from markdown_github-hard_line_breaks -o test.html doc/integration/twitter.md You can also verify that GitLab continues to render the docs correctly by checking, for example, http://localhost:3000/help/integration/twitter.md See merge request !4128
| * Fix escaped angle bracket's in integration documentation.Eric K Idema2016-05-121-1/+1
| | | | | | | | | | | | There are several escaped angle brackets in our integration docs. While these render fine within GitLab, they are broken rendered on doc.gitlab.com because pandoc does not escape them correctly.
* | Fix documentation for Github integration authorization callback url.Eric K Idema2016-05-101-1/+1
|/ | | | | | | | | | | | | | | There are two callbacks that could be used with Github integration: * /import/github/callback (used by project import) * /users/auth/github/callback (used by OmniAuth) Github's documentation suggests that authorization callback url should be set to the longest common path. https://developer.github.com/v3/oauth/#redirect-urls Configuring according to the previous documentation resulted in a redirect_uri_mismatch error from Github when logging in via OmniAuth.
* Fix the GitHub Omniauth instructionsAlex Jordan2016-04-281-1/+3
|
* Fixes for review of GitHub Enterprise backport changesStan Hu2016-04-261-1/+1
|
* Backport GitHub Enterprise import support from EEStan Hu2016-04-261-0/+14
| | | | | | | | | | These changes were pulled from GitLab EE to support configuring an alternative API URL than the default https://api.github.com. In addition, the `verify_ssl` flag allows users to disable SSL cert checking. One modification: add a default `args` option if it does not exist to avoid breaking existing configurations.
* Merge pull request #9978 from fantasywind/patch-2Achilleas Pipinellis2016-03-281-1/+1
|\ | | | | Update github.md
| * Update github default callback urlChia Yu Pai2016-03-011-2/+1
| |
| * Update github.mdChia Yu Pai2016-01-151-0/+1
| | | | | | add default callback URL path
* | Move all integration docs images in a single directoryAchilleas Pipinellis2016-01-241-1/+1
|/ | | | [ci skip]
* Fix typos in integration docsTobias Stöckler2015-12-071-1/+1
|
* remove duplicate right braces ('}') in configuration examples of GitHub,Kuo-Cheng Yeu2015-03-091-2/+2
| | | | GitLab, and Google.
* Add Bitbucket integration docs.Douwe Maan2015-02-241-11/+18
|
* Fix broken links in documentationDmitriy Zaporozhets2015-02-181-1/+1
|
* Update oauth documenatation with examples for omnibus package and ↵Marin Jankovski2015-02-131-7/+31
| | | | installations from source.
* update documentation regarding github_importerValery Sizov2015-01-191-1/+1
|
* Fix spelling errors in doc, closes #7437Robert Schilling2014-08-071-1/+1
| | | | Further changes
* Update docs to markdown style guide.Ciro Santilli2014-06-031-18/+28
|
* Add OmniAuth DocumentationDrew Blessing2014-04-101-0/+38
Add GitHub OmniAuth docs Google instructions Google instructions Merge master Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Add Google and Twitter docs Add screenshot Add screenshot Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Finalize current docs Finalize current docs Add existing user information Add twitter Add twitter Add Twitter disclaimer Add Twitter disclaimer remove old doc Remove unnecessary link Revert omniauth provider format Add OmniAuth Documentation Add GitHub OmniAuth docs Google instructions Google instructions Merge master Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Add Google and Twitter docs Add screenshot Add screenshot Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Finalize current docs Finalize current docs Add existing user information Add twitter Add twitter Add Twitter disclaimer Add Twitter disclaimer remove old doc Remove unnecessary link Revert omniauth provider format Use omniauth again Remove notice Restore whitespace Slight changes