-
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-243 SRCH-1525 SRCH-2109 remove legacy SERP code #736
Merged
MothOnMars
merged 1 commit into
GSA:feature/remove_legacy_serp_368
from
MothOnMars:legacy_serp_243
Jun 8, 2021
Merged
SRCH-243 SRCH-1525 SRCH-2109 remove legacy SERP code #736
MothOnMars
merged 1 commit into
GSA:feature/remove_legacy_serp_368
from
MothOnMars:legacy_serp_243
Jun 8, 2021
Conversation
This file contains 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
MothOnMars
force-pushed
the
legacy_serp_243
branch
4 times, most recently
from
June 4, 2021 19:14
d35551b
to
6ed247f
Compare
- 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
MothOnMars
force-pushed
the
legacy_serp_243
branch
from
June 4, 2021 19:24
6ed247f
to
7413507
Compare
MothOnMars
changed the title
Legacy serp 243
SRCH-243 SRCH-1525 SRCH-2109 remove legacy SERP code
Jun 7, 2021
@@ -1,14 +1,10 @@ | |||
# frozen_string_literal: true | |||
|
|||
describe Affiliate do | |||
fixtures :users, :affiliates, :site_domains, :features, :youtube_profiles, :memberships, :languages | |||
|
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.
Yay! fixture removal!
jmax-fearless
approved these changes
Jun 8, 2021
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
MothOnMars
added a commit
that referenced
this pull request
Aug 19, 2021
* SRCH-243 SRCH-1525 SRCH-2109 remove legacy SERP code (#736) - 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 * SRCH-2315 remove mobile-fu gem & related logic (#740) - 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 * SRCH-2108 remove bcrypt-ruby gem (#741) * SRCH-2314 remove legacy search classes (#747) * SRCH-2106 remove legacy assets (#750) - update asset-related gems * SRCH-2111 remove additional legacy SERP code (#751) - remove unused image assets and stylesheets - removed unused cucumber helpers * SRCH-2378 update addressable to 2.8.0 (#760) - bundle update gems * SRCH-2423 return assets used for affiliate type-ahead (#763)
Merged
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.
SRCH-243 SRCH-1525 SRCH-2109 remove legacy SERP code