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 |
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 |
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
|
e892370de8
|
init gitlink-cli
|
2026-04-17 10:01:30 +08:00 |