andygrunwald / andygrunwald/go-gerrit
Hello? <crickets>
- Lenguaje dominante
- Go
- Estrellas
- 106
- Forks
- 54
- Merge medio
- 7 h 21 min
- PR fusionados (30 d)
- 3
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.