Drop scoped_search extensions#1099
Merged
jeremylenz merged 1 commit intotheforeman:developfrom Oct 6, 2025
Merged
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideRemove legacy scoped_search extensions now implemented upstream and bump the minimum Foreman version to match newer scoped_search dependency File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
It was implemented in scoped_search itself, newer scoped_search will be pulled in by foreman-3.17. Fixes b2ffab5
e5ed5e5 to
378d765
Compare
Collaborator
|
What version of the scoped_search gem has the fix? |
Contributor
Author
4.3.0 |
Collaborator
|
LGTM, though I'd like to wait until the scoped_search fixes are in place before merging |
Member
I see @adamruzicka bumped it to 4.3.0 here wvanbergen/scoped_search@e4f526b and it's on rubygems.org https://rubygems.org/gems/scoped_search/versions/4.3.0 I think we can merge this. |
chris1984
approved these changes
Sep 25, 2025
Collaborator
|
Thanks @adamruzicka! |
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.
It was implemented in scoped_search itself, newer scoped_search will be pulled in by foreman-3.17 (dependency being bumped in theforeman/foreman#10677).
Fixes b2ffab5 (#1083)
Summary by Sourcery
Remove the custom scoped_search autocomplete override and update the Foreman plugin requirement to use scoped_search’s built-in implementation.
Enhancements: