summaryrefslogtreecommitdiff
path: root/doc/integration/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Remove Gemnasium serviceGilbert Roulot2018-08-201-1/+1
|
* Exclude comments from specific docsAchilleas Pipinellis2017-11-011-0/+4
|
* Deprecate Koding in docsdocs/rm-kodingAchilleas Pipinellis2017-09-011-1/+0
|
* Docs new topic "user/index"Marcia Ramos2017-07-261-8/+12
|
* Implement OpenID Connect identity providerMarkus Koller2017-03-071-0/+1
|
* Move project services to new location under IntegrationsAchilleas Pipinellis2017-02-031-6/+5
|
* Add support for PlantUML diagrams in Asciidoc.Horacio Sanson2017-01-121-0/+1
| | | | | | | | | | | | | | | | | | | | | This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a PlantUML diagram all we need is to include a plantuml block like: ``` [plantuml, id="myDiagram", width="100px", height="100px"] -- bob -> alice : ping alice -> bob : pong -- ``` The plantuml block is substituted by an HTML img element with *src* pointing to an external PlantUML server. This MR also add a PlantUML integration section to the Administrator -> Settings page to configure the PlantUML rendering service and to enable/disable it. Closes: #17603
* Added support for Authentiq oauth providerAlex2016-12-211-1/+1
|
* Move JIRA service doc back to its old locationAchilleas Pipinellis2016-11-221-1/+1
|
* Revert "Merge branch 'docs/jira-old' into 'master'"Achilleas Pipinellis2016-11-221-1/+1
| | | This reverts merge request !7365
* Merge branch 'patch-9' into 'master' Sean McGivern2016-11-151-1/+5
|\ | | | | | | | | clarify best way to install custom CA See merge request !7434
| * clarify best way to install custom CABen Bodenmiller2016-11-141-1/+5
| |
* | fix Super User spacingBen Bodenmiller2016-11-121-1/+1
|/
* Bring back the old JIRA docsAchilleas Pipinellis2016-11-081-1/+1
| | | | | | https://gitlab.zendesk.com/agent/tickets/48003 [ci skip]
* Finish updates to use JIRA gemFelipe Artur2016-10-261-15/+36
| | | | Code improvements, bug fixes, finish documentation and specs
* Refactor JIRA service to use gemDrew Blessing2016-10-261-37/+16
|
* Fix wrong Koding linkdoc/fix-koding-integration-linkAchilleas Pipinellis2016-08-251-1/+1
|
* Support integration with Koding (online IDE)Gokmen Goksel2016-08-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Koding: #index: landing page for Koding integration If enabled it will provide a link to open remote Koding instance url for now we are also providing the sneak preview video for how integration works in detail. Repository: check whether .koding.yml file exists on repository Projects: landing page: show Run in IDE (Koding) button if repo has stack file Projects: MR: show Run in IDE Koding button if repo has stack file on active branch ProjectHelpers: add_koding_stack: stack generator for provided project With this helper we will auto-generate the required stack template for a given project. For the feature we can request this base template from the running Koding instance on integration. Currently this will provide users to create a t2.nano instance on aws and it'll automatically configures the instance for basic requirements. Projects: empty state and landing page provide shortcuts to create stack projects_helper: use branch on checkout and provide an entry point This ${var.koding_queryString_branch} will be replaced with the branch provided in query string which will allow us to use same stack template for different branches of the same repository. ref: https://github.com/koding/koding/pull/8597/commits/b8c0e43c4c24bf132670aa8a3cfb0d634acfd09b projects_helper: provide sha info in query string to use existing vms With this change we'll be able to query existing vms on Koding side based on the commit id that they've created. ref: https://github.com/koding/koding/pull/8597/commits/1d630fadf31963fa6ccd3bed92e526761a30a343 Integration: Docs: Koding documentation added Disable /koding route if integration is disabled Use application settings to enable Koding Projects_helper: better indentation with strip_heredoc usage Projects_helper: return koding_url as is if there is no project provided current_settings: set koding_enabled: false by default Koding_Controller: to render not_found once integration is disabled Dashboard_specs: update spec for Koding enabled case Projects_Helper: make repo dynamic ref: https://github.com/koding/koding/pull/8597/commits/4d615242f45aaea4c4986be84ecc612b0bb1514c Updated documentation to have right format
* Refactor Slack service documentationAchilleas Pipinellis2016-07-221-1/+0
| | | | [ci skip]
* Change all occurrences of doc.gitlab.com to docs.gitlab.comAchilleas Pipinellis2016-05-131-1/+1
| | | | [ci skip]
* Everything on one page.project-services-page-should-contain-full-infoSytse Sijbrandij2016-04-091-14/+3
|
* Added Troubleshooting information for most used services.Patricio Cano2016-03-031-0/+31
|
* Support Akismet spam checking for creation of issues via APIStan Hu2016-02-021-0/+1
| | | | | | | Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
* Move JIRA from integration to project_servicesAchilleas Pipinellis2016-01-251-1/+1
|
* Name more OmniAuth providers in the general readme.name-azure-in-general-readmeSytse Sijbrandij2016-01-221-1/+1
|
* Remove Performance Monitoring from Integration docsRobert Speicher2016-01-201-1/+0
| | | | [ci skip]
* Renamed "Metrics" to "Performance Monitoring"metrics-documentationYorick Peterse2016-01-201-1/+1
|
* Refactor GitLab Metrics docsAchilleas Pipinellis2016-01-191-0/+1
| | | | [ci skip]
* Clean up integration READMEAchilleas Pipinellis2016-01-081-8/+21
| | | | [ci skip]
* Add documentation for using reCAPTCHAadd-recaptcha-supportStan Hu2015-12-271-0/+1
|
* Merge branch 'tduehr/gitlab-ce-cas-support'Douwe Maan2015-12-211-0/+1
|\
| * Add link to CAS docDouwe Maan2015-12-211-0/+1
| |
* | Backport JIRA serviceDrew Blessing2015-12-181-0/+1
|/
* Update the link in integration readme.gmail_actions_docMarin Jankovski2015-09-171-1/+1
|
* Link to SAML docs from doc indexJacob Vosmaer2015-06-291-0/+1
| | | | Without this link, the SAML docs are hard to discover.
* Moved the Gmail integration line into the list of available integrations.Ewan Edwards2015-03-041-2/+2
|
* The "GitLab buttons in Gmail" document was not linked from anywhereEwan Edwards2015-03-041-0/+2
| | | | else. It is now linked.
* Improve the explanation and linking of the Oauth docs.Sytse Sijbrandij2015-02-181-2/+1
|
* OAuth2 provider documentationValery Sizov2015-02-131-1/+2
|
* Fix a number of discovered typos, capitalization of developer andEwan Edwards2015-02-031-1/+1
| | | | product names, plus a couple of instances of bad Markdown markup.
* Explain project services.Sytse Sijbrandij2014-07-251-0/+9
|
* Update docs to markdown style guide.Ciro Santilli2014-06-031-4/+5
|
* Inform about the EE features.dosire2014-05-171-0/+2
|
* Add link to slack docs.dosire2014-04-301-0/+1
|
* Add OmniAuth DocumentationDrew Blessing2014-04-101-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix link in integration docDmitriy Zaporozhets2014-04-071-1/+1
|
* Name should be oauth and not twitter.dosire2014-04-071-1/+1
|
* Add twitter documentation.dosire2014-04-071-0/+3