Remove GraphQL `feature_flag` property
The property had been renamed to `_deprecated_feature_flag` earlier. This change removes it altogether and all code that was supporting it. https://gitlab.com/gitlab-org/gitlab/-/issues/369202
显示
- app/graphql/types/base_field.rb 0 个添加, 31 个删除app/graphql/types/base_field.rb
- doc/development/api_graphql_styleguide.md 0 个添加, 6 个删除doc/development/api_graphql_styleguide.md
- rubocop/code_reuse_helpers.rb 0 个添加, 6 个删除rubocop/code_reuse_helpers.rb
- rubocop/cop/gitlab/mark_used_feature_flags.rb 2 个添加, 18 个删除rubocop/cop/gitlab/mark_used_feature_flags.rb
- spec/graphql/features/feature_flag_spec.rb 0 个添加, 52 个删除spec/graphql/features/feature_flag_spec.rb
- spec/graphql/types/base_field_spec.rb 0 个添加, 99 个删除spec/graphql/types/base_field_spec.rb
- spec/rubocop/code_reuse_helpers_spec.rb 0 个添加, 25 个删除spec/rubocop/code_reuse_helpers_spec.rb
- spec/rubocop/cop/gitlab/mark_used_feature_flags_spec.rb 0 个添加, 13 个删除spec/rubocop/cop/gitlab/mark_used_feature_flags_spec.rb
加载中
想要评论请 注册 或 登录