andygrunwald / go-gerrit

Go client/library for Gerrit Code Review
https://godoc.org/github.com/andygrunwald/go-gerrit
MIT License
95 stars 40 forks source link

Update SubmitInput entity to support new fields #163

Closed jtrinh-anet closed 7 months ago

jtrinh-anet commented 7 months ago

New fields have been added to SubmitInput to support features such as submitting on behalf of other users, and notification handling. The fields have been all listed as optional to match the current API (as of 3.8+). I'm open to removing WaitForMerge as well, but that would make this a breaking change.

andygrunwald commented 7 months ago

Thank you!