-
Notifications
You must be signed in to change notification settings - Fork 39
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
SRCH-368 remove legacy SERP code #738
Conversation
- remove legacy views, helpers & click-tracking code - remove "Compare Search Results" super admin feature - remove advanced-firstgov logic - remove deprecated or duplicated features - remove legacy seed & fixtures - remove legacy spec & feature helpers - redirect video news search path to search path - disable duplication check for specs
- replace custom "mobile" format with "html" - remove remaining "force_mobile_format" logic - remove deprecated parameters from permitted list - remove or update tests - remove or update VCR cassettes
- add comments re. deprecated gems
- update asset-related gems
- remove unused image assets and stylesheets - removed unused cucumber helpers
- bundle update gems
@jmax-fearless , this is ready for review. The changes in this PR have all been reviewed before, so this review is more to confirm that nothing untoward has snuck into this branch via a bad merge, for example. As I mentioned the CodeClimate failures "can't be displayed properly due to high issue volume", but I suspect they are all related to what appears to be new code, but is actually just code in renamed files that CC is processing as new code. With your OK, I'll mass-approve the CC failures. |
@jmax-fearless , ignore this PR until further notice. At least one more change is going into this branch... |
@jmax-fearless , this is ready for review. See review notes above. |
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
SRCH-368 remove legacy SERP code (#738)
This is the feature branch to remove the legacy SERP, along with as much supporting code/files as possible, including assets, javascripts, specs, VCR cassettes, etc.