gitlink-cli/internal/client
wbtiger 1922f505d6 fix: resolve build errors from batch merge conflict resolution
- Restore origin/master core skeleton files (types.go, runner.go, client.go)
- Add NoProgress field to Client struct for upload.go
- Remove duplicate file declarations (testing_helpers.go, batch_common.go, etc.)
- Remove batch_*.go files that conflict with origin/master batch.go
- Fix workflow newPRSummaryShortcut call signature
- Fix duplicate wiki key in register.go

Note: Some new PR features (PaginateAllKey, DoRaw, etc.) require framework
extensions not yet integrated. These PRs' tests may fail until their framework
changes are properly merged.
2026-07-14 22:55:29 +08:00
..
client.go fix: resolve build errors from batch merge conflict resolution 2026-07-14 22:55:29 +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