-
Notifications
You must be signed in to change notification settings - Fork 8
feat(#352 | Typesync v2): buildout typesync-studio as a distributable cli/ui tool from hypergraph #474
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
feat(#352 | Typesync v2): buildout typesync-studio as a distributable cli/ui tool from hypergraph #474
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
22a9599
feat(352 | typesync.v2): create typesync studio in hypergraph pkg
cmwhited d4b553f
feat(352 | typesync.v2): wireup graphql codegen
cmwhited 7028454
feat(352 | typesync.v2): bump effect to same across all packages. use…
cmwhited 30086d3
feat(352 | typesync.v2): wireup HypergraphAppProvider and basic hyper…
cmwhited a636bbb
Merge branch 'main' of github.com:graphprotocol/hypergraph into chris…
cmwhited b89aabd
feat(352 | typesync.v2): building out schema form components and grou…
cmwhited 57f388c
feat(352 | typesync.v2): buildout initial KG schema queries and compo…
cmwhited 9a6f75f
feat(352 | typesync.v2): wireup form
cmwhited 6c7f538
feat(352 | typesync.v2): add optional handling to schema parser
cmwhited 05cb1d8
feat(352 | typesync.v2): wireup optional checkbox to form
cmwhited 48ccc21
feat(352 | typesync.v2): build Knowledge Graph schema browser and add…
cmwhited 3c9ec71
feat(352 | typesync.v2): client build scripts
cmwhited 31dc9ff
feat(352 | typesync.v2): add status to schema to help with two-way sy…
cmwhited 83cde2d
feat(352 | typesync.v2): wireup sync POST endpoint to sync typesync s…
cmwhited 8198037
feat(352 | typesync.v2): working through design ideas for type/proper…
cmwhited 396913e
Merge branch 'main' of github.com:graphprotocol/hypergraph into chris…
cmwhited aa28623
feat(352 | typesync.v2): do not generate and update mapping in sync. …
cmwhited ba9a5af
feat(352 | typesync.v2): add syncMapping endpoint
cmwhited d02241b
feat(352 | typesync.v2): add type and property search functionality f…
cmwhited 97f003f
feat(352 | typesync.v2): remove unused prop from query
cmwhited fb26ab8
feat(352 | typesync.v2): build typesync-studio static assets server f…
cmwhited e3c9e1f
feat(352 | typesync.v2): broken dependency updates
cmwhited 88b9cc0
Merge branch 'main' of github.com:graphprotocol/hypergraph into chris…
cmwhited 813df8e
fix automerge import
nikgraf f6e67fd
Merge branch 'main' of github.com:graphprotocol/hypergraph into chris…
cmwhited f52c65b
feat(352 | typesync.v2): add 5173 to CORS
cmwhited 65b4d79
Merge branch 'main' of github.com:graphprotocol/hypergraph into chris…
cmwhited f336c9e
feat(352 | typesync.v2): add icons from Nate
cmwhited 8dff4e5
feat(352 | typesync.v2): working through publish flow
cmwhited 8521c0f
feat(352 | typesync.v2): lint fix
cmwhited 150e58b
feat(352 | typesync.v2): working through publish states
cmwhited 72bd170
feat(352 | typesync.v2): publish fixes
cmwhited 7cff182
Merge branch 'main' of github.com:graphprotocol/hypergraph into chris…
cmwhited c02c61a
feat(352 | typesync.v2): publish schema status change fixes
cmwhited c59b684
feat(352 | typesync.v2): add changeset
cmwhited 31fea95
feat(352 | typesync.v2): lint fixes
cmwhited 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
"@graphprotocol/hypergraph": minor | ||
--- | ||
|
||
Introduced a cli tool and typesync studio UI to let users graphically visualize, update, and publish their hypergraph schemas. | ||
|
||
1. install the latest `@graphprotocol/hypergraph` version: `pnpm add @graphprotocol/hypergraph@latest` | ||
2. add a script to your `package.json` to open the typesync studio: `"typesync": "hg typesync --open"` | ||
3. open your browser to http://localhost:3000 | ||
4. view your current Hypergraph app schema, parsed from your `schema.ts` file | ||
5. update your schema, view existing types and properties on the Knowledge Graph. add types and properties. | ||
6. sync your schema updates to your schema.ts file | ||
7. publish your schema to the Knowledge Graph. |
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
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this came from me testing the typesync ui |
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this came from me testing the typesync ui against this app