Add extended promotional component filter#323
Open
hanjav wants to merge 1 commit into
Open
Conversation
4a9445a to
3aaa3a1
Compare
Author
|
Quick CI note: the cancelled Bun Test run looks like a workflow timeout during DB setup rather than a test failure. The run successfully downloaded/extracted the DB cache and completed several setup-db-optimizations steps before GitHub cancelled it at the 20-minute job timeout. I verified this PR locally with: format check on the changed files, TypeScript type-check, and the targeted Bun route tests for components/list + api/search (11 passing). |
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.
/claim #92
Summary
is_extended_promotionalas a response field derived frompreferred && !basicis_extended_promotional=truefiltering to/api/search,/components/list, and the Cloudflare proxy search path7zzTesting
.\node_modules\.bin\biome.cmd check routes\components\list.tsx routes\api\search.tsx cf-proxy\src\search.ts cf-proxy\src\components.ts cf-proxy\src\index.ts cf-proxy\src\render.ts tests\routes\components\list.test.ts tests\routes\api\search.test.ts tests\preload.ts.\node_modules\.bin\biome.cmd check --write scripts\setup-7z.tsnpx.cmd --yes -p typescript@~5.6.2 tsc --noEmitnpx.cmd --yes bun test tests\routes\components\list.test.ts tests\routes\api\search.test.ts