feat: add schema-driven Tailcall config generator#598
Closed
poofeth wants to merge 1 commit into
Closed
Conversation
Author
|
/claim #373 |
Author
|
Fresh local validation from the current branch: npm run build
# [SUCCESS] Generated static files in "build".
npx prettier --check src/components/configGenerator/index.tsx src/pages/app/config.tsx
# All matched files use Prettier code style!Build emitted the existing optional |
Author
|
Closing this to keep my open review queue focused on active bounty paths. On review, the linked bounty issue appears to have been put on hold / already rewarded elsewhere, and there are newer duplicate PRs in flight. I do not want this PR to add noise for maintainers. |
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.
Summary
/claim #373
Adds a schema-driven Tailcall configuration generator at
/app/config.This PR is intentionally broader than the current prototype in #595:
generated/.tailcallrc.schema.jsonserver,upstream, andtelemetry@linkentriesLayoutwrapper and page analyticsValidation
npm run typecheck -- --pretty falsestill fails in existing repository areas unrelated to this PR:publish-externals/src/utils/hashnode.ts,src/components/playground/Playground.tsx, and the Algolia search theme files. The new config generator files are not part of those failures.Notes
I saw the old issue thread included a design-hold comment. I kept the implementation close to the existing Tailcall visual system and used the current Tailwind tokens rather than introducing a separate visual language.