-
Notifications
You must be signed in to change notification settings - Fork 6.7k
feat(catalog)!: remove catalog.useUrlReadersSearch and always use search #29788
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(catalog)!: remove catalog.useUrlReadersSearch and always use search #29788
Conversation
Important This PR includes changes that affect public-facing API. Please ensure you are adding/updating documentation for new features or behavior. Changed Packages
|
7992fe7
to
be41cab
Compare
Signed-off-by: Thomas Cardonne <thomas.cardonne@adevinta.com>
be41cab
to
2339363
Compare
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |
Thank you for contributing to Backstage! The changes in this pull request will be part of the |
Hey, I just made a Pull Request!
Follow-up of #28379.
Removes the experimental (but encouraged to use)
catalog.useUrlReadersSearch
configuration flag introduced in v1.36.Also removes the old behavior that checks if the given Git-parsed URL contains pattern-like characters and calls
readUrl
orsearch
accordingly. The new behavior is to always use the search and let readers decide if it contains a pattern or not.Notes
This was discussed in today's (29th april) SIG Framework meeting, and given it's a breaking change it may be a good idea to include this as part of the catalog backend's breaking changes (@freben).
I opened this PR so this can be discussed 👍
✔️ Checklist
Screenshots attached (for UI changes)Signed-off-by
line in the message. (more info)