Commit Graph

38 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
00a49e4243 Remove functions.json files and stop generating them
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-07 19:20:19 +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
ef709d47c0 refactor: update testing framework and restructure test configurations
- Changed devDependencies from "lua_test" to "testing" in package.json for ui_level4, ui_level5, ui_level6, ui_login, ui_pages, ui_permissions, user_manager, and workflow_editor.
- Removed legacy test scripts and parameterized tests, replacing them with a unified test suite structure in the tests section of package.json.
- Introduced new metadata.params.json files for each package to define test parameters for package ID validation, icon file existence, and JSON schema validation.
- Created new metadata.test.json files for each package to define structured test cases for validating package metadata, including checks for package ID, icon file existence, and schema validity.
2026-01-02 21:25:45 +00:00
e69b166046 Add icons for various packages and update package.json files
- Added SVG icons for the following packages:
  - github_tools
  - irc_webchat
  - json_script_example
  - lua_test
  - media_center
  - nav_menu
  - notification_center
  - package_validator
  - quick_guide
  - role_editor
  - schema_editor
  - screenshot_analyzer
  - smtp_config
  - social_hub
  - stats_grid
  - stream_cast
  - ui_auth
  - ui_dialogs
  - 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
  - workflow_editor

- Updated package.json files to include icon paths for each package.
2026-01-02 21:12:38 +00:00
40ec511651 feat(permissions): Add roles.json files for various components with access permissions 2026-01-02 20:11:45 +00:00
45a5fd30f6 feat: Add audit log package with UI components, entities, functions, and styles 2026-01-02 13:41:19 +00:00
e22b801f37 Refactor code structure for improved readability and maintainability 2026-01-02 12:47:38 +00:00
Richard Ward
939b243e97 config: packages,metadata,json (7 files) 2025-12-31 02:04:59 +00:00
Richard Ward
96f8607c46 config: packages,metadata,json (44 files) 2025-12-31 02:01:20 +00:00
Richard Ward
198cd22961 config: packages,metadata,json (47 files) 2025-12-31 00:19:04 +00:00
Richard Ward
24b06b5536 config: styles,packages,json (39 files) 2025-12-31 00:17:06 +00:00
Richard Ward
f629c0918f config: packages,metadata,json (3 files) 2025-12-30 23:12:53 +00:00
Richard Ward
bfce6f6f84 update: packages,operations,lua (2 files) 2025-12-30 21:43:42 +00:00
Richard Ward
d572f86056 config: packages,metadata,json (2 files) 2025-12-30 21:36:26 +00:00
Richard Ward
c3c4e134da config: yaml,packages,entities (4 files) 2025-12-30 21:32:49 +00:00
Richard Ward
92f640fcf0 docs: lua,packages,log (9 files) 2025-12-30 19:45:40 +00:00
Richard Ward
fceea6e3f1 config: packages,lua,ui (32 files) 2025-12-30 19:45:10 +00:00
Richard Ward
61ba630e42 update: types,packages,lua (4 files) 2025-12-30 15:05:30 +00:00
Richard Ward
c729ba30cb docs: packages,lua,log (2 files) 2025-12-30 13:29:58 +00:00
Richard Ward
d44e40440d config: packages,lua,menu (12 files) 2025-12-30 13:26:36 +00:00
Richard Ward
b2b0ade653 config: fakemui,packages,menu (9 files) 2025-12-30 13:25:20 +00:00
Richard Ward
8c9b6661ce config: packages,log,icons (4 files) 2025-12-30 13:24:06 +00:00
Richard Ward
fa21e4156e code: packages,lua,ui (6 files) 2025-12-30 13:22:50 +00:00
Richard Ward
3c0d364ac3 code: tsx,packages,menu (4 files) 2025-12-30 13:21:28 +00:00
Richard Ward
1985079e9f code: packages,lua,studio (6 files) 2025-12-30 13:20:59 +00:00
Richard Ward
c8e5b9e01f update: packages,lua,log (8 files) 2025-12-30 13:17:01 +00:00
Richard Ward
93be86e155 config: social,packages,lua (2 files) 2025-12-30 13:15:49 +00:00
Richard Ward
ea6bd1c69a update: packages,lua,log (12 files) 2025-12-30 13:15:23 +00:00
Richard Ward
03b627a85c config: packages,log,audit (2 files) 2025-12-30 13:14:56 +00:00
Richard Ward
d41f1d4735 update: packages,lua,lobby (4 files) 2025-12-30 13:13:21 +00:00
Richard Ward
a7efd92eb7 docs: packages,lua,log (12 files) 2025-12-30 13:11:52 +00:00
Richard Ward
83691f4bbf config: packages,metadata,json (4 files) 2025-12-30 13:10:27 +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
63cde2a7da feat: update icon counts and migration phases in FAKEMUI_STRATEGY.md; enhance type annotations and definitions across various modules 2025-12-30 10:43:01 +00:00
25c98f2704 feat: Add lua_test as a devDependency and implement validation tests for audit_log and code_editor packages 2025-12-30 02:27:20 +00:00
459182b655 feat: Add comprehensive validation for package structure, metadata, and components
- Implemented component schema validation in `component_schema.lua`.
- Created metadata schema validation in `metadata_schema.lua`.
- Developed structure validation logic in `structure_validator.lua`.
- Introduced Lua file validation functions in `lua_validator.lua`.
- Added integration tests for validation logic in `validate.test.lua`.
- Created unit tests for component, metadata, and structure validation.
- Added SVG icon for package representation.
- Established a main validation orchestrator in `validate.lua` to coordinate the validation process.
2025-12-30 02:19:28 +00:00
94fe1c83b7 Refactor audit log components and add validation tests
- Removed the AuditLogViewer, Filters, and LogTable components.
- Added new component definitions in components.json for Audit Stats Cards and Audit Log Viewer.
- Implemented scripts for stats calculation, log formatting, and applying filters.
- Created validation tests for the arcade_lobby, codegen_studio, data_table, form_builder, forum_forge, and irc_webchat packages.
- Updated index.json to include new audit_log and quick_guide packages with their respective metadata.
2025-12-30 01:43:40 +00:00
13855240ac feat: add admin_dialog package with component and metadata validation tests; implement audit log package with filtering, formatting, and statistics functionalities 2025-12-30 01:39:39 +00:00