Commit Graph

7 Commits

Author SHA1 Message Date
GW_MC
8875122e1b Add OpenAPI specification and generation command 2025-12-05 18:03:25 +08:00
GW_MC
0374d63efe Add frontend build artifact handling and linting steps to CI workflow
Some checks failed
Test / verify-generated-code (pull_request) Successful in 55s
Test / test-frontend (pull_request) Successful in 20s
Test / frontend-build (pull_request) Failing after 38s
Test / test (pull_request) Has been skipped
Test / lint (pull_request) Has been skipped
2025-12-02 20:18:48 +08:00
GW_MC
27173c01da Added basic frontend setup 2025-12-02 19:18:14 +08:00
GW_MC
829c4ef3e3 Add CLI application with database migration and entity generation commands
- Introduced a new CLI application in the `apps/cli` directory.
- Implemented commands for database migration and entity generation.
- Updated `Cargo.toml` files to include necessary dependencies.
- Enhanced the `justfile` to facilitate CLI command execution.
- Modified workspace configuration to include the new CLI application.
2025-11-13 21:26:31 +08:00
GW_MC
25c0756e70 Add generated database entity, just recipe and fix config table missing PK 2025-11-13 20:13:05 +08:00
GW_MC
7a1617e1ee fix invalid simulate location and sqlite connection for seaorm 2025-11-13 20:11:04 +08:00
GW_MC
0ad768a3a3 Add simulation command to justfile for container execution 2025-11-11 20:53:26 +08:00