-
- Downloads
Merge branch 'issue_12758' into 'master'
Implement custom notification level options   part of #12758 See merge request !4389
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/assets/javascripts/dispatcher.js.coffee 8 additions, 1 deletionapp/assets/javascripts/dispatcher.js.coffee
- app/assets/javascripts/notifications_dropdown.js.coffee 24 additions, 0 deletionsapp/assets/javascripts/notifications_dropdown.js.coffee
- app/assets/javascripts/notifications_form.js.coffee 49 additions, 0 deletionsapp/assets/javascripts/notifications_form.js.coffee
- app/assets/javascripts/profile.js.coffee 4 additions, 0 deletionsapp/assets/javascripts/profile.js.coffee
- app/assets/javascripts/project.js.coffee 0 additions, 16 deletionsapp/assets/javascripts/project.js.coffee
- app/assets/stylesheets/pages/projects.scss 17 additions, 5 deletionsapp/assets/stylesheets/pages/projects.scss
- app/controllers/groups/notification_settings_controller.rb 0 additions, 16 deletionsapp/controllers/groups/notification_settings_controller.rb
- app/controllers/notification_settings_controller.rb 36 additions, 0 deletionsapp/controllers/notification_settings_controller.rb
- app/controllers/profiles/notifications_controller.rb 3 additions, 15 deletionsapp/controllers/profiles/notifications_controller.rb
- app/controllers/projects/notification_settings_controller.rb 0 additions, 16 deletionsapp/controllers/projects/notification_settings_controller.rb
- app/helpers/notifications_helper.rb 11 additions, 17 deletionsapp/helpers/notifications_helper.rb
- app/models/notification_setting.rb 36 additions, 1 deletionapp/models/notification_setting.rb
- app/services/notification_service.rb 81 additions, 35 deletionsapp/services/notification_service.rb
- app/views/profiles/notifications/_group_settings.html.haml 1 addition, 2 deletionsapp/views/profiles/notifications/_group_settings.html.haml
- app/views/profiles/notifications/_project_settings.html.haml 1 addition, 2 deletionsapp/views/profiles/notifications/_project_settings.html.haml
- app/views/profiles/notifications/show.html.haml 8 additions, 5 deletionsapp/views/profiles/notifications/show.html.haml
- app/views/projects/_home_panel.html.haml 5 additions, 5 deletionsapp/views/projects/_home_panel.html.haml
- app/views/projects/buttons/_notifications.html.haml 0 additions, 11 deletionsapp/views/projects/buttons/_notifications.html.haml
- app/views/shared/notifications/_button.html.haml 25 additions, 0 deletionsapp/views/shared/notifications/_button.html.haml
Loading
Please register or sign in to comment