-
- Downloads
Allow slack service to send messages on different channels
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/admin/services_controller.rb 5 additions, 2 deletionsapp/controllers/admin/services_controller.rb
- app/controllers/projects/services_controller.rb 6 additions, 1 deletionapp/controllers/projects/services_controller.rb
- app/helpers/services_helper.rb 25 additions, 0 deletionsapp/helpers/services_helper.rb
- app/models/project_services/slack_service.rb 40 additions, 8 deletionsapp/models/project_services/slack_service.rb
- app/views/admin/services/_form.html.haml 4 additions, 1 deletionapp/views/admin/services/_form.html.haml
- app/views/projects/services/_form.html.haml 5 additions, 1 deletionapp/views/projects/services/_form.html.haml
- app/views/projects/services/slack/_service_settings.html.haml 34 additions, 0 deletions...views/projects/services/slack/_service_settings.html.haml
- features/steps/admin/settings.rb 8 additions, 8 deletionsfeatures/steps/admin/settings.rb
- spec/models/project_services/slack_service_spec.rb 71 additions, 0 deletionsspec/models/project_services/slack_service_spec.rb
app/helpers/services_helper.rb
0 → 100644
Please register or sign in to comment