-
Notifications
You must be signed in to change notification settings - Fork 262
feat: add /showcase/graphql endpoint
#1015
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
Merged
Merged
Changes from 53 commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
b694bad
chore: extend HttpIO trait impl to Arc<HttpIO>
mogery 3c257aa
feat(showcase): add @server(showcase: bool) config option
mogery dc34bc1
feat: add /showcase/graphql endpoint
mogery c44dd4a
feat: add tests for /showcase/graphql
mogery 0261cae
feat(cloudflare): port to use /showcase/graphql code
mogery 8901d05
chore: lint
mogery fc16329
fix: httpio source inconsistency
mogery 115169a
fix(http): faster showcase check order
mogery 35ca8a0
fix(showcase): unused imports
mogery 86e9b6b
fix(wasm): rework showcase to remove cli references
mogery 9f571fd
Revert "fix(wasm): rework showcase to remove cli references"
mogery 8f72ed5
fix(wasm): remove cli references from request_handler
mogery 065f83f
chore: add invalid-config.graphql
mogery ac4052a
feat(tests/http): mock plaintext bodies
mogery afbe833
fix(showcase): fix tests and add test for validation errors
mogery 1004da2
chore: lint
mogery 9e862f6
fix(cloudflare): let the core check for graphiql instead
mogery d689686
chore: pull in new rustfmt
mogery 83babf0
chore: fix weird merges
mogery d2c2e3b
fix: HttpIO/FileIO + Send + Sync disparities breaking multi-threaded …
mogery a51e6a7
chore: lint
mogery abf8a0d
feat: prettify showcase api
mogery b5aae9e
fix(showcase): keep up with API changes
mogery 5690ce7
fix(http_spec): make textual body more explicit
mogery c23c63f
fix(showcase): fix DummyFileIO error checking
mogery 1633c6c
chore: lint
mogery b581de5
chore: remove unused Arc HttpIO impl
mogery e8c7264
feat(showcase): add tests
mogery ae789e7
chore(showcase): lint
mogery 35f7d29
chore: lint
mogery f484a9b
fix(cloudflare): force graphiql to be enabled
mogery 38992f9
fix(cloudflare): add explicit graphiql path logic
mogery 60a5305
fix(showcase): keep up with API changes
mogery 9d9a73c
feat(ConfigReader): take an Option<Arc<dyn FileIO>>
mogery 2a6b33d
chore: move the hot route up
tusharmath f2137bb
chore: rename variables to app_ctx
tusharmath 27c9c36
chore: rename methods
tusharmath 6bd71da
feat(showcase): adapt to TargetRuntime
mogery fd24c01
Merge branch 'main' into mog/showcase
mogery 61bfbc1
Merge branch 'main' into mog/showcase
tusharmath 146b006
chore: testconv showcase
mogery 2511113
Merge branch 'main' into mog/showcase
mogery 27e3f75
Merge branch 'main' into mog/showcase
mogery b34d975
fix(execution_spec): add textBody support
mogery 801b147
Merge branch 'main' into mog/showcase
mogery 89eb7c0
fix(showcase): keep up with changes
mogery e1e50a6
Merge branch 'main' into mog/showcase
tusharmath 450b0c7
Merge branch 'main' into mog/showcase
mogery 6325b6d
[autofix.ci] apply automated fixes
autofix-ci[bot] 8b9f8f7
Merge branch 'main' into mog/showcase
mogery b754123
Merge branch 'main' into mog/showcase
mogery 39f67c7
fix(cloudflare): remove unnecessary traits from init_http/init_file
mogery 865e70c
[autofix.ci] apply automated fixes
autofix-ci[bot] 8db2694
fix(showcase): remove unnecessary traits from init_file
mogery c63e0df
fix(showcase): use serde_qs
mogery da582ca
[autofix.ci] apply automated fixes
autofix-ci[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.