andygrunwald / andygrunwald/go-gerrit

Hello? <crickets>

未關閉
#78 6 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Go
星號
106
分支
54
平均合併
7 小時 21 分鐘
30 天內合併 PR
3

描述

Hopefully everyone is alive and well, no COVID-19 infections, etc.

I was just wondering if any future changes are planned on this project? Yes, I know, I can fork it, make my own changes, submit PRs, etc., but I would hate to waste time doing that if big changes were already in the works.

Basically, there have been many, many API changes since Gerrit 2.11. Current release is 3.1.3. I ran into one "breaking" change just trying to use this library with Gerrit 2.14:

'DELETE /changes/{change-id}/reviewers/{account-id}/votes/{label-id}'
'POST /changes/{change-id}/reviewers/{account-id}/votes/{label-id}/delete'

To delete a vote and send options (such as "notify: none"), you _must_ use the POST method now. It used to work with the DELETE method, but they changed it to be more "REST-like".

They have also added several new REST endpoints.

All that said, this library helped me greatly with a project I was working on, so kudos there. :-)

So... if nobody is working on this library, I may give it a shot. Just wanted to see which way things are headed.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。