Skip to content

feat(BA-145): Implement CRUD API for managing Harbor per-project Quota #14626

feat(BA-145): Implement CRUD API for managing Harbor per-project Quota

feat(BA-145): Implement CRUD API for managing Harbor per-project Quota #14626

GitHub Actions / GraphQL Inspector succeeded Jan 30, 2025 in 1s

Everything looks good

Found 7 changes

Breaking: 0
Dangerous: 0
Safe: 7

Safe changes

  • Type CreateContainerRegistryQuota was added
  • Type UpdateContainerRegistryQuota was added
  • Type DeleteContainerRegistryQuota was added
  • Field registry_quota was added to object type GroupNode
  • Field create_container_registry_quota was added to object type Mutations
  • Field update_container_registry_quota was added to object type Mutations
  • Field delete_container_registry_quota was added to object type Mutations

Looking for more advanced tool? Try GraphQL Hive!

Annotations

Check notice on line 2803 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'CreateContainerRegistryQuota' was added

Type 'CreateContainerRegistryQuota' was added

Check notice on line 2809 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'UpdateContainerRegistryQuota' was added

Type 'UpdateContainerRegistryQuota' was added

Check notice on line 2815 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'DeleteContainerRegistryQuota' was added

Type 'DeleteContainerRegistryQuota' was added

Check notice on line 715 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'registry_quota' was added to object type 'GroupNode'

Field 'registry_quota' was added to object type 'GroupNode'

Check notice on line 1940 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'create_container_registry_quota' was added to object type 'Mutations'

Field 'create_container_registry_quota' was added to object type 'Mutations'

Check notice on line 1943 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'update_container_registry_quota' was added to object type 'Mutations'

Field 'update_container_registry_quota' was added to object type 'Mutations'

Check notice on line 1946 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'delete_container_registry_quota' was added to object type 'Mutations'

Field 'delete_container_registry_quota' was added to object type 'Mutations'