• Joined on 2025-11-10
GW_MC deleted branch feature/proxy-service from GW_MC/YANPM 2026-01-12 11:56:43 +08:00
GW_MC pushed to master at GW_MC/YANPM 2026-01-12 11:56:40 +08:00
d67a9f6f0d Merge pull request 'feature/proxy-service' (#14) from feature/proxy-service into master
4fe03b245e test: added create location with proxy pass tests
b4a36dbe4c Fix: create location support for proxy pass
7ae76f622c feat: added proxy_host builder, and improve transaction borrowing
9b8232d94d feat: Implement NGINX proxy host and location management endpoints
Compare 9 commits »
GW_MC merged pull request GW_MC/YANPM#14 2026-01-12 11:56:39 +08:00
feature/proxy-service
GW_MC created pull request GW_MC/YANPM#14 2026-01-12 11:50:17 +08:00
feature/proxy-service
GW_MC pushed to feature/proxy-service at GW_MC/YANPM 2026-01-12 11:49:57 +08:00
4fe03b245e test: added create location with proxy pass tests
b4a36dbe4c Fix: create location support for proxy pass
7ae76f622c feat: added proxy_host builder, and improve transaction borrowing
9b8232d94d feat: Implement NGINX proxy host and location management endpoints
83e02acb22 Fix: Refactor upstream count retrieval and improve query filtering logic
Compare 8 commits »
GW_MC created branch feature/proxy-service in GW_MC/YANPM 2026-01-12 11:49:57 +08:00
GW_MC pushed to master at GW_MC/YANPM 2026-01-01 10:49:35 +08:00
1ed065e08e Merge pull request 'feature/upstream-service' (#13) from feature/upstream-service into master
d21459802c Add total upstream count retrieval to UpstreamService
5e1a8364c7 Fix: update test database query results to include upstream target models
3be9ecc4c1 Refactor: improve config formatting, clean up imports
545bc66f8c Fix: invalid config when all are backup
Compare 44 commits »
GW_MC merged pull request GW_MC/YANPM#13 2026-01-01 10:49:33 +08:00
feature/upstream-service
GW_MC pushed to feature/upstream-service at GW_MC/YANPM 2026-01-01 10:40:50 +08:00
d21459802c Add total upstream count retrieval to UpstreamService
GW_MC pushed to feature/upstream-service at GW_MC/YANPM 2025-12-31 20:26:27 +08:00
5e1a8364c7 Fix: update test database query results to include upstream target models
GW_MC pushed to feature/upstream-service at GW_MC/YANPM 2025-12-31 20:11:22 +08:00
3be9ecc4c1 Refactor: improve config formatting, clean up imports
545bc66f8c Fix: invalid config when all are backup
75097a661b Add filtering options for upstream targets in get_upstreams
9860dddf60 Fix incorrect upstream_target config
c4634b18f9 Fix CORS method not allowed
Compare 9 commits »
GW_MC created pull request GW_MC/YANPM#13 2025-12-31 16:45:10 +08:00
feature/upstream-service
GW_MC pushed to feature/upstream-service at GW_MC/YANPM 2025-12-31 16:44:50 +08:00
d184261027 feat: added openapi doc
6a30a03e59 feat: enhance socket path validation for reqwest client configuration
9c3f775a67 refactor: remove unused Filters struct and clean up imports in create_upstream tests
331b4e1e96 feat: implement transaction handling for upstream and target operations
4f85d88380 feat: implement conversion from DbErr to ApiError
Compare 10 commits »
GW_MC created branch feature/upstream-service in GW_MC/YANPM 2025-12-31 16:44:50 +08:00
GW_MC pushed to master at GW_MC/YANPM 2025-12-28 19:25:39 +08:00
c33e3aa0ca Merge pull request 'feature/agent-client' (#12) from feature/agent-client into master
6f5596dc69 Enforce deny unwrap_used
96e7f36731 feat: integrate AgentService into app service and enhance configuration handling
410328a2af refactor app service
9f122566d0 feat: add agent settings configuration and update agent client service
Compare 14 commits »
GW_MC merged pull request GW_MC/YANPM#12 2025-12-28 19:25:37 +08:00
feature/agent-client
GW_MC pushed to feature/agent-client at GW_MC/YANPM 2025-12-28 19:07:23 +08:00
6f5596dc69 Enforce deny unwrap_used
GW_MC pushed to feature/agent-client at GW_MC/YANPM 2025-12-28 18:35:59 +08:00
96e7f36731 feat: integrate AgentService into app service and enhance configuration handling
410328a2af refactor app service
9f122566d0 feat: add agent settings configuration and update agent client service
Compare 3 commits »
GW_MC pushed to feature/agent-client at GW_MC/YANPM 2025-12-28 17:53:45 +08:00
c65dc3af47 feat: Basic agent-client service
6f395ed1ae rename workflows jobs
Compare 2 commits »
GW_MC created pull request GW_MC/YANPM#12 2025-12-28 16:29:57 +08:00
feature/agent-client