search: deprecate "is-automated" filter and "IsAutomated" field#4413
Merged
thaJeztah merged 1 commit intodocker:masterfrom Aug 9, 2023
Merged
search: deprecate "is-automated" filter and "IsAutomated" field#4413thaJeztah merged 1 commit intodocker:masterfrom
thaJeztah merged 1 commit intodocker:masterfrom
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #4413 +/- ##
==========================================
- Coverage 59.39% 59.39% -0.01%
==========================================
Files 288 288
Lines 24779 24780 +1
==========================================
Hits 14717 14717
- Misses 9175 9176 +1
Partials 887 887 |
cb00319 to
092baf1
Compare
092baf1 to
270a547
Compare
1875137 to
d8aab08
Compare
vvoland
approved these changes
Aug 9, 2023
Member
Author
|
I'll rebase this one because #4488 was merged (expected conflict) |
The IsAutomated field is being deprecated by Docker Hub's search API and will always be "false" in future. This patch: - Deprecates the field and the related "is-automated" filter - Removes the "AUTOMATED" column from the default output of "docker search" Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
d8aab08 to
4fc3f0e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The IsAutomated field is being deprecated by Docker Hub's search API and will always be "false" in future.
This patch:
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)