Add specs for simple lazy promise
This promise abstracts over a few different kinds of laziness we have, without coupling super tightly to the GitlabSchema.
显示
- .gitignore 2 个添加, 0 个删除.gitignore
- app/graphql/gitlab_schema.rb 2 个添加, 0 个删除app/graphql/gitlab_schema.rb
- bin/feature-flag 1 个添加, 1 个删除bin/feature-flag
- config/feature_flags/development/graphql_lazy_authorization.yml 7 个添加, 0 个删除.../feature_flags/development/graphql_lazy_authorization.yml
- lib/gitlab/graphql/authorize/authorize_field_service.rb 32 个添加, 16 个删除lib/gitlab/graphql/authorize/authorize_field_service.rb
- lib/gitlab/graphql/lazy.rb 29 个添加, 1 个删除lib/gitlab/graphql/lazy.rb
- spec/bin/feature_flag_spec.rb 3 个添加, 3 个删除spec/bin/feature_flag_spec.rb
- spec/lib/gitlab/graphql/authorize/authorize_field_service_spec.rb 163 个添加, 73 个删除.../gitlab/graphql/authorize/authorize_field_service_spec.rb
- spec/lib/gitlab/graphql/lazy_spec.rb 96 个添加, 0 个删除spec/lib/gitlab/graphql/lazy_spec.rb
- spec/support/helpers/graphql_helpers.rb 2 个添加, 0 个删除spec/support/helpers/graphql_helpers.rb
- spec/support/shared_examples/graphql/label_fields.rb 1 个添加, 3 个删除spec/support/shared_examples/graphql/label_fields.rb
加载中
想要评论请 注册 或 登录