summaryrefslogtreecommitdiff
path: root/doc/integration/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+2
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-0/+2
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-301-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-061-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-151-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-081-36/+60
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-251-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-081-2/+2
|
* Update links to relativeMarcel Amirault2019-07-251-3/+1
| | | | | Following the single docs codebase change, all internal links should be relative. Also cleans up one table
* Replace 'JIRA' with 'Jira'Takuya Noguchi2019-06-281-2/+2
| | | | | | https://community.atlassian.com/t5/Jira-questions/Is-it-quot-JIRA-quot-or-quot-Jira-quot/qaq-p/681163 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Https many links in docsEvan Read2019-06-181-2/+2
|
* Docs: Merge EE doc/​integration to CEMarcel Amirault2019-05-051-0/+2
|
* Revert "Remove HipChat integration from GitLab"Sean McGivern2019-04-101-2/+2
| | | | This reverts commit a5378665a1dc0b9c8dc3a4fa279a0eb78aac5aac.
* Remove unnecessary difference between CE and EEEvan Read2019-02-251-2/+1
|
* Ensure all lists are surrounded by new linesEvan Read2019-02-221-1/+1
| | | | | | | | | 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.
* Remove HipChat integration from GitLabNick Thomas2019-02-081-2/+2
|
* 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
|/