Skip to content

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

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

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

GitHub Actions / GraphQL Inspector succeeded Feb 6, 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 2880 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 2886 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 2892 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 724 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 1987 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 1990 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 1993 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'