Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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-463): Implement APIs for associating, disassociating
container_registries
withgroups
#3067base: topic/11-11-feat_implement_associationcontainerregistriesgroupsrow_
Are you sure you want to change the base?
feat(BA-463): Implement APIs for associating, disassociating
container_registries
withgroups
#3067Changes from all commits
69a36e4
8f62d83
9637892
5954d42
991d1a8
b572409
822f6d3
ef72eaa
cb6c798
2675658
be68766
25a228a
1f262aa
0a1da0e
c7305e7
de9d0a3
b1f2bef
0c23c5f
135da68
978b571
da74895
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check failure on line 1 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Type 'AssociateContainerRegistryWithGroup' was removed
Check failure on line 1 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Type 'DisassociateContainerRegistryWithGroup' was removed
Check notice on line 1530 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Field 'allowed_groups' was added to object type 'ContainerRegistryNode'
Check failure on line 1658 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Field 'associate_container_registry_with_group' was removed from object type 'Mutations'
Check failure on line 1658 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Field 'disassociate_container_registry_with_group' was removed from object type 'Mutations'
Check failure on line 1783 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Argument 'extra: JSONString' was removed from field 'Mutations.create_container_registry_node'
Check failure on line 1783 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Argument 'is_global: Boolean' was removed from field 'Mutations.create_container_registry_node'
Check failure on line 1783 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Argument 'password: String' was removed from field 'Mutations.create_container_registry_node'
Check failure on line 1783 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Argument 'project: String' was removed from field 'Mutations.create_container_registry_node'
Check failure on line 1783 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Argument 'registry_name: String!' was removed from field 'Mutations.create_container_registry_node'
Check failure on line 1783 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Argument 'ssl_verify: Boolean' was removed from field 'Mutations.create_container_registry_node'
Check failure on line 1783 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Argument 'type: ContainerRegistryTypeField!' was removed from field 'Mutations.create_container_registry_node'
Check failure on line 1783 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Argument 'url: String!' was removed from field 'Mutations.create_container_registry_node'
Check failure on line 1783 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Argument 'username: String' was removed from field 'Mutations.create_container_registry_node'
Check warning on line 1785 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Argument 'props: CreateContainerRegistryNodeInput!' added to field 'Mutations.create_container_registry_node'
Check failure on line 1789 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Argument 'extra: JSONString' was removed from field 'Mutations.modify_container_registry_node'
Check failure on line 1789 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Argument 'is_global: Boolean' was removed from field 'Mutations.modify_container_registry_node'
Check failure on line 1789 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Argument 'password: String' was removed from field 'Mutations.modify_container_registry_node'
Check failure on line 1789 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Argument 'project: String' was removed from field 'Mutations.modify_container_registry_node'
Check failure on line 1789 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Argument 'registry_name: String' was removed from field 'Mutations.modify_container_registry_node'
Check failure on line 1789 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Argument 'ssl_verify: Boolean' was removed from field 'Mutations.modify_container_registry_node'
Check failure on line 1789 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Argument 'type: ContainerRegistryTypeField' was removed from field 'Mutations.modify_container_registry_node'
Check failure on line 1789 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Argument 'url: String' was removed from field 'Mutations.modify_container_registry_node'
Check failure on line 1789 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Argument 'username: String' was removed from field 'Mutations.modify_container_registry_node'
Check warning on line 1794 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
Argument 'props: ModifyContainerRegistryNodeInput!' added to field 'Mutations.modify_container_registry_node'
Check failure on line 2525 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
New types must include a description with a version number in the format "Added in XX.XX.X." or "Added in XX.X.X.", Type 'CreateContainerRegistryNodeInput' was added
Check failure on line 2557 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
New types must include a description with a version number in the format "Added in XX.XX.X." or "Added in XX.X.X.", Type 'AllowedGroups' was added
Check failure on line 2570 in src/ai/backend/manager/api/schema.graphql
GitHub Actions / GraphQL Inspector
New types must include a description with a version number in the format "Added in XX.XX.X." or "Added in XX.X.X.", Type 'ModifyContainerRegistryNodeInput' was added