Add group mention Slack events behind feature flag
Adds group_mention and group_confidential_mention as group-level integrations events/hooks and Slack notification triggers. - https://gitlab.com/gitlab-com/gl-security/engineering-and-research/automation-team/automation/-/issues/346 - https://gitlab.com/gitlab-org/gitlab/-/issues/414856 Changelog: added
显示
- app/controllers/concerns/integrations/params.rb 2 个添加, 0 个删除app/controllers/concerns/integrations/params.rb
- app/helpers/integrations_helper.rb 8 个添加, 0 个删除app/helpers/integrations_helper.rb
- app/models/group.rb 5 个添加, 2 个删除app/models/group.rb
- app/models/integration.rb 4 个添加, 0 个删除app/models/integration.rb
- app/models/integrations/base_chat_notification.rb 2 个添加, 2 个删除app/models/integrations/base_chat_notification.rb
- app/models/integrations/base_slack_notification.rb 9 个添加, 2 个删除app/models/integrations/base_slack_notification.rb
- app/models/integrations/chat_message/group_mention_message.rb 102 个添加, 0 个删除...models/integrations/chat_message/group_mention_message.rb
- app/services/integrations/group_mention_service.rb 59 个添加, 0 个删除app/services/integrations/group_mention_service.rb
- app/services/issues/base_service.rb 19 个添加, 0 个删除app/services/issues/base_service.rb
- app/services/merge_requests/base_service.rb 19 个添加, 0 个删除app/services/merge_requests/base_service.rb
- app/services/notes/post_process_service.rb 10 个添加, 1 个删除app/services/notes/post_process_service.rb
- app/workers/all_queues.yml 9 个添加, 0 个删除app/workers/all_queues.yml
- app/workers/integrations/group_mention_worker.rb 42 个添加, 0 个删除app/workers/integrations/group_mention_worker.rb
- config/feature_flags/development/group_mentions.yml 8 个添加, 0 个删除config/feature_flags/development/group_mentions.yml
- config/sidekiq_queues.yml 2 个添加, 0 个删除config/sidekiq_queues.yml
- db/migrate/20230705155000_add_group_mention_events_to_integrations.rb 8 个添加, 0 个删除...0230705155000_add_group_mention_events_to_integrations.rb
- db/schema_migrations/20230705155000 1 个添加, 0 个删除db/schema_migrations/20230705155000
- db/structure.sql 2 个添加, 0 个删除db/structure.sql
- doc/user/project/integrations/gitlab_slack_application.md 2 个添加, 0 个删除doc/user/project/integrations/gitlab_slack_application.md
- doc/user/project/integrations/slack.md 2 个添加, 0 个删除doc/user/project/integrations/slack.md
加载中
想要评论请 注册 或 登录