Skip to content

feat: create network management CLI commands #6457

feat: create network management CLI commands

feat: create network management CLI commands #6457

Triggered via pull request September 2, 2024 07:02
Status Success
Total duration 9s
Artifacts

pr-prefix.yml

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

Annotations

11 errors
Type for argument 'id' on field 'Queries.network' changed from 'UUID!' to 'String!': src/ai/backend/manager/api/schema.graphql#L169
Changing the type of a field's argument can cause existing queries that use this argument to error.
Argument 'project: UUID!' was removed from field 'Mutations.create_network': src/ai/backend/manager/api/schema.graphql#L1445
Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.
Argument 'network_id: UUID!' was removed from field 'Mutations.modify_network': src/ai/backend/manager/api/schema.graphql#L1446
Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.
Argument 'network_id: UUID!' was removed from field 'Mutations.delete_network': src/ai/backend/manager/api/schema.graphql#L1447
Removing a field argument is a breaking change because it will cause existing queries that use this argument to error.