Skip to content

refactor(BA-483): Revamp ContainerRegistryNode API #3727

refactor(BA-483): Revamp ContainerRegistryNode API

refactor(BA-483): Revamp ContainerRegistryNode API #3727

Triggered via pull request January 22, 2025 05:32
Status Failure
Total duration 2m 4s
Artifacts

update-api-schema.yml

on: pull_request
graphql-updated
1m 43s
graphql-updated
Check Schema
7s
Check Schema
Fit to window
Zoom out
Zoom in

Annotations

26 errors, 4 warnings, and 1 notice
New types must include a description with a version number in the format "Added in XX.XX.X." or "Added in XX.X.X.", Type 'AllowedGroups' was added: src/ai/backend/manager/api/schema.graphql#L2557
New types must include a description with a version number in the format "Added in XX.XX.X." or "Added in XX.X.X."
Type 'AssociateContainerRegistryWithGroup' was removed: src/ai/backend/manager/api/schema.graphql#L1
Type 'AssociateContainerRegistryWithGroup' was removed
Type 'DisassociateContainerRegistryWithGroup' was removed: src/ai/backend/manager/api/schema.graphql#L1
Type 'DisassociateContainerRegistryWithGroup' was removed
Field 'associate_container_registry_with_group' was removed from object type 'Mutations': src/ai/backend/manager/api/schema.graphql#L1658
Removing a field is a breaking change. It is preferable to deprecate the field before removing it.
Field 'disassociate_container_registry_with_group' was removed from object type 'Mutations': src/ai/backend/manager/api/schema.graphql#L1658
Removing a field is a breaking change. It is preferable to deprecate the field before removing it.
Argument 'extra: JSONString' was removed from field 'Mutations.create_container_registry_node': src/ai/backend/manager/api/schema.graphql#L1783
Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.
Argument 'is_global: Boolean' was removed from field 'Mutations.create_container_registry_node': src/ai/backend/manager/api/schema.graphql#L1783
Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.
Argument 'password: String' was removed from field 'Mutations.create_container_registry_node': src/ai/backend/manager/api/schema.graphql#L1783
Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.
Argument 'project: String' was removed from field 'Mutations.create_container_registry_node': src/ai/backend/manager/api/schema.graphql#L1783
Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.
Argument 'registry_name: String!' was removed from field 'Mutations.create_container_registry_node': src/ai/backend/manager/api/schema.graphql#L1783
Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.
Argument 'ssl_verify: Boolean' was removed from field 'Mutations.create_container_registry_node': src/ai/backend/manager/api/schema.graphql#L1783
Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.
Argument 'type: ContainerRegistryTypeField!' was removed from field 'Mutations.create_container_registry_node': src/ai/backend/manager/api/schema.graphql#L1783
Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.
Argument 'url: String!' was removed from field 'Mutations.create_container_registry_node': src/ai/backend/manager/api/schema.graphql#L1783
Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.
Argument 'username: String' was removed from field 'Mutations.create_container_registry_node': src/ai/backend/manager/api/schema.graphql#L1783
Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.
Argument 'extra: JSONString' was removed from field 'Mutations.modify_container_registry_node': src/ai/backend/manager/api/schema.graphql#L1789
Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.
Argument 'is_global: Boolean' was removed from field 'Mutations.modify_container_registry_node': src/ai/backend/manager/api/schema.graphql#L1789
Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.
Argument 'password: String' was removed from field 'Mutations.modify_container_registry_node': src/ai/backend/manager/api/schema.graphql#L1789
Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.
Argument 'project: String' was removed from field 'Mutations.modify_container_registry_node': src/ai/backend/manager/api/schema.graphql#L1789
Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.
Argument 'registry_name: String' was removed from field 'Mutations.modify_container_registry_node': src/ai/backend/manager/api/schema.graphql#L1789
Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.
Argument 'ssl_verify: Boolean' was removed from field 'Mutations.modify_container_registry_node': src/ai/backend/manager/api/schema.graphql#L1789
Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.
Argument 'type: ContainerRegistryTypeField' was removed from field 'Mutations.modify_container_registry_node': src/ai/backend/manager/api/schema.graphql#L1789
Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.
Argument 'url: String' was removed from field 'Mutations.modify_container_registry_node': src/ai/backend/manager/api/schema.graphql#L1789
Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.
Argument 'username: String' was removed from field 'Mutations.modify_container_registry_node': src/ai/backend/manager/api/schema.graphql#L1789
Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.
Check Schema
Something is wrong with your schema
graphql-updated
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Argument 'props: CreateContainerRegistryNodeInput!' added to field 'Mutations.create_container_registry_node': src/ai/backend/manager/api/schema.graphql#L1785
Adding a required argument to an existing field is a breaking change because it will cause existing uses of this field to error.
Argument 'props: ModifyContainerRegistryNodeInput!' added to field 'Mutations.modify_container_registry_node': src/ai/backend/manager/api/schema.graphql#L1794
Adding a required argument to an existing field is a breaking change because it will cause existing uses of this field to error.
Check Schema
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Field 'allowed_groups' was added to object type 'ContainerRegistryNode': src/ai/backend/manager/api/schema.graphql#L1530
Field 'allowed_groups' was added to object type 'ContainerRegistryNode'