Commit Graph

3303 Commits

Author SHA1 Message Date
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
copilot-swe-agent[bot]
f89574b504 Fix TypeScript errors from bulk refactor - remove extra closing braces and fix transferSuperGodPower import
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 20:57:03 +00:00
copilot-swe-agent[bot]
b6a5d29fe6 Initial plan 2025-12-29 20:48:07 +00:00
b97de7e1e2 Merge pull request #398 from johndoe6345789/copilot/make-auto-code-extractor-3000
Add Auto Code Extractor 3000™ for automated lambda-per-file refactoring with extraction registry and live project-wide extraction
2025-12-29 20:46:49 +00:00
e42fff4ea0 Merge branch 'main' into copilot/make-auto-code-extractor-3000 2025-12-29 20:46:37 +00:00
copilot-swe-agent[bot]
efc906997f Fix extracted TypeScript files: rename JSX files to .tsx, fix reserved keyword 'delete', add TODO for incorrectly extracted class methods
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 20:06:37 +00:00
copilot-swe-agent[bot]
4db87be546 Changes before error encountered
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 19:33:03 +00:00
copilot-swe-agent[bot]
2489c2133e Add extraction registry tracking and improve logging with detailed function analysis
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 18:56:18 +00:00
copilot-swe-agent[bot]
4427f63c17 Add full project-wide extraction output - 52 files processed successfully
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 18:40:57 +00:00
copilot-swe-agent[bot]
0baaa09caf Add Auto Code Extractor 3000™ execution output to PR
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 18:35:19 +00:00
copilot-swe-agent[bot]
c12008bd3f Add implementation summary and final documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 18:33:17 +00:00
copilot-swe-agent[bot]
034f8e3f51 Add comprehensive documentation for Auto Code Extractor 3000™
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 18:32:06 +00:00
copilot-swe-agent[bot]
29ed9d4b7e Add Auto Code Extractor 3000™ - fully automated code extraction tool
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 18:30:18 +00:00
3bb37764df Merge pull request #196 from johndoe6345789/copilot/improve-duplication-detection-script
Auto-detect duplicate issues without manual configuration
2025-12-29 18:29:09 +00:00
893d49a0d3 Merge branch 'main' into copilot/improve-duplication-detection-script 2025-12-29 18:29:01 +00:00
fbb9585835 Merge pull request #246 from johndoe6345789/codex/create-blockitem-and-grouping-files-nflww8
refactor: extract lua block item and grouping helpers
2025-12-29 18:26:58 +00:00
c6e6492d8b Merge pull request #397 from johndoe6345789/copilot/sub-pr-246
Extract BlockSection and BlockFields from BlockItem component
2025-12-29 18:26:16 +00:00
9eecbc45aa Merge branch 'codex/create-blockitem-and-grouping-files-nflww8' into copilot/sub-pr-246 2025-12-29 18:26:01 +00:00
copilot-swe-agent[bot]
45452e4b15 Initial plan for auto code extractor 3000™
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 18:20:45 +00:00
copilot-swe-agent[bot]
60391b36c1 Initial plan 2025-12-29 18:17:50 +00:00
copilot-swe-agent[bot]
4e7145a441 Extract BlockSection and BlockFields into separate files
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 17:41:44 +00:00
4461288d13 Merge branch 'main' into codex/create-blockitem-and-grouping-files-nflww8 2025-12-29 17:38:45 +00:00
copilot-swe-agent[bot]
c0d86f6d12 Initial plan 2025-12-29 17:38:18 +00:00
fb970a768a Update frontends/nextjs/src/components/editors/lua/blocks/grouping.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-29 17:38:16 +00:00