Added basic implementation of GitLab Chatops
The chatops solution is built on top of CI pipelines and essentially acts as a different UI for scheduling pipelines manually. Pipelines scheduled via chat have access to an environment variable called "CHAT_INPUT". This variable stores the arguments that were passed to the chatops command. Responses are sent back via Sidekiq using the ChatNotificationWorker class. This ensures that existing CI related jobs won't get slowed down if Slack (or another chat service) is not responding.
Showing