-
Notifications
You must be signed in to change notification settings - Fork 2
typegen web ui #78
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
typegen web ui #78
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
1222bb5
typegen web ui
eluce2 2aa62aa
update build
eluce2 c34957b
happier rabbit
eluce2 455f1ee
Update dependencies and enhance typegen functionality
eluce2 972dd5e
Refactor UI components and clean up TypeScript configurations
eluce2 b80ed84
Refactor error handling and enhance configuration UI
eluce2 ff7fcea
typegen ui
eluce2 90f7450
Enhance typegen functionality and UI improvements
eluce2 034b4f4
Enhance typegen functionality with metadata handling and UI improvements
eluce2 4b26ccd
Enhance typegen configuration and UI components
eluce2 531646e
Refactor webhook management and enhance typegen functionality
eluce2 0292081
Fix: Change Webhook.Delete method to POST
cursoragent 60950c9
Fix: Prefix generated names with underscore if they start with a digit
cursoragent 7a0eda6
specialcolumns header
eluce2 b7945d6
Refactor: Do not implicitly add system columns to $select
cursoragent 0c41ab5
fix listDatabaseNames endpoing
eluce2 bf0306f
primary keys are non-nullable
eluce2 2b52b0f
Enhance validation logic for special columns in validateRecord function
eluce2 0524611
Update .coderabbit.yaml to disable auto review and adjust path filter…
eluce2 a3831c8
filtered metadata
eluce2 8824587
better empty states
eluce2 90ae5be
simplify server
eluce2 683d150
Enhance MetadataTablesEditor to manage table loading state and connec…
eluce2 183e9d6
Enhance typegen configuration to support field-specific metadata redu…
eluce2 c4c06c4
Remove deprecated OData schema files and enhance typegen configuration
eluce2 4e27d72
0.1.0-alpha.20
eluce2 e415109
make it more clear which auth env vars are being used
eluce2 3fe5ec1
with connection warning
eluce2 fa9157a
fix default health check interval
eluce2 1282ef1
Refactor: Improve user customization preservation in typegen
cursoragent 469a1e8
chore: Add empty lines to various files for consistency and readability
eluce2 159d688
fix preserving imports
eluce2 9b3cf74
fix docs build
eluce2 9404bf5
docs to next 16; typegen ui docs
eluce2 bc53e1a
bug fix updates
eluce2 7255af8
update types export
eluce2 2beb122
next 16
eluce2 f0867d5
fix zod module specifier
eluce2 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,6 @@ | ||
| --- | ||
| "@proofkit/typegen": minor | ||
| --- | ||
|
|
||
| New command: `npx @proofkit/typegen@latest ui` will launch a web UI for configuring and running your typegen config. | ||
| (beta) support for @proofkit/fmodata typegen config. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -72,3 +72,4 @@ server/dist | |
| public/dist | ||
| .turbo | ||
| packages/fmdapi/test/typegen/* | ||
| packages/typegen/schema/metadata.xml | ||
4 changes: 2 additions & 2 deletions
4
...e/Documents/Code/work/proofkit/apps/demo/tests/typegen-output/without-zod/client/index.ts
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 |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| export { client as testLayoutClient } from "./testLayout"; | ||
| export { client as weirdPortalsClient } from "./weirdPortals"; | ||
| export { client as testLayoutLayout } from "./testLayout"; | ||
| export { client as weirdPortalsLayout } from "./weirdPortals"; | ||
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.
Uh oh!
There was an error while loading. Please reload this page.