-
- Downloads
Introduce deploy command that allows to start deployment from one environment to second one
Showing
- app/models/environment.rb 2 additions, 2 deletionsapp/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 15 additions, 5 deletionslib/gitlab/chat_commands/deploy.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 75 additions, 0 deletionsspec/lib/gitlab/chat_commands/deploy_spec.rb
- spec/models/environment_spec.rb 12 additions, 0 deletionsspec/models/environment_spec.rb
spec/lib/gitlab/chat_commands/deploy_spec.rb
0 → 100644
Please register or sign in to comment