修改部分bug #39

Open
nudt_zk wants to merge 0 commits from zk_branch into master
Collaborator

修改部分bug

修改部分bug
nudt_zk added 2 commits 2026-07-14 16:34:40 +08:00
19b0e31bf8 feat: 补全 Raw API 封装 — file/milestone/issue增强/pr增强 + 单元测试
新增模块:
- file: 11个命令 (ls/tree/read/readme/search/create/update/delete/batch/commits/diff)
- milestone: 6个命令 (list/create/view/update/delete/status)

Issue增强:
- 元数据查询: +statuses/+authors/+assigners/+priorities
- 评论管理: +comment-edit/+comment-delete/+replies
- 批量删除: +batch-destroy (原生batch_destroy接口)

PR增强:
- +reopen/+update/+commits/+versions/+vdiff/+filesv1
- 评论管理: +comment-edit/+comment-delete

其他:
- 新增 board 看板模块, compliance 合规模块
- 更新 README.md/README.zh-CN.md 帮助文档
- 43个单元测试全部通过

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4b2d45baea feat: 修复 milestone +view 输出 + issue/board assign 字段修正 + 文档更新
- 修复 milestone +view 显示 No results 的问题(提取 milestone 字段输出)
- 修正 issue/board 的 assign 字段:assigned_to_id -> assigner_ids
- 添加代码逻辑文档、CLI 优化报告、reading notes
- 添加 board 功能示例和修改笔记
nudt_zk closed this pull request 2026-07-14 16:42:09 +08:00
nudt_zk reopened this pull request 2026-07-14 16:42:20 +08:00
This pull request has changes conflicting with the target branch.
  • README.md
  • README.zh-CN.md
  • shortcuts/issue/batch.go
  • shortcuts/issue/issue.go
  • shortcuts/milestone/milestone.go
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b zk_branch master
git pull origin zk_branch

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff zk_branch
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: zzx-coder/gitlink-cli#39
No description provided.