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
b8589dc93c
Merge PR #103 : feat: 新建 pm 模块,添加 6 条项目管理命令
...
# Conflicts:
# cmd/alias/alias.go
# cmd/alias/alias_test.go
# cmd/browse/browse.go
# cmd/browse/browse_test.go
# cmd/root.go
# internal/client/client.go
# internal/client/client_test.go
# shortcuts/notification/notification.go
# shortcuts/pm/pm.go
# shortcuts/pm/pm_test.go
# shortcuts/pr/pr.go
# shortcuts/register.go
# shortcuts/repo/repo_test.go
# shortcuts/user/user.go
# shortcuts/wiki/wiki.go
# shortcuts/wiki/wiki_test.go
# skills/gitlink-ci/SKILL.md
# skills/gitlink-code-review/SKILL.md
# skills/gitlink-commit-quality/SKILL.md
# skills/gitlink-compliance/SKILL.md
# skills/gitlink-contributor-insight/EXAMPLES.md
# skills/gitlink-contributor-insight/SKILL.md
# skills/gitlink-contributor-insight/examples/jiangtx-gitlink-cli.md
# skills/gitlink-insight/SKILL.md
# skills/gitlink-issue-triage/SKILL.md
# skills/gitlink-notification-digest/EXAMPLES.md
# skills/gitlink-notification-digest/SKILL.md
# skills/gitlink-org/SKILL.md
# skills/gitlink-repo/SKILL.md
# skills/gitlink-shared/SKILL.md
# skills/gitlink-user/SKILL.md
# skills/gitlink-workflow/SKILL.md
2026-07-14 22:50:21 +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
Surponess
b1db102e9d
修改仓库内容
2026-07-10 10:55:03 +08:00
laurencewannamaker
343c5494fb
feat(list): --all 推广至 milestone/org/repo/search,共 9 个分页 list 命令;总数字段兼容 count
...
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-07-05 22:22:41 +00:00
林迪文
0017147cbd
feat: org +teams/+create-team/+remove-user, search +code/+issues
...
- org +teams: 列出组织下的所有团队
- org +create-team: 在组织下创建新团队
- org +remove-user: 从组织中移除成员
- search +code: 在仓库中搜索代码
- search +issues: 搜索 Issue(支持状态/标签/作者过滤)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-03 09:14:57 +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
e892370de8
init gitlink-cli
2026-04-17 10:01:30 +08:00