e2092d146d
feat: implement centralized error handling and logging with ErrorBoundary component
2025-12-29 22:19:10 +00:00
b134f3f8d4
feat: add permission for git restore command in settings
2025-12-29 22:17:30 +00:00
977a2a9e58
feat: add permission for bun audit command in settings
2025-12-29 22:16:55 +00:00
89270e1d7e
feat: add permission for git checkout command in settings
2025-12-29 22:16:48 +00:00
cb942f77e7
feat: add permission for bun run lint command in settings
2025-12-29 22:16:28 +00:00
4918627d42
feat: add permission for npm audit command in settings
2025-12-29 22:16:03 +00:00
fb38b5b304
feat: add permission for npm run lint command in settings
2025-12-29 22:15:35 +00:00
8d7d2691b0
feat: add permission for npm run typecheck command in settings
2025-12-29 22:15:20 +00:00
fbe1f7721f
refactor: remove DbalIntegrationUtils class wrapper and individual function exports
2025-12-29 22:15:08 +00:00
f3f60a09a2
feat: add permission for npx prisma validate command in settings
2025-12-29 22:14:53 +00:00
fd556ad3ee
feat: add permission for echo command in settings
2025-12-29 22:14:46 +00:00
65143eb904
refactor: replace 'any' with specific parameter types in class wrapper functions
2025-12-29 22:12:44 +00:00
f788ade4ab
fix: update test case for hasProperty to reflect correct behavior for primitive strings
2025-12-29 22:11:50 +00:00
cdf022e9c7
feat: add permission for bun run test:unit command
2025-12-29 22:11:34 +00:00
7584253a9d
test: add unit tests for type guard functions
2025-12-29 22:11:23 +00:00
d4285d10d4
feat: add permission for bun run typecheck command
2025-12-29 22:10:53 +00:00
6b31c9df6a
refactor: replace 'any' with specific types in KVStore and TenantContext definitions
2025-12-29 22:10:46 +00:00
a60f5ee064
feat: add type guard utilities for runtime type checking
2025-12-29 22:10:05 +00:00
6a9762b99e
feat: add utility types for type-safe replacements of any
2025-12-29 22:09:57 +00:00
ad5e86c97f
feat: add Prettier and ESLint configuration files, update scripts, and enhance permissions
2025-12-29 22:09:36 +00:00
1e4f902847
Implement feature X to enhance user experience and optimize performance
2025-12-29 22:07:27 +00:00
836eb6a086
fix: add permission for 'bun add' command in settings
2025-12-29 22:07:01 +00:00
d0ffe58ef5
refactor: remove obsolete credential management functions and related test files
2025-12-29 22:06:44 +00:00
a87b1043dc
refactor: remove obsolete tests and credential management functions
...
- Deleted tests for user authentication, component configuration, and credential operations.
- Removed credential management functions including getCredentials, setCredential, and related password reset functionalities.
- Cleaned up unused imports and mock setups across various test files.
- Streamlined the codebase by eliminating redundant files and tests that are no longer applicable.
2025-12-29 22:01:28 +00:00
7e66010928
refactor: remove obsolete test files for package-glue, seed-data, and system components
2025-12-29 21:59:52 +00:00
c27843f576
fix: correct Grid component usage in LevelsGrid for proper layout
2025-12-29 21:56:09 +00:00
e6c368bfbe
fix: add permission for 'cat' command in settings
2025-12-29 21:55:01 +00:00
555589d9a8
fix: add git log permission to settings and update LevelsGrid component import
2025-12-29 21:54:29 +00:00
3d7061ca3f
refactor: remove obsolete test files for primary key field, install package content, and rate limiting
2025-12-29 21:54:06 +00:00
e10feca62c
fix: update test for registerLuaScript to handle async execution
2025-12-29 21:53:38 +00:00
ad9fb27e66
fix: await expect in Lua script execution test for proper async handling
2025-12-29 21:53:30 +00:00
4d1ac45b19
Refactor and add tests for various CRUD operations across components, schemas, pages, and workflows
...
- Updated import paths for hooks and components.
- Added unit tests for user authentication, user retrieval by email and username, and comment management.
- Implemented tests for component configuration and node management.
- Created tests for page management including adding, deleting, and updating pages.
- Added schema management tests for CRUD operations.
- Implemented workflow management tests for adding, deleting, updating, and retrieving workflows.
- Updated NotificationSummaryCard import path to reflect new structure.
2025-12-29 21:53:22 +00:00
dfb2ddf337
feat: Add 'claudeCode.allowDangerouslySkipPermissions' and 'claudeCode.initialPermissionMode' to settings.json; update peer dependencies in package-lock.json
2025-12-29 21:48:59 +00:00
35e2b02ec1
feat: Add 'Bash(DATABASE_URL="file:./dev.db" npx prisma generate:*)' permission to settings.local.json
2025-12-29 21:45:43 +00:00
d3f4d6b8d4
feat: Add 'Bash(npx prisma generate:*)' permission to settings.local.json
2025-12-29 21:45:15 +00:00
75de014884
feat: Add 'Bash(npm run db:generate:*)' permission to settings.local.json
2025-12-29 21:43:10 +00:00
c0e38f393f
feat: Update Bash permissions and add peer dependencies in package-lock.json
2025-12-29 21:42:00 +00:00
3092cf5578
feat: Expand Bash permissions in settings.local.json
2025-12-29 21:39:37 +00:00
7243f29f19
feat: Add UI Standards, Refactoring Summary, and Dependency Update Reports
...
- Introduced UI Standards document to enforce Material-UI and SASS usage.
- Created Refactoring Summary detailing the conversion of large TypeScript files to JSON, improving maintainability and reducing code complexity.
- Added Dependency Update Summary outlining major version updates and API refactoring for Prisma and other dependencies.
- Documented Legacy Pipeline Cruft Analysis to identify redundant workflows post-implementation of gated workflows.
- Enhanced PR Summary for converting TODO items to GitHub issues with new scripts and automation workflows.
- Established Renovate Dependency Dashboard Status Report confirming successful dependency updates and compliance with UI standards.
2025-12-29 21:37:54 +00:00
b56554287b
Merge branch 'main' of https://github.com/johndoe6345789/metabuilder
2025-12-29 21:28:24 +00:00
ee67f916e1
Add .vscode/claudesync.json to .gitignore
2025-12-29 21:28:17 +00:00
9dffeff73d
Merge pull request #404 from johndoe6345789/copilot/refactor-large-typescript-files
...
Refactor forms.ts: Convert TypeScript config to JSON (244→35 lines)
2025-12-29 21:27:39 +00:00
copilot-swe-agent[bot]
5e3a913988
Add comprehensive refactoring summary documentation
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-29 21:23:45 +00:00
copilot-swe-agent[bot]
56171929b6
Polish: Improve comments and error messages per code review
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-29 21:22:26 +00:00
copilot-swe-agent[bot]
f955d0d200
Address code review: Remove eval(), improve type safety
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-29 21:21:13 +00:00
copilot-swe-agent[bot]
d2d382a765
Fix forms.ts: Use ES6 import for JSON modules
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-29 21:19:56 +00:00
copilot-swe-agent[bot]
c8593119b2
Refactor forms.ts: Convert to JSON config (244→29 lines, +3 JSON files)
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-29 21:17:53 +00:00
copilot-swe-agent[bot]
3970ef22fd
Analyze refactoring tools and identify issues
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-29 21:11:37 +00:00
copilot-swe-agent[bot]
3ef908051c
Initial plan
2025-12-29 21:03:33 +00:00
a146c74a2c
Merge pull request #402 from johndoe6345789/copilot/cleanup-typescript-errors
...
Fix TypeScript syntax errors from bulk refactor
2025-12-29 21:02:15 +00:00