"vscode:/vscode.git/clone" did not exist on "8824400c3e722f66ebd6706509d8a7397ef61be7"
  1. 18 Jan, 2026 1 commit
  2. 31 Dec, 2025 1 commit
  3. 29 Dec, 2025 1 commit
    • yangjianbo's avatar
      refactor(数据库): 迁移持久层到 Ent 并清理 GORM · 3d617de5
      yangjianbo authored
      将仓储层/基础设施改为 Ent + 原生 SQL 执行路径,并移除 AutoMigrate 与 GORM 依赖。
      重构内容包括:
      - 仓储层改用 Ent/SQL(含 usage_log/account 等复杂查询),统一错误映射
      - 基础设施与 setup 初始化切换为 Ent + SQL migrations
      - 集成测试与 fixtures 迁移到 Ent 事务模型
      - 清理遗留 GORM 模型/依赖,补充迁移与文档说明
      - 增加根目录 Makefile 便于前后端编译
      
      测试:
      - go test -tags unit ./...
      - go test -tags integration ./...
      3d617de5
  4. 27 Dec, 2025 1 commit
  5. 26 Dec, 2025 2 commits
    • ianshaw's avatar
      docs(deploy): 说明 AI Studio OAuth Client 需发布为正式版本 · 55946801
      ianshaw authored
      README.md:
      - 添加第 7 步:发布 OAuth 应用到正式版本
      - 说明 Testing 模式限制(100 用户、7 天 token 过期)
      - 说明 sensitive scope 可能需要 Google 审核
      
      .env.example:
      - 添加 OAuth Client 需发布为正式版本的说明
      55946801
    • ianshaw's avatar
      docs(deploy): 更新部署配置和文档 · 79d15852
      ianshaw authored
      - .env.example: 新增 Gemini OAuth 环境变量配置示例
      - config.example.yaml: 新增 Gemini OAuth 配置示例
      - README.md: 更新部署文档
      - docker-compose.yml: 添加 Gemini OAuth 环境变量传递
      79d15852
  6. 18 Dec, 2025 1 commit