• Joined on 2025-11-10
GW_MC pushed to master at GW_MC/NxMesh 2026-07-18 13:52:22 +08:00
3c5485c449 Merge branch 'feature/nginx-config-handler'
076e87695d refactor: clean up unused code and improve conditionals in various modules
83037f3ee2 refactor(tests): remove unused test cases and related code
2c20d08127 fmt: format
6f560c981b feat(api): add API routes with full state wiring and integration test fixtures
Compare 16 commits »
GW_MC pushed to feature/nginx-config-handler at GW_MC/NxMesh 2026-07-18 09:19:11 +08:00
6f560c981b feat(api): add API routes with full state wiring and integration test fixtures
a7863b9e87 feat(proxy): add render_config method and UpstreamService mock
b7891ec200 feat(proxy): add mockall automock to all proxy sub-services
e44a67f5a8 feat(agent): implement AgentService with CRUD and gRPC stream handler
6d1df8dcca feat: add shared RepoError module
Compare 10 commits »
GW_MC created branch feature/nginx-config-handler in GW_MC/NxMesh 2026-07-18 09:19:11 +08:00
GW_MC pushed to feature/dashboard at GW_MC/NxMesh 2026-07-18 09:19:05 +08:00
ffae46f906 feat: refactor nxmesh-frontend to use React Router with new layout components
GW_MC created branch feature/dashboard in GW_MC/NxMesh 2026-07-18 09:19:05 +08:00
GW_MC pushed to master at GW_MC/NxMesh 2026-06-19 19:13:17 +08:00
be1d2e3fa9 Merge pull request 'feature/nginx-handler' (#6) from feature/nginx-handler into master
143a280d26 feat: add dashmap dependency and update once_cell version in Cargo.lock
4376167d74 feat: add experimental support for proto3 optional fields in Nginx handler
24d3f46a5c feat: add persistence for last deployment path in Nginx handler
3c2cda88f1 feat: add command handling support to Nginx message handler
Compare 30 commits »
GW_MC merged pull request GW_MC/NxMesh#6 2026-06-19 19:13:17 +08:00
feature/nginx-handler
GW_MC pushed to feature/nginx-handler at GW_MC/NxMesh 2026-06-19 19:12:14 +08:00
143a280d26 feat: add dashmap dependency and update once_cell version in Cargo.lock
4376167d74 feat: add experimental support for proto3 optional fields in Nginx handler
24d3f46a5c feat: add persistence for last deployment path in Nginx handler
3c2cda88f1 feat: add command handling support to Nginx message handler
c0d243f661 feat: added config update message handling
Compare 23 commits »
GW_MC renamed repository from NxMesh-old-2 to GW_MC/NxMesh 2026-05-31 09:52:06 +08:00
GW_MC renamed repository from NxMesh to GW_MC/NxMesh 2026-05-30 20:17:16 +08:00
GW_MC pushed to ui/layout at GW_MC/otter 2026-05-28 21:25:47 +08:00
d6660e0b26 feat: add Tailwind CSS extensions to devcontainer configuration
56ecc399df feat: enhance layout with AccountDisplay component and improved BottomNavigation
37b3c23832 feat: add new UI components including Drawer, Empty, Field, Label, ScrollArea, Separator, and Skeleton
a725d348e1 feat: add account management types and zustand store implementation
a60cf8fc43 feat: update VSCode extensions in devcontainer configuration
Compare 7 commits »
GW_MC created branch ui/layout in GW_MC/otter 2026-05-28 21:25:47 +08:00
GW_MC pushed to master at GW_MC/otter 2026-05-28 21:25:10 +08:00
a768e477ec Merge branch 'refactor/visibility'
c88af8391d refactor: visibility of services
c11d9f5a1f Merge branch 'feat/cache'
bda56b7e7e feat: implement cache service with repository and DTO layers
aa6496de59 feat: add migration for cache table with necessary columns and indexes
Compare 10 commits »
GW_MC created branch master in GW_MC/otter 2026-05-28 21:25:09 +08:00
GW_MC created repository GW_MC/otter 2026-05-28 21:24:49 +08:00
GW_MC pushed to feature/nginx-handler at GW_MC/NxMesh 2026-04-25 15:27:52 +08:00
7a0111c4c5 fix: update anyhow dependency to include backtrace feature
0575c34fd6 fix: improve config file handling and add tests for NginxHandler
Compare 2 commits »
GW_MC pushed to feature/nginx-handler at GW_MC/NxMesh 2026-04-25 14:44:30 +08:00
1daac01583 Merge branch 'master' into feature/nginx-handler
cd28b5009a Merge pull request 'feature/embbed-frontend' (#7) from feature/embbed-frontend into master
171e505f22 fix: update migration and entity generation commands in CI workflow
dff828addf fix: update frontend build process to create dummy artifacts and comment out artifact handling
1481e31182 Revert "fix: update frontend build process and add logging for embedded assets"
Compare 16 commits »
GW_MC deleted branch feature/embbed-frontend from GW_MC/NxMesh 2026-04-25 14:35:03 +08:00
GW_MC pushed to master at GW_MC/NxMesh 2026-04-25 14:34:58 +08:00
cd28b5009a Merge pull request 'feature/embbed-frontend' (#7) from feature/embbed-frontend into master
171e505f22 fix: update migration and entity generation commands in CI workflow
dff828addf fix: update frontend build process to create dummy artifacts and comment out artifact handling
1481e31182 Revert "fix: update frontend build process and add logging for embedded assets"
4b80619c97 fix: update frontend build process and add logging for embedded assets
Compare 15 commits »
GW_MC merged pull request GW_MC/NxMesh#7 2026-04-25 14:34:57 +08:00
feature/embbed-frontend