Skip to content

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

refactor(BA-483): Revamp ContainerRegistryNode API

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

Triggered via pull request January 31, 2025 01:58
Status Success
Total duration 10s
Artifacts

pr-prefix.yml

on: pull_request
check-pr-prefix
0s
check-pr-prefix
Fit to window
Zoom out
Zoom in

Annotations

25 errors, 2 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: docs/manager/graphql-reference/schema.graphql#L2641
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: docs/manager/graphql-reference/schema.graphql#L1
Type 'AssociateContainerRegistryWithGroup' was removed
Type 'DisassociateContainerRegistryWithGroup' was removed: docs/manager/graphql-reference/schema.graphql#L1
Type 'DisassociateContainerRegistryWithGroup' was removed
Field 'associate_container_registry_with_group' was removed from object type 'Mutations': docs/manager/graphql-reference/schema.graphql#L1723
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': docs/manager/graphql-reference/schema.graphql#L1723
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': docs/manager/graphql-reference/schema.graphql#L1852
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': docs/manager/graphql-reference/schema.graphql#L1852
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': docs/manager/graphql-reference/schema.graphql#L1852
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': docs/manager/graphql-reference/schema.graphql#L1852
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': docs/manager/graphql-reference/schema.graphql#L1852
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': docs/manager/graphql-reference/schema.graphql#L1852
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': docs/manager/graphql-reference/schema.graphql#L1852
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': docs/manager/graphql-reference/schema.graphql#L1852
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': docs/manager/graphql-reference/schema.graphql#L1852
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': docs/manager/graphql-reference/schema.graphql#L1858
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': docs/manager/graphql-reference/schema.graphql#L1858
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': docs/manager/graphql-reference/schema.graphql#L1858
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': docs/manager/graphql-reference/schema.graphql#L1858
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': docs/manager/graphql-reference/schema.graphql#L1858
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': docs/manager/graphql-reference/schema.graphql#L1858
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': docs/manager/graphql-reference/schema.graphql#L1858
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': docs/manager/graphql-reference/schema.graphql#L1858
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': docs/manager/graphql-reference/schema.graphql#L1858
Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.
Argument 'props: CreateContainerRegistryNodeInput!' added to field 'Mutations.create_container_registry_node': docs/manager/graphql-reference/schema.graphql#L1854
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': docs/manager/graphql-reference/schema.graphql#L1863
Adding a required argument to an existing field is a breaking change because it will cause existing uses of this field to error.
Field 'allowed_groups' was added to object type 'ContainerRegistryNode': docs/manager/graphql-reference/schema.graphql#L1538
Field 'allowed_groups' was added to object type 'ContainerRegistryNode'