gitlink-cli/shortcuts/collaborator
刘焱 75a8ed235a
CI / test (push) Failing after 39m6s Details
fix(collaborator): 修复 change-role/batch-role 请求体
forgeplus change_role 要求顶层 {user_id: 整数, role: Manager},原先嵌套 {user:{user_id:用户名, role_name:admin}} 导致未找到用户。改为经协作者列表解析用户名到数字 ID,role 映射 admin/write/read 到 Manager/Developer/Reporter。
2026-06-10 11:28:45 +08:00
..
batch.go fix(collaborator): 修复 change-role/batch-role 请求体 2026-06-10 11:28:45 +08:00
collaborator.go fix(collaborator): 修复 change-role/batch-role 请求体 2026-06-10 11:28:45 +08:00
collaborator_helpers.go fix(collaborator): 修复 change-role/batch-role 请求体 2026-06-10 11:28:45 +08:00
collaborator_test.go fix(collaborator): 修复 change-role/batch-role 请求体 2026-06-10 11:28:45 +08:00