Add Tailcall config generator page#624
Closed
capturartelab wants to merge 713 commits into
Closed
Conversation
* fix: update to latest versions * fix: update node version * fix: update doc * fix: update doc * revert: node changes * revert: node changes
* docs: what is graphql * docs: prettier * docs: fix meta
* - updated the gen command docs. * - added examples to understand transformers. * - added examples for consolidateURL transformer. * - added styles * - added formatting and info sections. * - added formatting for jsons. * typo fixed. * - prettier formatting. * update CLI docs * update CLI docs --------- Co-authored-by: Tushar Mathur <tusharmath@gmail.com>
* docs: schema and types * style: lint errors * style: lint errors
* doc: queries.md * doc: grammar check
* doc: mutations * doc: update mutations * doc: update mutations
* update the header usage. * - use info instead tip admonitions * - updated description * - remove un-necessary headers. * - added yml tabs for config. * - fixed format name. * - fixed typo * fix indentation --------- Co-authored-by: Tushar Mathur <tusharmath@gmail.com>
…tailcallhq#313) * doc(graphql): graphql react * doc(graphql): update * doc(graphql): prettier * docs: Add caching and error handling sections based on tailcallhq#308 * style: lint --------- Co-authored-by: amit <amitksingh1490@gmail.com>
* - add config generator docs. * - added examples to understand the mergeType better. * - add links. * - added recommended settings section. * - improved description of input sources. * - formatted code. * - improve the question answers. * - renamed file to config-generation.md * - added remaining sections. * - added FAQ section. * - added graphQL config examples. * - added to sidebar * - lint formatting. * - fixed merging example. - fixed json examples * - added backlinks. * - formatting fixes. * - add backlinks * - fix formatting * - format json and yml. * - fix yaml. * - typo fix spelling. * - removed duplicate sections * - made input to h4. * - change proto to gRPC. * - format json and yml sections. * - fixed yml indentation * - removed input sources. * - update manual efforts required for schema
* - format the yml proto example * - added command usage. * - remove heading type.
* Add outline for blog post: Understanding GraphQL Subscriptions * Add outline for blog post: Understanding GraphQL Subscriptions and updated the README.md file * first commit
* Update ci.yml * fix: handle edge case where no files are found
* --wip-- [skip ci] * blog: move blogs to website * blog: fix canonical urls * blog: fix canonical urls * blog: fix format * blog: fix format
This reverts commit c665fdc.
* drop json/yaml configuration support * fix: drop json and yaml from homepage --------- Co-authored-by: amit <amitksingh1490@gmail.com>
* chore: updated favicon * chore: updated favicon
* - update the docs with Post request batching * - improve docs * - format fix * - update docs * update flow and text * update flow and text --------- Co-authored-by: amit <amitksingh1490@gmail.com>
* fix: add users logo * update logos and position
* fix: marquee items spacing * fix: truncation warning
* progress * progress * progress * chore: added version update card * ci: added release notes generator * fix: ci * chore: updated releases * fix: ci * chore: navbar changes * chore: navbar styling * chore: remove releases index page * refactor: update releases ci * test: cron * revert: test ci * ci: skip codespell for releases dir. * testing * fix: build * chore: swizzled navbar dropdown menu * chore: added title class name prop to link button * fix: dropdown top * refactor: css * chore: fix mobile css --------- Co-authored-by: Author <actions@github.com>
Co-authored-by: Tushar Mathur <tusharmath@gmail.com>
* docs: explain how linked config are merged * move runtime directives to config folder * migrate documentation to runtime config * fix references * add introduction doc to runtime configuration
* ci: create PR on release updation * test: releases ci * test: ci * test: ci * revert: test changes
* ci(releases): duplicate PR generation * testing * testing * testing * revert: test changes
Co-authored-by: tusharmath <194482+tusharmath@users.noreply.github.com> Co-authored-by: Tushar Mathur <tusharmath@gmail.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.
Summary
Adds an initial
/app/configpage for generating Tailcall configuration files from a guided web UI.The new page:
tailcall.runtime.jsonandtailcall.config.graphql.Related issue
Closes #373
Validation
git diff --checkpassed locally.npm cicompleted.npm run buildcompleted successfully and generated static files inbuild.npm run typecheckcurrently fails on pre-existing project files outside this PR, includingpublish-externals/src/utils/hashnode.ts,src/components/playground/Playground.tsx, and search theme files. The errors do not reference the new/app/configpage orConfigGeneratorcomponent.