zetaloop
e9bb8fd8e3
fix: chat 服务构建依赖
2026-04-25 04:39:28 +08:00
wwweww
48a45a5355
add: crt for test
2026-04-24 21:02:07 +08:00
Asadz
e7210260d6
add: cn proxy
2026-04-24 20:55:08 +08:00
zetaloop
1a2df120af
fix: bake 文件写入项目根目录以修复 buildx context 缓存问题
...
bake JSON 原先写入系统临时目录,buildx 默认以 bake 文件所在目录作为
构建 context,导致 COPY . . 复制空目录,go build 命中旧的 mount cache
产出旧二进制,源码变更后镜像内容不变。改为写入项目根目录的 .bake.json。
2026-04-24 08:16:42 +08:00
zetaloop
5ad579f03c
fix: 复合主键表改为单字段 id 以支持 ent 完整生成
2026-04-24 07:32:52 +08:00
zetaloop
37faf1c920
chore: 添加 dev 环境测试数据 seed 脚本
2026-04-24 05:25:48 +08:00
zetaloop
790f145dd1
fix: 禁用 Envoy 容器内的 hot restart 避免 15 分钟后 drain
2026-04-23 22:53:13 +08:00
zetaloop
392020f40d
test: 补充拒绝邀请接口的测试覆盖
2026-04-23 20:01:50 +08:00
zetaloop
83a2f243f4
feat: 添加店铺邀请列表查询接口并修复 responded_at 未写入
2026-04-23 15:54:12 +08:00
zetaloop
3989491b8c
fix: 更新 dev 接口测试脚本
2026-04-23 13:52:53 +08:00
zetaloop
9bc86dd904
fix: 更新接口测试脚本
2026-04-23 03:24:24 +08:00
zetaloop
cd2c6d4192
refactor: 更好的构建脚本
2026-04-23 02:39:59 +08:00
zetaloop
be3b9caa25
Revert "fix: limit GOMAXPROCS in build to prevent OOM during parallel bake"
...
This reverts commit 6afacd93e6 .
2026-04-23 02:08:33 +08:00
zetaloop
6afacd93e6
fix: limit GOMAXPROCS in build to prevent OOM during parallel bake
2026-04-23 01:27:55 +08:00
zetaloop
e1f05d01ab
fix: normalize path separators in build script for Windows
2026-04-23 00:31:36 +08:00
zetaloop
c2646163f2
fix: 测试脚本适配 __Host- CSRF cookie
2026-04-06 14:49:21 +08:00
zetaloop
740661ee57
fix: 更新接口测试脚本
...
对齐最新接口流程,改用内置管理员账号与网关验证码链路。
2026-04-06 12:29:48 +08:00
zetaloop
346f197ba1
chore: 添加限流回归测试脚本
2026-04-06 12:29:48 +08:00
zetaloop
063430b644
fix: clean shit
...
在原始配置基础上重新应用限流功能,恢复丢失的路由和服务依赖。
2026-04-06 12:29:48 +08:00
wwweww
c7a33d4174
normalize line endings to LF and add envoy dockerfile in deploy/dev
2026-04-06 05:26:41 +08:00
wwweww
7ec8b2a8f0
feat: reat limit
2026-04-06 05:15:08 +08:00
zetaloop
7047784ee3
chore: 添加全量接口测试脚本
2026-04-05 20:02:08 +08:00
zetaloop
3f306cf0a9
docs: 补充管理员初始化与认证流程说明
2026-04-05 18:40:32 +08:00
zetaloop
529139893b
fix: 文件接口公开路由与代码权限要求矛盾
...
GET /api/v1/files 在 envoy 里被设为公开路由但 getFileLogic 要求
user_id,去掉 jwt_authn 和 ext_authz 的公开豁免。
2026-04-05 18:16:05 +08:00
zetaloop
4625363d5a
fix: admin 审批链路查询条件缺失与网关路由缺失
...
SearchUserVerifications 查询条件硬编码了 user_id=0 导致 admin 查询
始终返回空列表,改为条件构建模式。envoy 缺少 /api/v1/admin 前缀
路由导致审批接口 404。新增 users-rpc 启动时从环境变量自动初始化
管理员账户。
2026-04-05 16:53:15 +08:00
zetaloop
384471edca
fix: 对齐 authz 认证链路
2026-04-05 12:06:39 +08:00
zetaloop
d77bb65871
fix: postgres 启动健康检查加缓冲期
2026-04-03 17:55:03 +08:00
zetaloop
3eb44d8a73
refactor: build.sh 改用 buildx bake 并行构建
2026-04-01 20:19:36 +08:00
zetaloop
507d8c6fd9
add: 本地开发 compose 编排、构建脚本与数据库初始化
2026-04-01 20:19:36 +08:00
wwweww
e7970ac25f
fix: some api bug
2026-03-31 22:12:06 +08:00
wwweww
19cc7a778c
Refactor: Remove deprecated gRPC service files and implement new API structure
...
- Deleted old gRPC service definitions in `game_grpc.pb.go` and `public.go`.
- Added new API server implementations for objectstory, player, and shop services.
- Introduced configuration files for new APIs in `etc/*.yaml`.
- Created main entry points for each service in `objectstory.go`, `player.go`, and `shop.go`.
- Removed unused user update handler and user API files.
- Added utility functions for context management and HTTP header parsing.
- Introduced PostgreSQL backup configuration in `backup/postgreSql.yaml`.
2026-02-28 18:35:56 +08:00
wwweww
d2f33b4b96
fix: api descript
2026-02-28 05:33:16 +08:00
wwweww
5930fb0dde
add: some user api and all api desc
2026-02-27 19:17:01 +08:00
wwweww
a0c720eb2f
add: user accomplished
2026-02-27 05:42:13 +08:00
wwweww
659168fe32
feat: add authz-adapter service and Envoy ext_authz integration
...
- Implemented authz-adapter deployment and service for Envoy gRPC authorization.
- Created PowerShell script to generate JWK for JWT authentication.
- Documented the integration of ext_authz with user-rpc.ValidateToken in ENVOY_EXT_AUTHZ_ADAPTER.md.
- Added comprehensive Envoy Gateway configuration guide with JWT authentication and access control in ENVOY_GATEWAY_GUIDE.md.
2026-02-26 06:08:35 +08:00
wwweww
60b6f40f9f
add: user auth accomplished
2026-02-26 02:17:07 +08:00
wwweww
300058ad01
add: anowflake email kafka, refa: redis connectg
2026-02-25 01:16:13 +08:00
wwweww
fdbcde13b2
add:
2026-02-23 20:36:21 +08:00
wwweww
4898aecd3b
add: envoy redis
2026-02-23 15:54:33 +08:00
wwweww
55e8053e07
firest commit
2026-02-21 22:48:40 +08:00