Skip to content

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

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

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

GitHub Actions / GraphQL Inspector succeeded Feb 13, 2025 in 0s

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 2971 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 2977 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 2983 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 2060 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 2063 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 2066 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'