gitlink-cli/shortcuts
1os21ka23r9navae6mrro 99e536226a feat(tag): add +view with list-scan fallback
tag +view -n <name> wraps GET /v1/:owner/:repo/tags/:name. In
production the show endpoint's tag-existence precheck (gitea-hat
tag_name_set) rejects tags that the paginated list returns
('标签不存在!' even for a tag visible in tags.json), so on error the
command falls back to scanning the paginated list for the requested
name and emits the matching entry.

Production-reproduced the precheck bug and verified the fallback
returns the correct tag. 2 unit tests cover the direct path and the
fallback.

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-07-08 15:05:17 +00:00
..
branch feat(list): --all 自动翻页,翻页助手对齐生产 API 资源键包裹形状 2026-07-05 22:05:58 +00:00
ci feat(i18n): add CLI localization foundation 2026-06-01 17:33:10 +08:00
commit test: tag/commit 命令组补 httptest 单测(分页参数、--all 合并、--ref sha、view 路径) 2026-07-05 23:18:24 +00:00
common feat(list): --all 自动翻页,翻页助手对齐生产 API 资源键包裹形状 2026-07-05 22:05:58 +00:00
compare feat: add milestone, compare, pr reopen shortcuts and api enhancements (#45) 2026-05-27 00:44:39 +08:00
dataset feat(dataset): add full dataset CRUD (view/create/update/delete-attachment) 2026-06-14 14:01:57 +08:00
health fix(health): use effective list filters 2026-06-05 14:56:02 +08:00
ignore feat(shortcut): add shortcuts/ignore 2026-06-09 08:50:39 +08:00
issue feat(issue): 新增 issue +comments 读评论流(journals 分页 + --all,对标 gh issue view --comments) 2026-07-05 22:56:48 +00:00
label feat(list): label/member +list 补齐分页与 --all;member list 改走 v1 端点修复非管理员 403 2026-07-05 22:37:11 +00:00
license feat(shortcut): add shortcuts/license 2026-06-05 16:46:37 +08:00
member feat(list): label/member +list 补齐分页与 --all;member list 改走 v1 端点修复非管理员 403 2026-07-05 22:37:11 +00:00
milestone feat(list): --all 推广至 milestone/org/repo/search,共 9 个分页 list 命令;总数字段兼容 count 2026-07-05 22:22:41 +00:00
org feat(org): 新增 org +repos 组织仓库列表(分页 + --all) 2026-07-05 23:15:44 +00:00
pipeline feat(pipeline): add OpenAPI shortcuts 2026-05-27 22:20:18 +08:00
pr feat(pr): 新增 pr +commits 读 PR 提交列表(端点实测忽略分页参数) 2026-07-05 23:08:23 +00:00
profile feat(profile): 新增用户画像统计快捷命令 2026-06-13 23:07:27 +08:00
release feat(list): --all 自动翻页,翻页助手对齐生产 API 资源键包裹形状 2026-07-05 22:05:58 +00:00
repo feat(list): 新增 commit +list 命令组与 repo +forks(分页 + --all) 2026-07-05 23:06:53 +00:00
search feat(list): --all 推广至 milestone/org/repo/search,共 9 个分页 list 命令;总数字段兼容 count 2026-07-05 22:22:41 +00:00
tag feat(tag): add +view with list-scan fallback 2026-07-08 15:05:17 +00:00
user feat(i18n): add CLI localization foundation 2026-06-01 17:33:10 +08:00
webhook chore(webhook): --all 文案接入 i18n flag.all 2026-07-05 22:54:26 +00:00
wiki feat(shortcut): add shortcuts/wiki 2026-06-16 10:24:15 +08:00
workflow chore: fix CI workflow, golangci-lint config, and minor lint/format issues 2026-05-31 22:45:17 +08:00
register.go feat(list): 新增 commit +list 命令组与 repo +forks(分页 + --all) 2026-07-05 23:06:53 +00:00
register_test.go feat(list): 新增 commit +list 命令组与 repo +forks(分页 + --all) 2026-07-05 23:06:53 +00:00