GW_MC
c65dc3af47
feat: Basic agent-client service
Test / test-frontend (pull_request) Successful in 27s
Test / frontend-build (pull_request) Successful in 33s
Verify / verify-openapi-spec (pull_request) Successful in 7s
Verify / verify-generated-agent-code (pull_request) Successful in 1m7s
Verify / verify-generated-database-code (pull_request) Successful in 2m14s
Verify / verify-frontend-api-client (pull_request) Successful in 6s
Test / lint-crates (pull_request) Failing after 1m28s
Test / test-crates (pull_request) Successful in 2m40s
Test / lint-frontend (pull_request) Successful in 29s
2025-12-28 17:53:27 +08:00
GW_MC
6f395ed1ae
rename workflows jobs
2025-12-28 16:42:12 +08:00
GW_MC
e6e85564e7
fix: incorrect pnpm cache
Test / test-frontend (pull_request) Successful in 1m17s
Test / lint-frontend (pull_request) Successful in 1m19s
Test / frontend-build (pull_request) Successful in 1m55s
Verify / verify-openapi-spec (pull_request) Successful in 31s
Verify / verify-generated-agent-code (pull_request) Successful in 2m54s
Verify / verify-generated-code (pull_request) Successful in 3m57s
Verify / verify-frontend-api-client (pull_request) Successful in 8s
Test / lint (pull_request) Successful in 1m25s
Test / test (pull_request) Successful in 3m26s
2025-12-28 16:29:31 +08:00
GW_MC
c7a090f78a
fix: frontend deps not installed
2025-12-28 16:23:10 +08:00
GW_MC
8cc2775fe4
feat: auto format generated code, and ignore clippy lint in agent-client
2025-12-28 16:22:41 +08:00
GW_MC
0b64538754
added verify for untracked generated files
2025-12-28 15:56:04 +08:00
GW_MC
8009ca20ff
feat: added verify generated agent code in action workflows
2025-12-28 15:55:30 +08:00
GW_MC
7a5b9471e0
feat: added agent rust client generation
2025-12-28 15:16:47 +08:00
GW_MC
bb55e37b49
feat: added openapi generation for agent
2025-12-28 15:15:42 +08:00
9a264a61ac
Merge pull request 'feature/agent' ( #11 ) from feature/agent into master
...
Test / test-frontend (push) Successful in 20s
Test / lint-frontend (push) Successful in 24s
Verify / verify-openapi-spec (push) Successful in 4s
Test / frontend-build (push) Successful in 29s
Verify / verify-frontend-api-client (push) Successful in 5s
Test / test (push) Successful in 53s
Verify / verify-generated-code (push) Successful in 1m6s
Test / lint (push) Successful in 1m10s
Reviewed-on: #11
2025-12-22 18:29:26 +08:00
GW_MC
0eafd6a264
feat: upgrade actions/cache to v4 and clean up imports in main.rs
Test / test-frontend (pull_request) Successful in 23s
Test / lint-frontend (pull_request) Successful in 26s
Verify / verify-openapi-spec (pull_request) Successful in 4s
Test / frontend-build (pull_request) Successful in 29s
Test / test (pull_request) Successful in 55s
Verify / verify-generated-code (pull_request) Successful in 1m10s
Verify / verify-frontend-api-client (pull_request) Successful in 7s
Test / lint (pull_request) Successful in 1m10s
2025-12-22 18:26:19 +08:00
GW_MC
c14af00c08
feat: update dependencies and refactor command line argument handling for yanpm-agent
Test / test-frontend (pull_request) Successful in 23s
Test / lint-frontend (pull_request) Successful in 27s
Verify / verify-openapi-spec (pull_request) Successful in 4s
Test / frontend-build (pull_request) Successful in 30s
Verify / verify-frontend-api-client (pull_request) Has been cancelled
Verify / verify-generated-code (pull_request) Has been cancelled
Test / test (pull_request) Has been cancelled
Test / lint (pull_request) Has been cancelled
2025-12-22 18:16:26 +08:00
GW_MC
dce8203322
feat: add comprehensive documentation for yanpm-agent, including API reference, configuration, deployment, usage examples, and troubleshooting
2025-12-22 17:56:18 +08:00
GW_MC
5cffb0a519
feat: add nginx reload and validation wrappers with sudo permissions
2025-12-22 17:18:36 +08:00
GW_MC
6e85bda13f
Refactor container definitions
2025-12-22 14:32:57 +08:00
GW_MC
7db23b01df
Add testcontainer for agent image with nginx
2025-12-22 12:54:14 +08:00
GW_MC
61ecd91219
feat: add nix dependency and enhance socket permissions handling
2025-12-21 19:32:48 +08:00
GW_MC
b823fe6281
feat: Fix permission and env errors, add loggings, socket perm args
2025-12-21 18:52:26 +08:00
GW_MC
7781878c2d
feat: implement Dockerfile and service scripts for yanpm-agent
2025-12-21 17:51:43 +08:00
GW_MC
4ca59d2bb6
feat: add agent module with Nginx service commands and routes
...
- Introduced a new agent module with commands for managing Nginx configurations.
- Implemented `NginxService` for handling reload, validation, and configuration writing.
- Added routes for status, validation, and configuration writing using Axum.
- Created necessary command files: `reload.rs`, `run.rs`, `validate.rs`, `write_config.rs`.
- Updated `Cargo.toml` and `Cargo.lock` to include new dependencies.
- Added `.gitignore` for the agent module.
- Updated `justfile` to include OpenAPI generation for the agent.
2025-12-21 15:32:42 +08:00
8334da8cf1
Merge pull request 'feature/frontend-login' ( #10 ) from feature/frontend-login into master
...
Test / test-frontend (push) Successful in 20s
Test / lint-frontend (push) Successful in 23s
Test / frontend-build (push) Successful in 27s
Test / test (push) Successful in 45s
Verify / verify-generated-code (push) Successful in 58s
Verify / verify-openapi-spec (push) Successful in 58s
Verify / verify-frontend-api-client (push) Successful in 19s
Test / lint (push) Successful in 1m1s
Reviewed-on: #10
2025-12-20 19:01:04 +08:00
GW_MC
dc7b70e039
Fix trailing whitespace
Test / test-frontend (pull_request) Successful in 23s
Test / lint-frontend (pull_request) Successful in 25s
Test / frontend-build (pull_request) Successful in 29s
Test / test (pull_request) Successful in 46s
Verify / verify-generated-code (pull_request) Successful in 59s
Verify / verify-openapi-spec (pull_request) Successful in 1m1s
Verify / verify-frontend-api-client (pull_request) Successful in 20s
Test / lint (pull_request) Successful in 1m3s
2025-12-20 18:48:35 +08:00
GW_MC
873b4a9d3a
refactor: remove dead code annotations from UserService and SettingsStore traits
Test / test-frontend (pull_request) Successful in 21s
Test / lint-frontend (pull_request) Successful in 25s
Test / frontend-build (pull_request) Successful in 29s
Test / test (pull_request) Successful in 46s
Verify / verify-generated-code (pull_request) Successful in 1m0s
Verify / verify-openapi-spec (pull_request) Successful in 1m0s
Verify / verify-frontend-api-client (pull_request) Successful in 20s
Test / lint (pull_request) Failing after 1m4s
2025-12-20 18:23:43 +08:00
GW_MC
596eb8faea
feat: add mock implementations for configuration settings and update AppState to include config
2025-12-20 18:22:33 +08:00
GW_MC
0cd6e837fc
fix: include InvalidSignature in JWT validation error handling
2025-12-20 18:21:54 +08:00
GW_MC
be63fcbc37
feat: fix incorrect JWT cookie key
2025-12-20 16:40:41 +08:00
GW_MC
3f252a8abd
feat: add required asterisk indicator to TextField component
Test / test-frontend (pull_request) Successful in 22s
Test / lint-frontend (pull_request) Successful in 25s
Test / frontend-build (pull_request) Successful in 29s
Verify / verify-generated-code (pull_request) Successful in 56s
Test / test (pull_request) Successful in 46s
Verify / verify-openapi-spec (pull_request) Successful in 57s
Verify / verify-frontend-api-client (pull_request) Successful in 22s
Test / lint (pull_request) Successful in 1m6s
2025-12-20 16:20:31 +08:00
GW_MC
0740072a60
Fix query message display code instead of message
2025-12-20 16:17:59 +08:00
GW_MC
ff752985c6
fix: update ESLint ignores to include 'build' and '.react-router'
Test / test-frontend (pull_request) Successful in 30s
Test / lint-frontend (pull_request) Successful in 33s
Test / frontend-build (pull_request) Successful in 34s
Verify / verify-generated-code (pull_request) Successful in 8m33s
Verify / verify-openapi-spec (pull_request) Successful in 8m38s
Verify / verify-frontend-api-client (pull_request) Successful in 22s
Test / test (pull_request) Successful in 8m58s
Test / lint (pull_request) Successful in 1m8s
2025-12-20 14:34:01 +08:00
GW_MC
feb5122843
reafctor toast messages into a single file
2025-12-20 14:32:42 +08:00
GW_MC
0260a03e1b
Refactor query message toast
2025-12-20 14:27:08 +08:00
GW_MC
a88e4d7274
feat: add React and React Hooks support to ESLint configuration
2025-12-20 13:17:09 +08:00
GW_MC
7d99a4852b
feat: implement authentication and health check providers with hooks for user management
2025-12-20 12:27:42 +08:00
GW_MC
e59e7ca4c8
feat: add user management API with endpoint to retrieve current user information
2025-12-20 12:27:10 +08:00
GW_MC
b0b765b8fa
feat: implement CORS support with configuration options and middleware integration
2025-12-19 21:34:12 +08:00
GW_MC
d861e0cd7d
Fix incorrect login fail handling
2025-12-19 21:20:54 +08:00
GW_MC
b2b1fbaf65
added init page
2025-12-19 21:16:52 +08:00
GW_MC
d1491b8d19
remove unused api interceptor
2025-12-19 21:16:31 +08:00
GW_MC
85e8668e34
Fix incorrect body data handling
2025-12-19 21:16:04 +08:00
GW_MC
a0a9584a4d
feat: add InfoIcon component with tooltip support and integrate into TextField
2025-12-19 20:08:39 +08:00
GW_MC
737797f6dd
feat: update SubmitButton component to support optional label properties and use Radix UI Button
2025-12-19 19:18:33 +08:00
GW_MC
1d1a469fe0
feat: add search parameter keys for redirect and message handling in login flow
2025-12-19 18:53:01 +08:00
GW_MC
227256e0e0
feat: implement frontend login functionality with form handling and error management
2025-12-19 18:33:34 +08:00
GW_MC
5060c84f28
added frontend linting workflow
2025-12-19 18:32:39 +08:00
GW_MC
903b7e6e5a
Add ESLint plugin to Vite configuration for improved linting support
2025-12-19 13:32:30 +08:00
c8b7d6e09c
Merge pull request 'feature/authentication service' ( #9 ) from feature/authentication into master
...
Test / test-frontend (push) Successful in 19s
Test / frontend-build (push) Successful in 21s
Verify / verify-generated-code (push) Successful in 58s
Test / test (push) Successful in 46s
Verify / verify-openapi-spec (push) Successful in 55s
Verify / verify-frontend-api-client (push) Successful in 16s
Test / lint (push) Successful in 59s
Reviewed-on: #9
2025-12-19 12:24:45 +08:00
GW_MC
507b5f0e49
feat: enforce strict expiration checking for JWT and handle existing user identities in password strategy
Test / test-frontend (pull_request) Successful in 20s
Test / frontend-build (pull_request) Successful in 22s
Verify / verify-generated-code (pull_request) Successful in 58s
Test / test (pull_request) Successful in 47s
Verify / verify-openapi-spec (pull_request) Successful in 57s
Verify / verify-frontend-api-client (pull_request) Successful in 16s
Test / lint (pull_request) Successful in 1m0s
2025-12-19 12:22:13 +08:00
GW_MC
ec81d3228b
fix clippy warnings
Test / test-frontend (pull_request) Successful in 38s
Test / frontend-build (pull_request) Successful in 40s
Verify / verify-generated-code (pull_request) Successful in 9m2s
Verify / verify-openapi-spec (pull_request) Successful in 8m43s
Verify / verify-frontend-api-client (pull_request) Successful in 18s
Test / test (pull_request) Failing after 8m56s
Test / lint (pull_request) Successful in 1m9s
2025-12-19 10:25:55 +08:00
GW_MC
8111aaf672
feat: enhance health check with application state and initialization status
2025-12-19 10:25:22 +08:00
GW_MC
66b29b96ee
remove unused user service in auth_state
2025-12-18 22:21:15 +08:00