Rename flag to importer_user_mapping
This refactors the flag name so that it will be a flag for the core user mapping feature, to allow 1 flag per importer we roll the feature out to. - `importer_user_mapping`, applies to the core user mapping feature - Have one flag per importer we roll user mapping out to, example `bulk_import_user_mapping`. We would always additionally check the flag state of `importer_user_mapping` with these flag checks. This lets us globally switch user mapping off for all importers, if we need to (could be handy if we find user mapping strains production services while we’re evaluating it) but still control the rollout to individual importers in a granular way.
显示
- app/controllers/groups/group_members_controller.rb 1 个添加, 1 个删除app/controllers/groups/group_members_controller.rb
- app/controllers/import/source_users_controller.rb 1 个添加, 1 个删除app/controllers/import/source_users_controller.rb
- app/graphql/mutations/import/source_users/cancel_reassignment.rb 2 个添加, 2 个删除...phql/mutations/import/source_users/cancel_reassignment.rb
- app/graphql/mutations/import/source_users/keep_as_placeholder.rb 2 个添加, 2 个删除...phql/mutations/import/source_users/keep_as_placeholder.rb
- app/graphql/mutations/import/source_users/reassign.rb 2 个添加, 2 个删除app/graphql/mutations/import/source_users/reassign.rb
- app/graphql/mutations/import/source_users/resend_notification.rb 2 个添加, 2 个删除...phql/mutations/import/source_users/resend_notification.rb
- app/graphql/resolvers/import/source_users_resolver.rb 1 个添加, 1 个删除app/graphql/resolvers/import/source_users_resolver.rb
- app/workers/bulk_imports/relation_export_worker.rb 1 个添加, 1 个删除app/workers/bulk_imports/relation_export_worker.rb
- app/workers/import/load_placeholder_references_worker.rb 1 个添加, 1 个删除app/workers/import/load_placeholder_references_worker.rb
- config/feature_flags/wip/importer_user_mapping.yml 2 个添加, 2 个删除config/feature_flags/wip/importer_user_mapping.yml
- lib/gitlab/import_export/json/streaming_serializer.rb 1 个添加, 1 个删除lib/gitlab/import_export/json/streaming_serializer.rb
- spec/graphql/resolvers/import/source_users_resolver_spec.rb 2 个添加, 2 个删除spec/graphql/resolvers/import/source_users_resolver_spec.rb
- spec/lib/gitlab/import_export/json/streaming_serializer_spec.rb 9 个添加, 9 个删除...ib/gitlab/import_export/json/streaming_serializer_spec.rb
- spec/requests/api/graphql/mutations/import/source_users/cancel_reassignment_spec.rb 3 个添加, 3 个删除...mutations/import/source_users/cancel_reassignment_spec.rb
- spec/requests/api/graphql/mutations/import/source_users/keep_as_placeholder_spec.rb 3 个添加, 3 个删除...mutations/import/source_users/keep_as_placeholder_spec.rb
- spec/requests/api/graphql/mutations/import/source_users/reassign_spec.rb 3 个添加, 3 个删除...pi/graphql/mutations/import/source_users/reassign_spec.rb
- spec/requests/api/graphql/mutations/import/source_users/resend_notification_spec.rb 3 个添加, 3 个删除...mutations/import/source_users/resend_notification_spec.rb
- spec/requests/groups/group_members_controller_spec.rb 1 个添加, 1 个删除spec/requests/groups/group_members_controller_spec.rb
- spec/requests/import/source_users_controller_spec.rb 1 个添加, 1 个删除spec/requests/import/source_users_controller_spec.rb
- spec/workers/bulk_imports/relation_export_worker_spec.rb 3 个添加, 3 个删除spec/workers/bulk_imports/relation_export_worker_spec.rb
加载中
想要评论请 注册 或 登录