Commit graph

52 commits

Author SHA1 Message Date
Sean McGivern
cd9ae6bb82 Revert "Remove HipChat integration from GitLab"
This reverts commit a5378665a1.
2019-04-10 12:58:18 +01:00
Evan Read
2a0f51cc96 Remove unnecessary difference between CE and EE 2019-02-25 12:15:04 +00:00
Evan Read
eb86630959 Ensure all lists are surrounded by new lines
Markdown renderers find it easier to determine
where lists start and end when lists are surrounded
by new lines.

For consistency, also ensure entries in the list
are aligned when they span multipls lines.
2019-02-22 13:17:10 +00:00
Nick Thomas
a5378665a1
Remove HipChat integration from GitLab 2019-02-08 18:20:38 +00:00
Gilbert Roulot
4d7d4a0c16 Remove Gemnasium service 2018-08-20 18:09:57 +00:00
Achilleas Pipinellis
69b4c5c011 Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
Achilleas Pipinellis
c740d3de28 Deprecate Koding in docs 2017-09-01 18:27:16 +02:00
Marcia Ramos
2dc2538d74 Docs new topic "user/index" 2017-07-26 08:02:11 +00:00
Markus Koller
c498289048 Implement OpenID Connect identity provider 2017-03-07 14:54:35 +01:00
Achilleas Pipinellis
a6ac23250a Move project services to new location under Integrations 2017-02-03 20:28:47 +01:00
Horacio Sanson
f986b4c4e5 Add support for PlantUML diagrams in Asciidoc.
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: 
2017-01-12 10:04:52 +00:00
Alex
6e186b76bb Added support for Authentiq oauth provider 2016-12-21 10:51:10 +02:00
Achilleas Pipinellis
a478a1dde4 Move JIRA service doc back to its old location 2016-11-22 13:05:58 +01:00
Achilleas Pipinellis
264eda9f74 Revert "Merge branch 'docs/jira-old' into 'master'"
This reverts merge request 
2016-11-22 13:02:44 +01:00
Sean McGivern
1dcd521edb Merge branch 'patch-9' into 'master'
clarify best way to install custom CA

See merge request 
2016-11-15 07:48:41 +00:00
Ben Bodenmiller
b105d9da75 clarify best way to install custom CA 2016-11-14 23:44:37 -08:00
Ben Bodenmiller
e86ef2fd03 fix Super User spacing 2016-11-12 00:54:24 +00:00
Achilleas Pipinellis
b105e3dcbd Bring back the old JIRA docs
https://gitlab.zendesk.com/agent/tickets/48003

[ci skip]
2016-11-08 22:09:38 +01:00
Felipe Artur
c2d6822e94 Finish updates to use JIRA gem
Code improvements, bug fixes, finish documentation and specs
2016-10-26 15:02:16 -02:00
Drew Blessing
f4bc18d237 Refactor JIRA service to use gem 2016-10-26 15:02:16 -02:00
Achilleas Pipinellis
9a6b7da91a Fix wrong Koding link 2016-08-25 17:56:03 +02:00
Gokmen Goksel
a927a9bf6b Support integration with Koding (online IDE)
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: b8c0e43c4c

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: 1d630fadf3

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: 4d615242f4

Updated documentation to have right format
2016-08-19 12:10:58 -07:00
Achilleas Pipinellis
a93323cd94 Refactor Slack service documentation
[ci skip]
2016-07-22 12:37:05 +03:00
Achilleas Pipinellis
9eb4569ed9 Change all occurrences of doc.gitlab.com to docs.gitlab.com
[ci skip]
2016-05-13 16:26:56 -05:00
Sytse Sijbrandij
98f536f169 Everything on one page. 2016-04-09 20:09:07 -04:00
Patricio Cano
cf232411ae Added Troubleshooting information for most used services. 2016-03-03 11:21:32 -05:00
Stan Hu
d20e75a8d8 Support Akismet spam checking for creation of issues via API
Currently any spam detected by Akismet by non-members via API will be logged
in a separate table in the admin page.

Closes 
2016-02-02 11:25:44 -02:00
Achilleas Pipinellis
3629984b96 Move JIRA from integration to project_services 2016-01-25 10:08:11 +01:00
Sytse Sijbrandij
fd00646b5b Name more OmniAuth providers in the general readme. 2016-01-22 08:57:29 -08:00
Robert Speicher
3a6fac4a85 Remove Performance Monitoring from Integration docs
[ci skip]
2016-01-20 18:00:29 -05:00
Yorick Peterse
6f32459f2c Renamed "Metrics" to "Performance Monitoring" 2016-01-20 12:05:03 +01:00
Achilleas Pipinellis
d4c05766c7 Refactor GitLab Metrics docs
[ci skip]
2016-01-19 22:18:51 +01:00
Achilleas Pipinellis
b059fa5509 Clean up integration README
[ci skip]
2016-01-08 10:40:45 +01:00
Stan Hu
9e0f532f3e Add documentation for using reCAPTCHA 2015-12-27 20:38:44 -08:00
Douwe Maan
9832e60ffb Merge branch 'tduehr/gitlab-ce-cas-support' 2015-12-21 17:38:37 +01:00
Douwe Maan
7fc2422c8d Add link to CAS doc 2015-12-21 17:37:55 +01:00
Drew Blessing
f177aaa5fa Backport JIRA service 2015-12-18 14:19:48 -06:00
Marin Jankovski
4e33b47a50 Update the link in integration readme. 2015-09-17 17:08:10 +02:00
Jacob Vosmaer
3c01ab10fe Link to SAML docs from doc index
Without this link, the SAML docs are hard to discover.
2015-06-29 11:32:40 +02:00
Ewan Edwards
fe6fb32fe6 Moved the Gmail integration line into the list of available integrations. 2015-03-04 07:24:36 -08:00
Ewan Edwards
f04847a3c7 The "GitLab buttons in Gmail" document was not linked from anywhere
else. It is now linked.
2015-03-04 07:24:12 -08:00
Sytse Sijbrandij
10e4e2110c Improve the explanation and linking of the Oauth docs. 2015-02-18 20:49:19 -08:00
Valery Sizov
d9b32f20c6 OAuth2 provider documentation 2015-02-13 19:27:50 +02:00
Ewan Edwards
ad6c372eee Fix a number of discovered typos, capitalization of developer and
product names, plus a couple of instances of bad Markdown markup.
2015-02-03 15:18:40 -08:00
Sytse Sijbrandij
83b40ba268 Explain project services. 2014-07-25 13:47:11 +02:00
Ciro Santilli
fd348de76d Update docs to markdown style guide. 2014-06-03 23:16:31 +02:00
dosire
e1e9c307a6 Inform about the EE features. 2014-05-17 10:41:12 +02:00
dosire
193a9e7d4c Add link to slack docs. 2014-04-30 13:35:35 +02:00
Drew Blessing
728b05cab7 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

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
2014-04-10 07:31:54 -05:00
Dmitriy Zaporozhets
26c5102002 Fix link in integration doc 2014-04-07 14:39:45 +00:00