This patchset adds --commented flags to both rad issue list and rad patch list, so users can filter listed issues/patches by someone who commented on
them.
Please tell me what you think!
This patchset adds --commented flags to both rad issue list and rad patch list, so users can filter listed issues/patches by someone who commented on
them.
Please tell me what you think!
I think advancing the CLI to allow for more fine-grained activity filtering is a good thing. But I’m not convinced that the current implementation will suffice, if it should Show only issues that someone has commented on. Issues and patches always have a top-level root comment (the initial one), so doing e.g. rad issue list --commented will also print issues created by me…
Could you elaborate a bit more on the use-cases you have in mind? I might not see them ;)
Rebased.
Its not “issues that have comments” but “issues that have comments by someone specific”.
Usecase: Coming back from vacation and wanting to see what your co-worker has contributed to the project in the meantime.