-
-
Notifications
You must be signed in to change notification settings - Fork 48
Description
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.