##// END OF EJS Templates
scm-app: allow to set documented pyro4 as scm_app_implementation....
scm-app: allow to set documented pyro4 as scm_app_implementation. The documented ini setting allows to set pyro4 as scm_app, while the backend code crashes on import of pyro4 module. This change allows to configure the app based on the .ini docs. if we pass pyro4 as backedn, we simply skip import and use the default pyro4 scm_app

File last commit:

r552:9a0f45b0 default
r632:064401fe default
Show More
integrations.rst
49 lines | 1.6 KiB | text/x-rst | RstLexer

Integrations

Rhodecode supports integrations with external services for various events such as commit pushes and pull requests. Multiple integrations of the same type (eg. slack) can be added at the same time which is useful for example to post different events to different slack channels.

Supported integrations

Type/Name |RC| Edition Description
:ref:`integrations-slack` |RCCEshort| https://slack.com/
:ref:`integrations-hipchat` |RCCEshort| https://www.hipchat.com/
:ref:`integrations-webhook` |RCCEshort| POST events as json to a custom url
:ref:`integrations-redmine` |RCEEshort| Close/Resolve/Reference redmine issues
:ref:`integrations-jira` |RCEEshort| Close/Resolve/Reference JIRA issues

Creating an integration

Integrations can be added globally via the admin UI:

:menuselection:`Admin --> Integrations`

or per repository in the repository settings:

:menuselection:`Admin --> Repositories --> Edit --> Integrations`

To create an integration, select the type from the list of types in the Create an integration section.

The Current integrations section shows existing integrations that have been created along with their type (eg. slack) and enabled status.