-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'chatops-deploy-command' into 'master'
Add deploy chat command This adds a new ChatOps command: ``` /trigger deploy <environment> to <environment> ``` See merge request !7619
No related branches found
No related tags found
Pipeline #
Showing
- app/models/environment.rb 9 additions, 1 deletionapp/models/environment.rb
- changelogs/unreleased/chatops-deploy-command.yml 4 additions, 0 deletionschangelogs/unreleased/chatops-deploy-command.yml
- lib/gitlab/chat_commands/command.rb 1 addition, 0 deletionslib/gitlab/chat_commands/command.rb
- lib/gitlab/chat_commands/deploy.rb 44 additions, 0 deletionslib/gitlab/chat_commands/deploy.rb
- lib/gitlab/chat_commands/result.rb 5 additions, 0 deletionslib/gitlab/chat_commands/result.rb
- lib/mattermost/presenter.rb 22 additions, 13 deletionslib/mattermost/presenter.rb
- spec/factories/ci/builds.rb 6 additions, 0 deletionsspec/factories/ci/builds.rb
- spec/lib/gitlab/chat_commands/command_spec.rb 41 additions, 2 deletionsspec/lib/gitlab/chat_commands/command_spec.rb
- spec/lib/gitlab/chat_commands/deploy_spec.rb 76 additions, 0 deletionsspec/lib/gitlab/chat_commands/deploy_spec.rb
- spec/models/environment_spec.rb 12 additions, 0 deletionsspec/models/environment_spec.rb
lib/gitlab/chat_commands/deploy.rb
0 → 100644
lib/gitlab/chat_commands/result.rb
0 → 100644
spec/lib/gitlab/chat_commands/deploy_spec.rb
0 → 100644
Please register or sign in to comment