Add Object permissions to project and allow set add_check globally or per-project#653
Add Object permissions to project and allow set add_check globally or per-project#653mchehab wants to merge 6 commits into
Conversation
|
@mchehab Could you propose these against the |
b99ac5a to
054de50
Compare
|
Thanks for changing the baseline. My user were unable to change the baseline indication at the PR. |
|
hmm... this one requires more work... it actually added "add |
|
I changed this one to RFC, as some work is still needed to be able to have per-project permissions. |
|
Tests with https://github.com/mchehab/pw_tools: User without global "add_check" permission: After granting After removing After granding In summary, both coarse grained and fine grained |
matttbe
left a comment
There was a problem hiding this comment.
Thank you for looking at this! I have a couple of questions/ suggestions of you don't mind.
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Removing this grant will be disruptive, so, for now, keep it enabled for maintainers. A better approach would be to handle it at migration time. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
e331e0f to
33ce208
Compare

Currently, patchwork doesn't allow granting permissions to add_checks without promoting an user to superuser.
This patch series: