flokli / gerrit-queue

A merge bot for Gerrit
Apache License 2.0
17 stars 2 forks source link

Set on_behalf_of_uploader when rebasing #15

Closed lukegb closed 10 months ago

lukegb commented 10 months ago

Gerrit 3.8 and above support having rebases initiated through the UI or REST API retaining the patchset's initial uploader; this makes tracking permissions much easier, and should hopefully stop losing things like Owners permissions on TVL when clbot rebases a CL.

This doesn't work properly for full CL chains (I believe), but should make some common cases better at the very least.

flokli commented 10 months ago

Thanks!