Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
1222bb5
typegen web ui
eluce2 Dec 13, 2025
2aa62aa
update build
eluce2 Dec 15, 2025
c34957b
happier rabbit
eluce2 Dec 15, 2025
455f1ee
Update dependencies and enhance typegen functionality
eluce2 Dec 16, 2025
972dd5e
Refactor UI components and clean up TypeScript configurations
eluce2 Dec 16, 2025
b80ed84
Refactor error handling and enhance configuration UI
eluce2 Dec 16, 2025
ff7fcea
typegen ui
eluce2 Dec 16, 2025
90f7450
Enhance typegen functionality and UI improvements
eluce2 Dec 16, 2025
034b4f4
Enhance typegen functionality with metadata handling and UI improvements
eluce2 Dec 16, 2025
4b26ccd
Enhance typegen configuration and UI components
eluce2 Dec 16, 2025
531646e
Refactor webhook management and enhance typegen functionality
eluce2 Dec 17, 2025
0292081
Fix: Change Webhook.Delete method to POST
cursoragent Dec 17, 2025
60950c9
Fix: Prefix generated names with underscore if they start with a digit
cursoragent Dec 17, 2025
7a0eda6
specialcolumns header
eluce2 Dec 17, 2025
b7945d6
Refactor: Do not implicitly add system columns to $select
cursoragent Dec 17, 2025
0c41ab5
fix listDatabaseNames endpoing
eluce2 Dec 17, 2025
bf0306f
primary keys are non-nullable
eluce2 Dec 17, 2025
2b52b0f
Enhance validation logic for special columns in validateRecord function
eluce2 Dec 17, 2025
0524611
Update .coderabbit.yaml to disable auto review and adjust path filter…
eluce2 Dec 17, 2025
a3831c8
filtered metadata
eluce2 Dec 18, 2025
8824587
better empty states
eluce2 Dec 19, 2025
90ae5be
simplify server
eluce2 Dec 19, 2025
683d150
Enhance MetadataTablesEditor to manage table loading state and connec…
eluce2 Dec 19, 2025
183e9d6
Enhance typegen configuration to support field-specific metadata redu…
eluce2 Dec 19, 2025
c4c06c4
Remove deprecated OData schema files and enhance typegen configuration
eluce2 Dec 19, 2025
4e27d72
0.1.0-alpha.20
eluce2 Dec 19, 2025
e415109
make it more clear which auth env vars are being used
eluce2 Dec 19, 2025
3fe5ec1
with connection warning
eluce2 Dec 19, 2025
fa9157a
fix default health check interval
eluce2 Dec 19, 2025
1282ef1
Refactor: Improve user customization preservation in typegen
cursoragent Dec 19, 2025
469a1e8
chore: Add empty lines to various files for consistency and readability
eluce2 Dec 19, 2025
159d688
fix preserving imports
eluce2 Dec 19, 2025
9b3cf74
fix docs build
eluce2 Dec 19, 2025
9404bf5
docs to next 16; typegen ui docs
eluce2 Dec 19, 2025
bc53e1a
bug fix updates
eluce2 Dec 19, 2025
7255af8
update types export
eluce2 Dec 19, 2025
2beb122
next 16
eluce2 Dec 19, 2025
f0867d5
fix zod module specifier
eluce2 Dec 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/real-ideas-sort.md
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.
8 changes: 4 additions & 4 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
reviews:
# Enable automated review for pull requests
auto_review:
enabled: true
enabled: false
base_branches:
- ".*" # Matches all branches using regex
review_status: false
poem: false

path_filters:
- "!apps/demo/**" # exclude the demo app from reivews
high_level_summary: false
path_filters:
- "!apps/demo/**" # exclude the demo app from reivews
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ server/dist
public/dist
.turbo
packages/fmdapi/test/typegen/*
packages/typegen/schema/metadata.xml
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";
24 changes: 15 additions & 9 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,29 @@
"dotenv": "^16.5.0",
"fm-odata-client": "^3.0.1",
"fs-extra": "^11.3.0",
"next": "^15.4.9",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"zod": "3.25.64"
"next": "16.1.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"zod": "^4.1.13"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.11",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.17.1",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"dotenv-cli": "^8.0.0",
"eslint": "^9.23.0",
"eslint-config-next": "^15.3.3",
"eslint-config-next": "16.1.0",
"tailwindcss": "^4.1.11",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
"typescript": "^5.9.3",
"vitest": "^4.0.7"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}
}
25 changes: 20 additions & 5 deletions apps/demo/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"compilerOptions": {
"target": "ES2017",
"lib": ["dom", "dom.iterable", "esnext"],
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
Expand All @@ -11,17 +15,28 @@
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"jsx": "react-jsx",
"incremental": true,
"plugins": [
{
"name": "next"
}
],
"paths": {
"@/*": ["./src/*"]
"@/*": [
"./src/*"
]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules", "tests"]
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
".next/dev/types/**/*.ts"
],
"exclude": [
"node_modules",
"tests"
]
}
Loading
Loading