Route, controller and views for Slack app
This is a step towards the feature of supporting the GitLab for Slack app integration to be configured at group and instance-level. https://gitlab.com/gitlab-org/gitlab/-/issues/391526 The change adds route, controller and view support for group-level and instance-level configuration. The changes are hidden behind a feature flag.
显示
- app/controllers/admin/slacks_controller.rb 25 个添加, 0 个删除app/controllers/admin/slacks_controller.rb
- app/controllers/concerns/integrations/slack_controller_settings.rb 29 个添加, 0 个删除...ollers/concerns/integrations/slack_controller_settings.rb
- app/controllers/groups/settings/slacks_controller.rb 31 个添加, 0 个删除app/controllers/groups/settings/slacks_controller.rb
- app/controllers/projects/settings/slacks_controller.rb 13 个添加, 18 个删除app/controllers/projects/settings/slacks_controller.rb
- app/graphql/types/projects/service_type_enum.rb 3 个添加, 1 个删除app/graphql/types/projects/service_type_enum.rb
- app/helpers/integrations_helper.rb 25 个添加, 3 个删除app/helpers/integrations_helper.rb
- app/models/integration.rb 29 个添加, 6 个删除app/models/integration.rb
- app/models/project.rb 3 个添加, 5 个删除app/models/project.rb
- app/views/shared/integrations/gitlab_slack_application/_help.html.haml 2 个添加, 2 个删除...red/integrations/gitlab_slack_application/_help.html.haml
- app/views/shared/integrations/gitlab_slack_application/_slack_integration_form.html.haml 14 个添加, 16 个删除...itlab_slack_application/_slack_integration_form.html.haml
- config/feature_flags/wip/gitlab_for_slack_app_instance_and_group_level.yml 9 个添加, 0 个删除...ags/wip/gitlab_for_slack_app_instance_and_group_level.yml
- config/routes/admin.rb 4 个添加, 0 个删除config/routes/admin.rb
- config/routes/group.rb 4 个添加, 0 个删除config/routes/group.rb
- lib/gitlab/usage_data.rb 1 个添加, 1 个删除lib/gitlab/usage_data.rb
- locale/gitlab.pot 5 个添加, 8 个删除locale/gitlab.pot
- spec/features/admin/integrations/admin_manages_gitlab_for_slack_app_spec.rb 83 个添加, 0 个删除...n/integrations/admin_manages_gitlab_for_slack_app_spec.rb
- spec/features/groups/integrations/user_manages_gitlab_for_slack_app_spec.rb 83 个添加, 0 个删除...ps/integrations/user_manages_gitlab_for_slack_app_spec.rb
- spec/features/projects/settings/slack_application_spec.rb 33 个添加, 2 个删除spec/features/projects/settings/slack_application_spec.rb
- spec/helpers/integrations_helper_spec.rb 52 个添加, 2 个删除spec/helpers/integrations_helper_spec.rb
- spec/models/integration_spec.rb 68 个添加, 7 个删除spec/models/integration_spec.rb
加载中
想要评论请 注册 或 登录