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 |
|
GW_MC
|
86fb222d18
|
added serving openapi options
|
2025-12-18 22:19:16 +08:00 |
|
GW_MC
|
08b1a055a4
|
feat: add admin user initialization endpoint with request handling
|
2025-12-18 22:10:50 +08:00 |
|
GW_MC
|
8f2193bed2
|
Fix invalid query for settings and users
|
2025-12-18 22:10:10 +08:00 |
|
GW_MC
|
ed4a091d6e
|
update swagger and api-client
|
2025-12-18 18:26:27 +08:00 |
|
GW_MC
|
ccd8bc7aa1
|
Include require auth middleware and login route
|
2025-12-18 18:26:10 +08:00 |
|
GW_MC
|
b0c11c7c67
|
feat: add admin initialization and database migration tasks
|
2025-12-15 15:54:52 +08:00 |
|
GW_MC
|
3354154b87
|
feat: implement authentication module with JWT support and user management
|
2025-12-15 15:54:16 +08:00 |
|
GW_MC
|
1233f3b736
|
fix: implement Display trait for ServiceError enum
|
2025-12-15 15:50:43 +08:00 |
|
GW_MC
|
b17d111c5d
|
remove unused session table
|
2025-12-15 14:20:28 +08:00 |
|
GW_MC
|
9447b64a76
|
feat: add argon2, jsonwebtoken, and update uuid dependencies
|
2025-12-07 21:35:50 +08:00 |
|
GW_MC
|
6cd37d6758
|
use ref of transaction
|
2025-12-07 21:35:10 +08:00 |
|
GW_MC
|
6a88e401f6
|
Add debug and BadRequest error
|
2025-12-07 21:33:01 +08:00 |
|
GW_MC
|
30e500ec44
|
Added macro for handling both transaction and pooled connection
|
2025-12-07 19:09:37 +08:00 |
|
GW_MC
|
e758452509
|
Include user table, identity and session table
|
2025-12-07 19:08:22 +08:00 |
|
GW_MC
|
9c139d6007
|
refactor: replace IntoServiceError trait with direct ServiceError conversions
|
2025-12-07 14:40:11 +08:00 |
|
|
|
ce404670d6
|
Merge pull request 'Basic Documentation' (#8) from documentation into master
Verify / verify-generated-code (push) Successful in 53s
Verify / verify-openapi-spec (push) Successful in 6s
Verify / verify-frontend-api-client (push) Successful in 8s
Test / test-frontend (push) Successful in 21s
Test / frontend-build (push) Successful in 24s
Test / lint (push) Successful in 1m9s
Test / test (push) Successful in 1m14s
Reviewed-on: #8
|
2025-12-05 22:50:20 +08:00 |
|
GW_MC
|
5668f465bb
|
feat: add initial documentation and setup files for YANPM
Test / test-frontend (pull_request) Successful in 23s
Test / frontend-build (pull_request) Successful in 26s
Verify / verify-generated-code (pull_request) Successful in 53s
Verify / verify-openapi-spec (pull_request) Successful in 6s
Test / test (pull_request) Successful in 1m15s
Test / lint (pull_request) Successful in 1m13s
Verify / verify-frontend-api-client (pull_request) Successful in 8s
|
2025-12-05 21:09:58 +08:00 |
|
|
|
f9c1cac50f
|
Merge pull request 'feature/openapi' (#7) from feature/openapi into master
Test / test-frontend (push) Successful in 21s
Test / frontend-build (push) Successful in 22s
Verify / verify-generated-code (push) Successful in 52s
Verify / verify-openapi-spec (push) Successful in 1m10s
Test / test (push) Successful in 1m12s
Test / lint (push) Successful in 1m11s
Verify / verify-frontend-api-client (push) Successful in 21s
Reviewed-on: #7
|
2025-12-05 20:50:35 +08:00 |
|
GW_MC
|
5e0ab960f9
|
fix: update import path for TanstackQueryApiClient to use the correct generated client
Test / test-frontend (pull_request) Successful in 22s
Test / frontend-build (pull_request) Successful in 25s
Verify / verify-generated-code (pull_request) Successful in 53s
Verify / verify-openapi-spec (pull_request) Successful in 1m11s
Test / test (pull_request) Successful in 1m13s
Test / lint (pull_request) Successful in 1m14s
Verify / verify-frontend-api-client (pull_request) Successful in 22s
|
2025-12-05 20:43:46 +08:00 |
|
GW_MC
|
75a3777cb0
|
add verify frontend api client
Test / test-frontend (pull_request) Successful in 21s
Test / frontend-build (pull_request) Failing after 20s
Test / test (pull_request) Has been skipped
Test / lint (pull_request) Has been skipped
Verify / verify-openapi-spec (pull_request) Has been cancelled
Verify / verify-frontend-api-client (pull_request) Has been cancelled
Verify / verify-generated-code (pull_request) Has been cancelled
|
2025-12-05 20:40:11 +08:00 |
|
GW_MC
|
d33f4f103f
|
move generated client into generated/api-client
Test / test-frontend (pull_request) Successful in 22s
Test / frontend-build (pull_request) Failing after 19s
Test / test (pull_request) Has been skipped
Test / lint (pull_request) Has been skipped
Verify / verify-openapi-spec (pull_request) Has been cancelled
Verify / verify-generated-code (pull_request) Has been cancelled
|
2025-12-05 20:37:46 +08:00 |
|
GW_MC
|
a7524ab076
|
Added openapi based api client
|
2025-12-05 20:28:59 +08:00 |
|
GW_MC
|
1c051f9502
|
Add verification workflow for generated code and OpenAPI spec
Test / test-frontend (pull_request) Successful in 24s
Test / frontend-build (pull_request) Successful in 24s
Verify / verify-generated-code (pull_request) Successful in 7m58s
Verify / verify-openapi-spec (pull_request) Successful in 1m12s
Test / test (pull_request) Successful in 1m12s
Test / lint (pull_request) Successful in 1m11s
|
2025-12-05 19:00:04 +08:00 |
|
GW_MC
|
81fbf8281f
|
Refactor health check API to include OpenAPI tagging and enhance HealthInfo schema documentation
|
2025-12-05 18:17:29 +08:00 |
|
GW_MC
|
8875122e1b
|
Add OpenAPI specification and generation command
|
2025-12-05 18:03:25 +08:00 |
|
GW_MC
|
65d40c1e83
|
Add start server command and logging setup for CLI
|
2025-12-05 18:03:17 +08:00 |
|
GW_MC
|
d2b842d933
|
Add CLI command for generating OpenAPI documentation
|
2025-12-05 17:22:51 +08:00 |
|
GW_MC
|
34ebfaddbc
|
Add OpenAPI support and health info endpoint documentation
|
2025-12-05 17:01:29 +08:00 |
|
|
|
efdb47a117
|
Merge pull request 'Add health check routes and state management' (#6) from feature/health-check into master
Test / verify-generated-code (push) Successful in 53s
Test / test-frontend (push) Successful in 19s
Test / frontend-build (push) Successful in 23s
Test / test (push) Successful in 1m12s
Test / lint (push) Successful in 1m12s
Reviewed-on: #6
|
2025-12-05 15:15:29 +08:00 |
|
GW_MC
|
5210c64c5d
|
Simplify health endpoint
Test / verify-generated-code (pull_request) Successful in 54s
Test / test-frontend (pull_request) Successful in 22s
Test / frontend-build (pull_request) Successful in 25s
Test / test (pull_request) Successful in 1m12s
Test / lint (pull_request) Successful in 1m13s
|
2025-12-05 15:08:21 +08:00 |
|
GW_MC
|
23c6bc4fd0
|
Add #[allow(dead_code)] annotation to HealthState::new for test usage
Test / verify-generated-code (pull_request) Successful in 55s
Test / test-frontend (pull_request) Successful in 20s
Test / frontend-build (pull_request) Successful in 23s
Test / test (pull_request) Successful in 1m13s
Test / lint (pull_request) Successful in 1m15s
|
2025-12-05 14:20:56 +08:00 |
|
GW_MC
|
bbc6977e73
|
Add health check routes and state management
Test / verify-generated-code (pull_request) Successful in 56s
Test / test-frontend (pull_request) Successful in 22s
Test / frontend-build (pull_request) Successful in 24s
Test / test (pull_request) Successful in 1m14s
Test / lint (pull_request) Failing after 1m13s
|
2025-12-05 14:05:09 +08:00 |
|
|
|
968911e489
|
Merge pull request 'setup frontend' (#5) from feature/frontend-setup into master
Test / verify-generated-code (push) Successful in 48s
Test / test-frontend (push) Successful in 21s
Test / frontend-build (push) Successful in 23s
Test / test (push) Successful in 1m10s
Test / lint (push) Successful in 1m10s
Reviewed-on: #5
|
2025-12-02 20:50:06 +08:00 |
|