Commit Graph

1423 Commits

Author SHA1 Message Date
6ff0174e9b refactor: modularize github actions fetcher 2025-12-27 23:00:42 +00:00
5074a0274a feat: add viewer filter and detail components 2025-12-27 23:00:32 +00:00
2d83c95eba refactor: split dialog subcomponents 2025-12-27 23:00:25 +00:00
f747301f65 refactor: modularize nerd mode ide layout 2025-12-27 23:00:13 +00:00
fb69a894a2 refactor: extract security dialog components 2025-12-27 23:00:05 +00:00
19f6be22b8 refactor: modularize rendering components 2025-12-27 22:59:53 +00:00
e532ef69db chore: add ui subset barrels 2025-12-27 22:59:42 +00:00
ce6daf533b feat: add dropdown helpers and dialog sections 2025-12-27 22:59:34 +00:00
5384332b01 refactor: split dialog components into modules 2025-12-27 22:59:13 +00:00
e306813a87 refactor: extract sidebar navigation pieces 2025-12-27 22:59:05 +00:00
1c5c6ec8f1 refactor: reorganize sonner toast components 2025-12-27 22:58:56 +00:00
6b0c7c0242 refactor: add db core barrel exports 2025-12-27 22:58:39 +00:00
c356674ea1 feat: implement IRC Webchat component with workflows, actions, and layout schema 2025-12-27 19:18:25 +00:00
02e6780cdb feat(tests): add validation, execution, and regression tests for package-glue module 2025-12-27 19:17:57 +00:00
0dcc613843 feat(tests): add unit tests for page renderer lifecycle, layout, and permissions
- Created new test files for `page-renderer.layout.test.ts`, `page-renderer.lifecycle.test.ts`, and `page-renderer.permissions.test.ts` to cover various functionalities of the PageRenderer class.
- Implemented tests for registering pages, loading pages from the database, filtering pages by level, and checking permissions based on user roles.
- Removed the old `page-renderer.test.ts` file to streamline test organization and improve maintainability.

refactor(schema): reorganize schema utility functions and add tests

- Introduced a new structure for schema utility functions, grouping them into directories based on their functionality (e.g., `field`, `model`, `record`).
- Added tests for schema utilities, including validation, serialization, and migration functions.
- Created mock data for testing schema-related functionalities, ensuring comprehensive coverage of edge cases and expected behaviors.
- Added backward compatibility for schema utilities through a new entry point.

chore: clean up unused code and improve code organization

- Removed redundant code and improved the organization of schema utility functions for better readability and maintainability.
- Ensured all functions are properly imported and exported from their respective directories.
2025-12-27 19:17:32 +00:00
93a93b995d feat: add comprehensive tests for workflow engine errors, execution, and persistence 2025-12-27 19:16:04 +00:00
262a00c3a9 Merge branch 'main' into codex/add-new-react-components-for-data 2025-12-27 19:00:29 +00:00
d6c6a85e5a feat: add data-specific ui components 2025-12-27 19:00:17 +00:00
e52aa4470d Merge branch 'main' into codex/create-auth-components-for-user-authentication 2025-12-27 18:59:51 +00:00
f5141369c7 refactor: extract auth subcomponents 2025-12-27 18:59:32 +00:00
8f9be2fa25 Merge branch 'main' into codex/add-dependenciestab-and-scriptstab-components 2025-12-27 18:59:00 +00:00
a496ff5423 refactor: modularize package manager dialogs 2025-12-27 18:58:49 +00:00
d7da9697fb Merge branch 'main' into codex/create-and-organize-test-files 2025-12-27 18:58:23 +00:00
d04fe3a4f0 test: reorganize hook tests 2025-12-27 18:58:11 +00:00
a0ae41ade9 Merge branch 'main' into codex/add-parser-and-stats-files 2025-12-27 18:57:05 +00:00
0656df5a0f refactor: split workflow run analysis helpers 2025-12-27 18:56:55 +00:00
2dbcdb9f23 Merge branch 'main' into codex/add-base,-advanced,-and-experimental-templates 2025-12-27 18:56:29 +00:00
7282290d1a refactor: modularize template configs 2025-12-27 18:56:18 +00:00
298d8bbcfa Merge branch 'main' into codex/add-javascript-injection-and-xss-modules 2025-12-27 18:55:50 +00:00
a37459ed62 chore: split javascript security patterns 2025-12-27 18:55:07 +00:00
76df9a59e6 Merge branch 'main' into codex/create-security-scanner-tests 2025-12-27 18:54:37 +00:00
33cc1322cc test: split security scanner coverage 2025-12-27 18:54:27 +00:00
f7c891e3d3 Merge branch 'main' into codex/add-schema/default/forms,-components-and-validation 2025-12-27 18:53:47 +00:00
50f934abbb refactor: split default schema definitions 2025-12-27 18:53:35 +00:00
f0bdeb860a chore: split theme type declarations 2025-12-27 18:53:08 +00:00
87ea17056c Merge branch 'main' into codex/create-connectionform,-schemaviewer,-and-actiontoolbar 2025-12-27 18:50:18 +00:00
6797acc724 feat: modularize database manager UI 2025-12-27 18:50:05 +00:00
53d84e7f84 Merge branch 'main' into codex/add-ruleeditor,-preview,-and-hooks-files 2025-12-27 18:49:35 +00:00
cb90ae91b5 refactor: modularize css class builder 2025-12-27 18:49:26 +00:00
4ab7aac63e Merge branch 'main' into codex/add-user-management-components 2025-12-27 18:48:59 +00:00
9c354fdac5 Merge branch 'main' into codex/create-fields-and-actions-components 2025-12-27 18:48:26 +00:00
f57b41f86d refactor: extract dialog fields and hierarchy tree 2025-12-27 18:48:15 +00:00
1e9a6271ea feat: add user management subcomponents 2025-12-27 18:47:43 +00:00
02e7188b20 Merge branch 'main' into codex/create-shared-powertransfer-tabs-component 2025-12-27 18:47:13 +00:00
1523cf735c refactor: extract power transfer sections 2025-12-27 18:47:02 +00:00
c069bd0540 Merge branch 'main' into codex/create-level4/tabs/config.ts-and-tabcontent.tsx 2025-12-27 18:46:18 +00:00
871b84ebf4 refactor: modularize level4 tabs 2025-12-27 18:46:06 +00:00
85afb870e8 Merge branch 'main' into codex/create-section-components-for-levels 2025-12-27 18:45:26 +00:00
57a6bd32d6 refactor: share level section components 2025-12-27 18:45:14 +00:00
b9350f0da9 Merge branch 'main' into codex/add-contact-form-example-components 2025-12-27 18:44:49 +00:00