Commit Graph

6 Commits

Author SHA1 Message Date
6e51df5489 Update dependency fs-extra to v11 2026-02-05 21:36:23 +00:00
ee32dedf61 Enhance testing and integration for checkbox-list custom field
Some checks failed
RenovateBot / renovate (push) Successful in 27s
Test / Basic (push) Failing after 1m43s
Test / E2E (push) Has been skipped
- Updated Gitea workflow to trigger on pushes to the master branch and refined job configurations for testing and E2E processes.
- Added Jest and Playwright configurations for integration and E2E testing.
- Introduced new checkbox-item API with corresponding controller, service, and routes.
- Created integration tests for the checkbox-list functionality, ensuring proper handling of required fields and default values.
- Updated package.json and package-lock.json to include necessary dependencies for testing.
2026-02-05 19:38:48 +04:00
0c71c44599 Update dependency @types/node to v20.19.32
Some checks failed
Test / Basic (pull_request) Failing after 1m44s
Test / E2E (pull_request) Has been skipped
RenovateBot / renovate (push) Successful in 28s
2026-02-05 15:01:39 +00:00
63b7108988 Update dependency better-sqlite3 to v12.6.2
All checks were successful
RenovateBot / renovate (push) Successful in 49s
2026-02-05 14:11:43 +00:00
7fe5502dc1 Add checkbox-list custom field plugin to Strapi
- Introduced a new custom field type 'checkbox-list' with associated input component.
- Updated package.json to reflect the new plugin name.
- Added necessary server-side files for plugin registration, including bootstrap, destroy, and service methods.
- Updated package-lock.json to include new dependencies and versions.
- Enhanced admin interface with custom field registration and input handling.
2026-02-05 11:53:17 +00:00
efa89313fa Initial Strapi plugin project 2026-02-05 10:19:56 +00:00