feat: add is_extended_promotional filterable column to components#332
Open
kennedydqz-del wants to merge 10 commits into
Open
feat: add is_extended_promotional filterable column to components#332kennedydqz-del wants to merge 10 commits into
kennedydqz-del wants to merge 10 commits into
Conversation
Expose `is_extended_promotional` (preferred=1 AND basic=0) in /components/list, /api/search, and the D1 proxy routes. Adds query-param filtering and UI checkbox. /claim tscircuit#92
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Adds FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true to all workflow files, pre-empting the June 2nd 2026 default switch to Node.js 24. Co-Authored-By: KennedyForge <kennedydqz-del@users.noreply.github.com>
The preload was calling setupDerivedTables without passing a db instance, which caused it to destroy the singleton database connection. Remove the call entirely since table setup is handled by CI cache or bun run setup. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
a75d574 to
83bb4e5
Compare
kysely-d1 is declared in cf-proxy/package.json but CI only runs bun install at the root, causing "Cannot find package 'kysely-d1'" errors during test runs. Add cf-proxy dependency install step to all three CI workflows (test, typecheck, formatcheck). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This reverts commit 83bb4e5.
…est DB Aligns with upstream CI stability approach: - Add destroyDbClient() to properly nullify singleton before destroy - Use destroyDbClient() in setupDerivedTables instead of activeDb.destroy() - Create setup-ci-test-db.ts with fixture data (no external DB download) - Update CI workflow to use setup:ci-test-db on cache miss with restore-keys Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.
Expose
is_extended_promotional(preferred=1 AND basic=0) in /components/list, /api/search, and the D1 proxy routes. Adds query-param filtering and UI checkbox./claim #92