-
Notifications
You must be signed in to change notification settings - Fork 1
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
Open
eluce2
wants to merge
40
commits into
10-28-fmdata
Choose a base branch
from
12-13-typegen_web_ui
base: 10-28-fmdata
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+23,047
−3,155
Open
typegen web ui #78
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
efb9ae2
typegen web ui
eluce2 f45e265
update build
eluce2 940dd98
happier rabbit
eluce2 2c52be0
Update dependencies and enhance typegen functionality
eluce2 886cb57
Refactor UI components and clean up TypeScript configurations
eluce2 c2413a1
Refactor error handling and enhance configuration UI
eluce2 33e7146
typegen ui
eluce2 c25f2bc
Enhance typegen functionality and UI improvements
eluce2 482a868
Enhance typegen functionality with metadata handling and UI improvements
eluce2 63619c7
Enhance typegen configuration and UI components
eluce2 5824811
Refactor webhook management and enhance typegen functionality
eluce2 584819b
Fix: Change Webhook.Delete method to POST
cursoragent b6ae0c4
Fix: Prefix generated names with underscore if they start with a digit
cursoragent c1b541c
specialcolumns header
eluce2 e14a204
Refactor: Do not implicitly add system columns to $select
cursoragent bdd2f5f
Refactor: Do not implicitly add system columns to $select
cursoragent 2222a99
fix listDatabaseNames endpoing
eluce2 62429e3
Merge branch '12-17-specialcolumns_header' of https://github.com/proo…
eluce2 b57a2a6
primary keys are non-nullable
eluce2 2d3e9ab
Enhance validation logic for special columns in validateRecord function
eluce2 f66f2e4
Update .coderabbit.yaml to disable auto review and adjust path filter…
eluce2 ed407b9
filtered metadata
eluce2 7672233
better empty states
eluce2 cdf3416
simplify server
eluce2 6b6c401
Enhance MetadataTablesEditor to manage table loading state and connec…
eluce2 2200fc3
Enhance typegen configuration to support field-specific metadata redu…
eluce2 03387ba
Remove deprecated OData schema files and enhance typegen configuration
eluce2 d4585d9
0.1.0-alpha.20
eluce2 d3c2771
make it more clear which auth env vars are being used
eluce2 6cb6d9c
with connection warning
eluce2 20dc9ad
fix default health check interval
eluce2 07c2e79
Refactor: Improve user customization preservation in typegen
cursoragent 6086bf6
chore: Add empty lines to various files for consistency and readability
eluce2 254538c
fix preserving imports
eluce2 f4c4c71
fix docs build
eluce2 28b499e
docs to next 16; typegen ui docs
eluce2 5074bb6
bug fix updates
eluce2 94e81bd
update types export
eluce2 7d3ecc4
next 16
eluce2 bd77c9a
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.