-
- Downloads
Update to graphql 1.13.8 and much more
- Update to graphql 1.13.8 - Override unauthorized_object(unauthorized_error) - Fix arg handlling in GraphQL::Helpers - Now some exceptions are being caught much earlier, breaking many unit test specs that relied on checking for exceptions - Must override == in the class itself - GraphQL-Ruby's types used to override def ==(other), but it doesn't anymore when using the interpreter - Procs are no longer supported - GraphQL::Pagination::Connections is now a default and is no longer needed - Check for object in FindClosest - Casues a GraphQL::Schema::DuplicateNamesError - Add new expect_graphql_error_to_be_created
Showing
- Gemfile 2 additions, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- app/graphql/gitlab_schema.rb 10 additions, 16 deletionsapp/graphql/gitlab_schema.rb
- app/graphql/mutations/base_mutation.rb 1 addition, 1 deletionapp/graphql/mutations/base_mutation.rb
- app/graphql/types/ci/detailed_status_type.rb 1 addition, 1 deletionapp/graphql/types/ci/detailed_status_type.rb
- app/graphql/types/concerns/find_closest.rb 1 addition, 1 deletionapp/graphql/types/concerns/find_closest.rb
- app/graphql/types/global_id_type.rb 5 additions, 2 deletionsapp/graphql/types/global_id_type.rb
- app/graphql/types/permission_types/base_permission_type.rb 9 additions, 5 deletionsapp/graphql/types/permission_types/base_permission_type.rb
- app/graphql/types/query_complexity_type.rb 2 additions, 2 deletionsapp/graphql/types/query_complexity_type.rb
- ee/spec/graphql/resolvers/epics_resolver_spec.rb 1 addition, 0 deletionsee/spec/graphql/resolvers/epics_resolver_spec.rb
- ee/spec/graphql/resolvers/external_issue_resolver_spec.rb 3 additions, 0 deletionsee/spec/graphql/resolvers/external_issue_resolver_spec.rb
- lib/gitlab/graphql/present/field_extension.rb 3 additions, 0 deletionslib/gitlab/graphql/present/field_extension.rb
- lib/gitlab/graphql/query_analyzers/ast/logger_analyzer.rb 3 additions, 2 deletionslib/gitlab/graphql/query_analyzers/ast/logger_analyzer.rb
- spec/graphql/gitlab_schema_spec.rb 8 additions, 2 deletionsspec/graphql/gitlab_schema_spec.rb
- spec/graphql/mutations/release_asset_links/create_spec.rb 1 addition, 0 deletionsspec/graphql/mutations/release_asset_links/create_spec.rb
- spec/graphql/resolvers/design_management/versions_resolver_spec.rb 2 additions, 4 deletions...hql/resolvers/design_management/versions_resolver_spec.rb
- spec/graphql/resolvers/group_labels_resolver_spec.rb 1 addition, 1 deletionspec/graphql/resolvers/group_labels_resolver_spec.rb
- spec/graphql/resolvers/issue_status_counts_resolver_spec.rb 1 addition, 1 deletionspec/graphql/resolvers/issue_status_counts_resolver_spec.rb
- spec/graphql/subscriptions/issuable_updated_spec.rb 2 additions, 1 deletionspec/graphql/subscriptions/issuable_updated_spec.rb
- spec/graphql/types/base_edge_spec.rb 0 additions, 1 deletionspec/graphql/types/base_edge_spec.rb
Loading
Please register or sign in to comment