Add dast_profiles_tags table
This MR adds a new table to store the tags for DastProfiles. These tags will be used to define which runner can run the dast scans. Changelog: added
显示
- config/gitlab_loose_foreign_keys.yml 4 个添加, 0 个删除config/gitlab_loose_foreign_keys.yml
- db/docs/dast_profiles_tags.yml 10 个添加, 0 个删除db/docs/dast_profiles_tags.yml
- db/migrate/20230106184809_create_dast_profiles_tags.rb 18 个添加, 0 个删除db/migrate/20230106184809_create_dast_profiles_tags.rb
- db/schema_migrations/20230106184809 1 个添加, 0 个删除db/schema_migrations/20230106184809
- db/structure.sql 27 个添加, 0 个删除db/structure.sql
- doc/api/graphql/reference/index.md 6 个添加, 3 个删除doc/api/graphql/reference/index.md
- ee/app/graphql/mutations/dast/profiles/create.rb 12 个添加, 15 个删除ee/app/graphql/mutations/dast/profiles/create.rb
- ee/app/graphql/mutations/dast/profiles/update.rb 7 个添加, 1 个删除ee/app/graphql/mutations/dast/profiles/update.rb
- ee/app/graphql/mutations/dast_scanner_profiles/create.rb 3 个添加, 1 个删除ee/app/graphql/mutations/dast_scanner_profiles/create.rb
- ee/app/graphql/mutations/dast_scanner_profiles/update.rb 3 个添加, 5 个删除ee/app/graphql/mutations/dast_scanner_profiles/update.rb
- ee/app/graphql/types/dast/profile_type.rb 3 个添加, 0 个删除ee/app/graphql/types/dast/profile_type.rb
- ee/app/graphql/types/dast_scanner_profile_type.rb 7 个添加, 1 个删除ee/app/graphql/types/dast_scanner_profile_type.rb
- ee/app/models/dast/profile.rb 7 个添加, 0 个删除ee/app/models/dast/profile.rb
- ee/app/models/dast/profile_tag.rb 10 个添加, 0 个删除ee/app/models/dast/profile_tag.rb
- ee/app/models/dast_scanner_profile.rb 0 个添加, 6 个删除ee/app/models/dast_scanner_profile.rb
- ee/app/services/app_sec/dast/profiles/base_service.rb 37 个添加, 0 个删除ee/app/services/app_sec/dast/profiles/base_service.rb
- ee/app/services/app_sec/dast/profiles/create_service.rb 18 个添加, 11 个删除ee/app/services/app_sec/dast/profiles/create_service.rb
- ee/app/services/app_sec/dast/profiles/update_service.rb 17 个添加, 13 个删除ee/app/services/app_sec/dast/profiles/update_service.rb
- ee/app/services/app_sec/dast/scan_configs/build_service.rb 2 个添加, 2 个删除ee/app/services/app_sec/dast/scan_configs/build_service.rb
- ee/app/services/app_sec/dast/scanner_profiles/base_service.rb 0 个添加, 22 个删除...pp/services/app_sec/dast/scanner_profiles/base_service.rb
加载中
想要评论请 注册 或 登录