-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
Layer names that are substrings cause atlas to serve all layers that match #995
Conversation
Pull Request Test Coverage Report for Build be6ef56dc-PR-995Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks for hunting down that bug. That has been there for a very long time.
We will need to detail this change in the release notes just in case people see some changes in the data returned after upgrading. This is nuanced though so I don't suspect it has hit too many people.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@ARolek seems our dockerhub login key has expired. |
Nah, this is because the PR does not have access to the credentials I believe. If you were to merge this now, it will have them @gdey. |
This has to do with external PRs not being able to access the repo secrets. I have been trying to figure out how we could make that job conditional based on if you have access to the secrets or not. Here's a related discussion. Seems like a few work arounds also reference this iss. |
@KoduIsGreat can you please squash all the commits into a single one? I can help with this if you would like me to do it. |
I can do it this afternoon if you haven't got to it already |
@ARolek commits squashed |
Pull Request Test Coverage Report for Build 7613ca265-PR-995Details
💛 - Coveralls |
refers to #869
use direct comparison instead of strings.Contains to filter layernames
happy to discuss if we need to support both approaches.