Commit Graph

62 Commits

Author SHA1 Message Date
f21d1c7b0f Archive root summary markdown files 2026-01-13 21:07:41 +00:00
26d41a6ce8 Merge branch 'main' into copilot/test-playwright-functionality 2026-01-08 13:48:32 +00:00
copilot-swe-agent[bot]
c128eb02e7 Implement authentication middleware - Phase 2.6 complete
- Created auth-middleware.ts with authenticate() and requireAuth()
- Validates session tokens via getCurrentUser()
- Checks permission levels (0-5 scale)
- Returns 401/403/500 responses appropriately
- Supports public endpoints and custom checks
- Added 21 comprehensive unit tests (all passing)
- Updated ROADMAP.md and README.md with completion status
- All 464 tests passing (100% pass rate)

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 05:15:57 +00:00
copilot-swe-agent[bot]
801e446ff2 docs: update ROADMAP.md and README.md with completed Phase 2 features
- Mark Phase 2 as 90% complete (up from 80%)
- Update test coverage stats (414/418 tests, 99.0% pass rate)
- Document completed features: retry, pagination, filtering, validation
- Add comprehensive API utility documentation in README
- Update testing requirements section with actual vs target numbers
- Mark 148 new utility tests as complete (exceeded 150 test target)

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 04:31:02 +00:00
copilot-swe-agent[bot]
1e1870c93c Update README.md with API implementation status and testing section
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 04:10:31 +00:00
copilot-swe-agent[bot]
b578a8371d docs: Add comprehensive API reference to README.md
- Document RESTful API endpoint patterns
- Add authentication and authorization details
- Document all CRUD operations with examples
- Add query parameters for pagination, filtering, sorting
- Document custom actions
- Add error response format and status codes
- Document rate limiting
- Add TypeScript client usage examples
- Include request/response examples for all operations

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 03:46:56 +00:00
copilot-swe-agent[bot]
651083ec72 Fix Playwright tests: add Prisma client generation to webServer command
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 03:32:29 +00:00
9284b9a67b Refactor function definitions across multiple packages to remove luaScript references
- Updated functions.json files in theme_editor, ui_auth, ui_footer, ui_header, ui_home, ui_intro, ui_level2, ui_level3, ui_level4, ui_level5, ui_level6, ui_login, ui_pages, ui_permissions, user_manager, and workflow_editor packages.
- Removed luaScript entries from function definitions, retaining only category and other relevant metadata.
- Adjusted documentation in prisma/README.md to remove LuaScript entity reference.
2026-01-07 14:54:33 +00:00
007e680d5c Merge branch 'main' into copilot/fix-prisma-schema-error 2026-01-03 20:38:39 +00:00
copilot-swe-agent[bot]
3711e0c9b9 Update workflows and documentation for Prisma schema path
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-03 20:29:02 +00:00
copilot-swe-agent[bot]
8a7558d038 Fix README: styles are JSON tokens, not SCSS
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-03 20:19:02 +00:00
41f7239884 feat(ui_home): Add landing page components and configuration
- Included "ui_home" package in the bootstrap script for system initialization.
- Updated the root page handler to prioritize rendering from the god panel and installed packages.
- Created a detailed verification document for the landing page setup, including component structure and dependencies.
- Added database records for "ui_home" in installed packages and permissions for public access.
- Updated core packages and permissions YAML files to include "ui_home" with appropriate settings.
2026-01-03 20:09:59 +00:00
c04431a5e2 Update TLA+ specifications and validation scripts
- Revised architecture alignment in README.md to reference JSON package format.
- Enhanced SUMMARY.md with detailed specifications for workflow, collaboration, and integration systems.
- Updated package_system.tla to include JSON package format and manifest path.
- Modified validate-specs.sh to include package_system.tla in validation checks.
2026-01-03 00:11:12 +00:00
cfa1e5bfee feat: add new icon components including Envelope, ChatCircle, HardDrives, WarningCircle, CheckCircle, XCircle, TrendUp, ShieldWarning, LockKey, Crown, Sparkle, BookOpen, Tree, Broom, Export, UploadSimple, Funnel, FunnelSimple, MapTrifold, PushPinSimple, Buildings, GithubLogo, and GoogleLogo 2025-12-30 12:21:15 +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]
2180f608fb Restructure dbal folder: development, production, and shared
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 13:30:57 +00:00
8a35a71d7d Merge branch 'main' into copilot/create-issue-and-pr-templates 2025-12-27 03:58:28 +00:00
copilot-swe-agent[bot]
bda517b1ef Link kanban guide from main README
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 03:40:58 +00:00
copilot-swe-agent[bot]
75e4cea3cd Add templates documentation and update README
- Created comprehensive TEMPLATES.md guide
- Documents all 5 issue templates and PR template
- Includes MetaBuilder-specific guidelines
- Covers data-driven architecture requirements
- Details multi-tenancy considerations
- Explains permission system (Levels 1-6)
- Package system conventions
- DBAL contribution guidelines
- Updated README Contributing section
- Added links to template documentation
- Listed all available issue templates

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 03:36:51 +00:00
9b3604f4a9 docs: 1 files 2025-12-26 03:05:29 +00:00
c2ebfa2d15 docs: 1 files 2025-12-26 02:59:10 +00:00
a7eb212340 docs: 1 files 2025-12-26 02:58:54 +00:00
686f91ee86 docs: 1 files 2025-12-26 02:58:38 +00:00
414d3993ab docs: 1 files 2025-12-26 02:58:22 +00:00
03c937b723 docs: 1 files 2025-12-26 02:58:06 +00:00
ea59f9a4b4 docs: 1 files 2025-12-26 02:57:50 +00:00
e7e1469a17 docs: 1 files 2025-12-26 02:57:34 +00:00
04768534e0 docs: 1 files 2025-12-26 02:54:23 +00:00
fabecde6a2 docs: 1 files 2025-12-26 02:53:52 +00:00
741b6765f0 docs: 1 files 2025-12-26 02:53:36 +00:00
457fb66634 docs: 1 files 2025-12-26 02:53:20 +00:00
e22293480d docs: nextjs,frontends,tsx (13 files) 2025-12-26 02:39:27 +00:00
aaec0a791f docs: reference,tsx,nextjs (16 files) 2025-12-26 02:34:23 +00:00
ded2a8b0fb docs: nextjs,frontends,package (10 files) 2025-12-26 02:34:07 +00:00
0083abeefc docs: summary,dbal,cve (2 files) 2025-12-26 02:32:49 +00:00
76b17f060c docs: nextjs,frontends,dbal (15 files) 2025-12-26 02:32:33 +00:00
c09b660cf8 docs: refactoring,packages,quick (18 files) 2025-12-26 02:32:17 +00:00
a9a759da4e docs: nextjs,frontends,tsx (72 files) 2025-12-26 02:30:57 +00:00
6ea1f84272 docs: todo,ui,testing (18 files) 2025-12-26 02:26:02 +00:00
35db851731 docs: nextjs,frontends,globals (14 files) 2025-12-26 02:25:46 +00:00
35efdfe6ec docs: nextjs,frontends,get (6 files) 2025-12-26 02:25:30 +00:00
f30db5d17d docs: nextjs,frontends,package (11 files) 2025-12-26 02:24:58 +00:00
59b205b19c docs: tsx,nextjs,frontends (23 files) 2025-12-26 02:24:42 +00:00
005ad56188 docs: nextjs,frontends,get (16 files) 2025-12-26 02:24:10 +00:00
f1793fbcf4 docs: 1 files 2025-12-26 02:23:54 +00:00
dd9f7570c0 docs: workflow,nextjs,frontends (7 files) 2025-12-26 02:22:50 +00:00
e87ddba3b2 docs: 1 files 2025-12-26 02:06:24 +00:00
cc6eddb7ac docs: 1 files 2025-12-26 02:03:37 +00:00
bbaa14f0f9 Frontend got mashed up 2025-12-25 13:38:59 +00:00
b3e17e7dd4 feat: Add troubleshooting guide and enhance act scripts
- Created a new troubleshooting guide in README.md for common issues and testing problems.
- Updated package.json to include new act commands for linting, type checking, building, and diagnosing workflows.
- Added a pre-commit hook script to validate workflows before commits.
- Enhanced run-act.sh script with logging, Docker checks, and improved output formatting.
- Improved test-workflows.sh with an interactive menu and performance tracking.
- Introduced setup-act.sh for quick setup and testing of act integration.
2025-12-25 13:16:45 +00:00