Skip to content

RocketChat App to connect to GitLab and GitLab-CI

License

Notifications You must be signed in to change notification settings

torresmga/rcapps-gitlab

 
 

Repository files navigation

Rocket.Chat - GitLab integration

Integrates GitLab with Rocket.Chat.

This app connects GitLab with Rocket.Chat. Users are notified directly in the chat about code changes. In future versions, this app will allow users to reference, browse and create issues in the chat.

GitLab integration example

Installation

Preconditions

  1. Activate the app framework and development mode - Therefore goto to the Rocket.Chat Admin UI -> Settings -> General -> Apps and enable both options "app framework" and "development mode".

  2. Install "Rocket.Chat Apps CLI" - In order to make a deployable Rocket.Chat app from this repository, you need to install the "Rocket.Chat Apps CLI" first. See https://github.com/RocketChat/Rocket.Chat.Apps-cli for installation details.

Deploy the App

After the RC Apps CLI has been installed on your computer, checkout this repository and run rc-apps package in order to generate a packaged app file (zip) which can be installed. To deploy the app locally or remotely use the rc-apps deploy command: this will do what package does but ask you for your server url, username, and password to deploy the app for you.

git clone https://github.com/assistify/rcapps-gitlab.git
cd rcapps-gitlab
rc-apps deploy

Configuration

To connect your GitLab project with Rocket.Chat you have to do a few steps on both sides:

  • create and configure an integration within your GitLab project,
  • disclose the GitLab URL in Rocket.Chat and finally
  • create an Rocket.Chat channel to be used for notifications

Connect GitLab code repository with Rocket.Chat

  1. Switch to the Rocket.Chat Adminstration, open the Apps settings and make sure the GitLab app is activated
  2. Copy the Rocket.Chat webhook URL, enter the GitLab base URL (e.g. https://gitlab.mycompany.com/), and save your changes GitLab App settings
  3. Switch to the settings of your GitLab project (group > project > settings) and create a new integration
  4. Paste the previously copied "POST webhook" URL, activate the trigger "Push events", scroll down and press "Add webhook" GitLab integration settings

More info about how to setup an integration (webhook) in GitLab, you'll find at:

Configure a notification channel

Now you need a channel where the GitLab notifications should appear. This must have the same name as the GitLab repository. For example, if your GitLab URL is https://gitlab.mycompany.com/assistify/chat, the channel in Rocket.Chat must be named assistify-chat. Make sure that slashes from the URL are replaced by hyphens.

Note: Ideally, you should use the same usernames in GitLab and Rocket.Chat. Then the user who triggered the event in GitLab will be used as the sender of the notifications in Rocket.Chat. The integration works even if the channel does not have the same name. However, the name of the sender of the notifications is always "@rocket.cat".

References

Releated documentation

Developing Rocket.Chat apps

Here are some links to examples and documentation:

About

RocketChat App to connect to GitLab and GitLab-CI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.7%
  • Other 1.3%