Skip to content

feat: Migrate container registry config storage from Etcd to PostgreSQL #884

feat: Migrate container registry config storage from Etcd to PostgreSQL

feat: Migrate container registry config storage from Etcd to PostgreSQL #884

GitHub Actions / GraphQL Inspector succeeded Aug 2, 2024 in 0s

Everything looks good

Found 3 changes

Breaking: 0
Dangerous: 2
Safe: 1

Dangerous changes

  • Input field is_global was added to input object type CreateContainerRegistryInput
  • Input field is_global was added to input object type ModifyContainerRegistryInput

Safe changes

  • Field is_global was added to object type ContainerRegistryConfig

Looking for more advanced tool? Try GraphQL Hive!

Annotations

Check notice on line 1034 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'is_global' was added to object type 'ContainerRegistryConfig'

Field 'is_global' was added to object type 'ContainerRegistryConfig'

Check warning on line 1808 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Input field 'is_global' was added to input object type 'CreateContainerRegistryInput'

Input field 'is_global' was added to input object type 'CreateContainerRegistryInput'

Check warning on line 1824 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Input field 'is_global' was added to input object type 'ModifyContainerRegistryInput'

Input field 'is_global' was added to input object type 'ModifyContainerRegistryInput'