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-820): Add
force
,noprune
options toPurgeImages
GQL API #3987base: main
Are you sure you want to change the base?
feat(BA-820): Add
force
,noprune
options toPurgeImages
GQL API #3987Changes from all commits
c69305c
778bf6c
6a0fd7f
ad306b4
ac2f1df
4d416a7
fdaeb26
74b912b
424028a
6f5d9f4
3d7b161
ddc3c1b
5bd27d7
d72b817
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check failure on line 1 in docs/manager/graphql-reference/schema.graphql
Type 'PurgeImages' was removed
Check failure on line 1987 in docs/manager/graphql-reference/schema.graphql
Field 'Mutations.purge_images' changed type from 'PurgeImages' to 'PurgeImagesPayload'
Check failure on line 1987 in docs/manager/graphql-reference/schema.graphql
New arguments must include a description with a version number in the format "Added in XX.XX.X." or "Added in XX.X.X.", Argument 'keys: [PurgeImagesKey]!' added to field 'Mutations.purge_images'
Check failure on line 1987 in docs/manager/graphql-reference/schema.graphql
New arguments must include a description with a version number in the format "Added in XX.XX.X." or "Added in XX.X.X.", Argument 'options: PurgeImagesOptions' (with default value) added to field 'Mutations.purge_images'
Check failure on line 1987 in docs/manager/graphql-reference/schema.graphql
Argument 'agent_id: String!' was removed from field 'Mutations.purge_images'
Check failure on line 1987 in docs/manager/graphql-reference/schema.graphql
Argument 'images: [ImageRefType]!' was removed from field 'Mutations.purge_images'
Check notice on line 2588 in docs/manager/graphql-reference/schema.graphql
Type 'PurgeImagesPayload' was added
Check notice on line 2593 in docs/manager/graphql-reference/schema.graphql
Type 'PurgeImagesKey' was added
Check notice on line 2605 in docs/manager/graphql-reference/schema.graphql
Type 'PurgeImagesOptions' was added