whale
|
18654a807d
|
merge: sync fork, resolve conflicts keeping ours
|
2026-06-04 08:39:22 +08:00 |
whale
|
0efb085bf3
|
merge: sync with upstream, keep our changes
|
2026-06-04 08:31:35 +08:00 |
wangyue789
|
34be160d96
|
feat(issue): add metadata lookup shortcuts
|
2026-06-02 12:45:30 +08:00 |
wauxing
|
5d0f2a6a40
|
fix: batch-update 恢复 --ids 统一模式,实现双模式并存;注释规范化;文档更新
|
2026-06-02 09:18:36 +08:00 |
whale
|
2b0ee1be6f
|
feat: add Wiki, PM kanban, Webhook shortcuts + Issue batch operations
Wiki (5 commands):
- wiki +list/+view/+create/+update/+delete
- Uses gateway.gitlink.org.cn API gateway
- JSON body with owner/repo params, auto base64 encoding
PM/Kanban (6 commands):
- pm +boards/+sprints/+weekly/+tags/+pipelines/+actions
- Shared listPM helper to reduce duplication
Webhook (4 new commands + bugfix):
- webhook +view/+update/+history/+test
- Fixed create missing http_method field
Issue batch (3 commands):
- issue +batch-update/+batch-delete/+batch-close
- Dry-run safety + CSV file support
Infrastructure:
- Added DoForm/CallAPIRawForm for form-encoded bodies
- Added DecodeForm test utility
- All 39 tests passing
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-01 11:38:55 +08:00 |
wangyue789
|
23a478bd69
|
feat(issue): add authors shortcut
|
2026-05-25 08:50:47 +08:00 |
wangyue789
|
9638d279d3
|
feat(issue): add assigners shortcut
|
2026-05-25 08:49:41 +08:00 |
wangyue789
|
b2e840f498
|
feat(issue): add batch close shortcut with dry-run support
|
2026-05-13 17:27:50 +08:00 |
wbtiger
|
44147bd71a
|
fix: Issue 操作切换到 v1 API,统一使用 project_issues_index 替代数据库 ID
改动:
- Issue 所有操作(list/view/create/update/close/comment)从旧版 /api/ 切到 /api/v1/
- flag --id/-i 改为 --number/-n(与网页 URL 中的 Issue 编号一致)
- create 增加 status_id:1(必填,v1 API 要求)
- update/close 的 HTTP 方法从 PUT 改为 PATCH(v1 API 规范)
- comment 的请求字段从 content 改为 notes(v1 API 字段名)
- comment 路径从 /issues/{id}/journals 改为 /v1/{owner}/{repo}/issues/{number}/journals
Fixes #9
|
2026-05-12 16:55:23 +08:00 |
Zhang Jinnan
|
46aa383d76
|
fix: preserve issue description on updates
|
2026-04-28 08:43:51 +08:00 |
wbtiger
|
e892370de8
|
init gitlink-cli
|
2026-04-17 10:01:30 +08:00 |