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
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
Taoyouce
8c92076c52
feat(api): api 命令新增 --paginate 自动翻页合并(对标 gh api --paginate)
2026-07-07 14:33:19 +00:00
Mengz
98b3460db4
docs(api): 补齐单次模板调用帮助与中文示例
2026-06-24 17:19:36 +08:00
Mengz
bf21056f04
feat(api): 增强单次调用模板变量与预演能力
2026-06-22 12:31:55 +08:00
Mengz
35e50a1828
feat: 新增 Raw API 批处理执行器
2026-06-06 11:55:20 +08:00
whzy
37dfd2e2e2
feat(i18n): add CLI localization foundation
2026-06-01 17:33:10 +08:00
wbtiger
0170b5b063
test: add comprehensive test coverage across all packages (88.5% → 90.3%)
...
Add 18 new test files covering formatter, envelope, config, auth,
client, context, register, and all shortcut group packages.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-31 15:41:54 +08:00
wbtiger
f7263cc466
chore: add golangci-lint config and fix lint issues
...
- Add .golangci.yml with 8 essential linters (errcheck, govet,
ineffassign, staticcheck, unused, errorlint, gosec, misspell)
- Fix real bugs: errors.As, %w wrapping, nil map check, dead code,
unnecessary conversion, unused parameters
- Add `make lint` target, include it in `make check` pipeline
- Update pre-commit hook to run lint step
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-31 00:37:45 +08:00
wbtiger
898b7f59d1
feat: add milestone, compare, pr reopen shortcuts and api enhancements ( #45 )
...
- milestone shortcuts: list, create, view, update, delete, close, reopen
- compare shortcuts: view, files (compare branches/tags/commits)
- pr +reopen: reopen closed pull requests
- api: add --body-file and --body-stdin for reading JSON from file/stdin
- comprehensive tests for all new shortcuts
Co-authored-by: wangyue111 <wangyue111>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 00:44:39 +08:00
wbtiger
e892370de8
init gitlink-cli
2026-04-17 10:01:30 +08:00