wbtiger
4fbc6dea4d
Merge PR #349 : feat: 新增Wiki/Label/Notification命令 + 批量处理命令+Snippet/自然语言do创新
...
# Conflicts:
# cmd/root.go
# doc/changes/label-shortcut.md
# doc/changes/notification-shortcut.md
# internal/output/formatter.go
# shortcuts/common/types.go
# shortcuts/issue/batch.go
# shortcuts/issue/issue.go
# shortcuts/label/label.go
# shortcuts/label/label_test.go
# shortcuts/notification/notification.go
# shortcuts/notification/notification_test.go
# shortcuts/register.go
# shortcuts/snippet/snippet.go
# shortcuts/wiki/wiki.go
# shortcuts/wiki/wiki_test.go
# skills/README.md
# skills/gitlink-issue-triage/SKILL.md
# skills/gitlink-onboarding/SKILL.md
# skills/gitlink-onboarding/examples/onboarding-workflow.md
2026-07-14 22:50:18 +08:00
wbtiger
ca17974d1f
Merge PR #408 : 提交pr
...
# Conflicts:
# .gitignore
# .golangci.yml
# Makefile
# cmd/root.go
# internal/client/client.go
# shortcuts/_template/template.go
# shortcuts/branch/branch_test.go
# shortcuts/ci/ci.go
# shortcuts/ci/ci_test.go
# shortcuts/common/types.go
# shortcuts/file/file.go
# shortcuts/file/file_test.go
# shortcuts/issue/batch.go
# shortcuts/issue/batch_test.go
# shortcuts/issue/issue_test.go
# shortcuts/label/label.go
# shortcuts/label/label_test.go
# shortcuts/member/member.go
# shortcuts/member/member_test.go
# shortcuts/milestone/milestone.go
# shortcuts/milestone/milestone_test.go
# shortcuts/org/org.go
# shortcuts/org/org_test.go
# shortcuts/pm/pm.go
# shortcuts/pm/pm_test.go
# shortcuts/pr/pr.go
# shortcuts/pr/pr_test.go
# shortcuts/register.go
# shortcuts/register_test.go
# shortcuts/release/release_test.go
# shortcuts/search/search.go
# shortcuts/search/search_test.go
# shortcuts/user/user.go
# shortcuts/user/user_test.go
# shortcuts/wiki/wiki.go
# shortcuts/wiki/wiki_test.go
# skills/README.md
# skills/gitlink-ci/SKILL.md
# skills/gitlink-file/SKILL.md
# skills/gitlink-issue/SKILL.md
# skills/gitlink-label/SKILL.md
# skills/gitlink-member/SKILL.md
# skills/gitlink-org/SKILL.md
# skills/gitlink-pm/SKILL.md
# skills/gitlink-pr/SKILL.md
# skills/gitlink-research-insight/SKILL.md
# skills/gitlink-research-progress/SKILL.md
# skills/gitlink-user/SKILL.md
# skills/gitlink-wiki/SKILL.md
2026-07-14 22:50:17 +08:00
wbtiger
afc3b5773a
Merge pull request 'feat(output): 全局 --query/-q 点分路径输出字段提取(零依赖,对标 gh --jq)' ( #342 ) from Taoyouce/gitlink-cli:feat/output-query into master
2026-07-14 22:24:53 +08:00
wbtiger
a2f8e1a01a
Merge pull request #283 : feat(pr): 在列表输出中显示 PR 编号
...
# Conflicts:
# shortcuts/pr/pr.go
# shortcuts/pr/pr_test.go
2026-07-14 21:57:59 +08:00
wbtiger
3264c53bcc
Merge pull request 'fix(output): deterministic --format table ordering and show error status code' ( #258 ) from luwanzhou/gitlink-cli:fix/output-table-determinism into master
2026-07-14 20:43:51 +08:00
Surponess
b1db102e9d
修改仓库内容
2026-07-10 10:55:03 +08:00
laurencewannamaker
95a8a37876
fix(output): --format table 支持资源包裹列表响应(此前 list 命令表格从不生效)
...
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-07-05 23:29:15 +00:00
laurencewannamaker
497bd6a071
feat(output): 全局 --query/-q 点分路径输出字段提取(零依赖,对标 gh --jq)
...
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-07-05 23:22:03 +00:00
15972095207
c85a2d6e09
任务一二创新(snippet命令+彩色化+批量label+自然语言+4个创新Skill)
2026-07-04 11:05:00 +08:00
Mengz
c9aea1d983
feat(pr): 在列表中显示 PR 编号
2026-06-25 18:13:39 +08:00
luwanzhou
2f4b7674d6
fix(output): deterministic --format table ordering and show error status code
...
--format table 的渲染依赖 Go map 随机遍历顺序:printMapTable 的行顺序、
以及 collectKeys 补全非优先列后 printSliceTable 的列顺序,每次运行都可能不同,
导致同一命令两次输出不一致,难以对比/diff/脚本断言。
- collectKeys:优先列之后的剩余列改为 sort.Strings 排序,顺序稳定可预期。
- printMapTable:按 collectKeys 顺序输出,行序确定且与列表表列序一致。
- 错误输出:有错误码时显示 Error [<code>]: <message>,便于区分 404/422/500。
仅稳定 table 呈现顺序并丰富错误提示,不影响 json/yaml 输出与成功数据内容。
新增单测覆盖排序、25 次渲染确定性、错误码展示。
2026-06-15 12:59:23 +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