shaw
|
9b6dcc57bd
|
feat(affiliate): 完善邀请返利系统
- 修复返利不到账的根因:tryClaimAffiliateRebateAudit 中 PostgreSQL 参数类型推断冲突
- 补全 OAuth 注册路径(LinuxDo/OIDC/WeChat/Pending Flow)的邀请码绑定
- 前端 OAuth 注册页面传递 aff_code 参数
- 新增返利冻结期机制:可配置冻结时间,到期后自动解冻(懒解冻)
- 新增返利有效期:绑定后 N 天内有效,过期不再产生返利
- 新增单人返利上限:超出上限部分精确截断
- 增强返利流程 slog 结构化日志,便于排查问题
- 已邀请用户列表增加返利明细列
|
2026-04-26 12:42:35 +08:00 |
|
IanShaw027
|
ca4e38aa01
|
fix(profile): stabilize binding compatibility and frontend checks
|
2026-04-22 14:57:47 +08:00 |
|
IanShaw027
|
dd314c41e3
|
fix(payment): restore public resume and result flows
|
2026-04-22 11:17:23 +08:00 |
|
IanShaw027
|
c229f33e9e
|
fix(review): harden payment, oauth, and migration paths
|
2026-04-22 10:26:22 +08:00 |
|
IanShaw027
|
2cebb0dc60
|
feat(settings): support dual-mode wechat oauth defaults
|
2026-04-21 20:36:10 +08:00 |
|
IanShaw027
|
ee3f158f4e
|
fix(settings): restore wechat and payment config persistence
|
2026-04-21 17:35:12 +08:00 |
|
IanShaw027
|
d08757ce9e
|
refactor(admin): remove auth migration reports
|
2026-04-21 17:34:18 +08:00 |
|
IanShaw027
|
9742796ee7
|
fix: retire public payment verify and backfill trade no
|
2026-04-21 11:41:02 +08:00 |
|
IanShaw027
|
ebe7524415
|
fix profile activity and migration remediation
|
2026-04-21 02:08:56 +08:00 |
|
IanShaw027
|
030da8c2f6
|
fix: close admin settings review gaps
|
2026-04-21 00:41:29 +08:00 |
|
IanShaw027
|
f73117f9b1
|
feat: add admin auth migration reports view
|
2026-04-21 00:07:14 +08:00 |
|
IanShaw027
|
4ebdfcd13a
|
test(admin): constrain payment visible method sources
|
2026-04-21 00:03:27 +08:00 |
|
IanShaw027
|
6ea3f42e2f
|
feat: add oauth callback email binding ui
|
2026-04-20 19:30:19 +08:00 |
|
IanShaw027
|
c6d8592484
|
feat: add profile auth identity binding flow
|
2026-04-20 18:28:44 +08:00 |
|
IanShaw027
|
e9de839d87
|
feat: rebuild auth identity foundation flow
|
2026-04-20 17:39:57 +08:00 |
|
erio
|
62e80c602d
|
revert: completely remove all Sora functionality
|
2026-04-05 17:11:01 +08:00 |
|
yangjianbo
|
bb664d9bbf
|
feat(sync): full code sync from release
|
2026-02-28 15:01:20 +08:00 |
|
yangjianbo
|
29ca1290b3
|
chore(test): 清理测试用例与类型导入
|
2026-02-10 00:37:56 +08:00 |
|
yangjianbo
|
bb5a5dd65e
|
test: 完善自动化测试体系(7个模块,73个任务)
系统性地修复、补充和强化项目的自动化测试能力:
1. 测试基础设施修复
- 修复 stubConcurrencyCache 缺失方法和构造函数参数不匹配
- 创建 testutil 共享包(stubs.go, fixtures.go, httptest.go)
- 为所有 Stub 添加编译期接口断言
2. 中间件测试补充
- 新增 JWT 认证中间件测试(有效/过期/篡改/缺失 Token)
- 补充 rate_limiter 和 recovery 中间件测试场景
3. 网关核心路径测试
- 新增账户选择、等待队列、流式响应、并发控制、计费、Claude Code 检测测试
- 覆盖负载均衡、粘性会话、SSE 转发、槽位管理等关键逻辑
4. 前端测试体系(11个新测试文件,163个测试用例)
- Pinia stores: auth, app, subscriptions
- API client: 请求拦截器、响应拦截器、401 刷新
- Router guards: 认证重定向、管理员权限、简易模式限制
- Composables: useForm, useTableLoader, useClipboard
- Components: LoginForm, ApiKeyCreate, Dashboard
5. CI/CD 流水线重构
- 重构 backend-ci.yml 为统一的 ci.yml
- 前后端 4 个并行 Job + Postgres/Redis services
- Race 检测、覆盖率收集与门禁、Docker 构建验证
6. E2E 自动化测试
- e2e-test.sh 自动化脚本(Docker 启动→健康检查→测试→清理)
- 用户注册→登录→API Key→网关调用完整链路测试
- Mock 模式和 API Key 脱敏支持
7. 修复预存问题
- tlsfingerprint dialer_test.go 缺失 build tag 导致集成测试编译冲突
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-08 12:05:39 +08:00 |
|