Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

fix: Broken CI

b695731
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

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

fix: Broken CI
b695731
Select commit
Loading
Failed to load commit list.
GitHub Actions / GraphQL Inspector succeeded Feb 13, 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 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'