gitlink-cli/internal/client
wbtiger b2d9c504eb Merge PR #338: feat(list): issue/pr/branch/release +list 新增 --all 自动翻页(翻页助手
# Conflicts:
#	cmd/api/api.go
#	internal/client/pagination.go
#	internal/i18n/locales/en-US.json
#	internal/i18n/locales/zh-CN.json
#	shortcuts/branch/branch.go
#	shortcuts/commit/commit.go
#	shortcuts/commit/commit_test.go
#	shortcuts/issue/issue.go
#	shortcuts/label/label.go
#	shortcuts/member/member.go
#	shortcuts/member/member_test.go
#	shortcuts/milestone/milestone.go
#	shortcuts/pr/pr.go
#	shortcuts/tag/tag.go
#	shortcuts/tag/tag_test.go
#	shortcuts/webhook/webhook.go
2026-07-14 22:50:19 +08:00
..
client.go Merge PR #349: feat: 新增Wiki/Label/Notification命令 + 批量处理命令+Snippet/自然语言do创新 2026-07-14 22:50:18 +08:00
client_test.go Merge PR #196: feat(release): 增加发布资产管理快捷命令 2026-07-14 22:50:02 +08:00
pagination.go perf(pagination): total_count 已知时并发抓取剩余页(有界 5 worker,保持页序),--all 大列表实测 20.2s→8.4s 2026-07-10 16:41:08 +00:00
pagination_test.go test(client): 新增 PaginateAllKey 基准测试(模拟每页延迟,覆盖并发翻页路径) 2026-07-10 17:39:24 +00:00
upload.go feat(attachment): +upload 支持多文件并发上传(-c 并发数,默认 3) 2026-07-07 16:30:00 +00:00
upload_test.go feat(attachment): 下载进度显示(含无 Content-Length 的按 MiB 步进模式) 2026-07-07 15:56:08 +00:00