-
- Downloads
Merge branch 'jej/mattermost-notification-confidentiality-10-6' into 'security-10-6'
[10.6] Prevent notes on confidential issues from being sent to chat See merge request gitlab/gitlabhq!2366 # Conflicts: # app/helpers/services_helper.rb
Showing
- app/helpers/services_helper.rb 25 additions, 0 deletionsapp/helpers/services_helper.rb
- app/models/hooks/project_hook.rb 1 addition, 0 deletionsapp/models/hooks/project_hook.rb
- app/models/note.rb 4 additions, 0 deletionsapp/models/note.rb
- app/models/project_services/chat_notification_service.rb 12 additions, 2 deletionsapp/models/project_services/chat_notification_service.rb
- app/models/project_services/hipchat_service.rb 1 addition, 1 deletionapp/models/project_services/hipchat_service.rb
- app/models/service.rb 6 additions, 2 deletionsapp/models/service.rb
- app/services/notes/post_process_service.rb 4 additions, 2 deletionsapp/services/notes/post_process_service.rb
- app/views/shared/web_hooks/_form.html.haml 7 additions, 0 deletionsapp/views/shared/web_hooks/_form.html.haml
- changelogs/unreleased/jej-mattermost-notification-confidentiality.yml 5 additions, 0 deletions...nreleased/jej-mattermost-notification-confidentiality.yml
- db/migrate/20171222115326_add_confidential_note_events_to_web_hooks.rb 15 additions, 0 deletions...171222115326_add_confidential_note_events_to_web_hooks.rb
- db/migrate/20180103123548_add_confidential_note_events_to_services.rb 16 additions, 0 deletions...0180103123548_add_confidential_note_events_to_services.rb
- db/post_migrate/20180104131052_schedule_set_confidential_note_events_on_webhooks.rb 23 additions, 0 deletions...1052_schedule_set_confidential_note_events_on_webhooks.rb
- db/post_migrate/20180122154930_schedule_set_confidential_note_events_on_services.rb 23 additions, 0 deletions...4930_schedule_set_confidential_note_events_on_services.rb
- db/schema.rb 2 additions, 0 deletionsdb/schema.rb
- lib/api/entities.rb 2 additions, 2 deletionslib/api/entities.rb
- lib/api/project_hooks.rb 1 addition, 0 deletionslib/api/project_hooks.rb
- lib/gitlab/background_migration/set_confidential_note_events_on_services.rb 26 additions, 0 deletions...und_migration/set_confidential_note_events_on_services.rb
- lib/gitlab/background_migration/set_confidential_note_events_on_webhooks.rb 26 additions, 0 deletions...und_migration/set_confidential_note_events_on_webhooks.rb
- lib/gitlab/data_builder/note.rb 4 additions, 0 deletionslib/gitlab/data_builder/note.rb
- lib/gitlab/database/migration_helpers.rb 1 addition, 1 deletionlib/gitlab/database/migration_helpers.rb
Please register or sign in to comment