I've created https://phabricator.wikimedia.org/T215659%C2%A0- support cherry picking commits even with merge conflicts in the ui (polygerrit). I've already created a commit for this support upstream but was stalled by the old polygerrit team. So im going to implement this in a plugin.
On Friday, 8 February 2019, 20:49:21 GMT, Daniel Kinzler dkinzler@wikimedia.org wrote:
Oh. Oooohhh. Thank you James, you just made my life so much easier!
Am 08.02.19 um 14:42 schrieb James Forrester:
On Fri, 8 Feb 2019 at 11:35, Daniel Kinzler dkinzler@wikimedia.org wrote:
Am 28.01.19 um 19:25 schrieb Paladox via Wikitech-l:
Hi, what would you like to see in gerrit or improved?
- I would like to be able to set a cut-off date for my dashboard. E.g.
"show only things touched in the last 2 weeks". Ideally, I would be able to make things sticky by starring them, so this would turn into "show only things touched in the last 2 weeks OR starred by me". This would remove a lot of clutter.
I gave up on gerrit's personal dashboard years ago, and instead have pinned browser tabs with specific gerrit searches, which are very powerful.
https://gerrit.wikimedia.org/r/q/is:open+(reviewer:self+OR+assignee:self)+-i...) will give you "open non-WIP things for which I'm a reviewer/assignee, and which either I've starred or have been touched within the past two weeks", which I think is what you're looking for.
However, yes, it'd be nice to be able to customise the personal dashboard queries.
J.