This relies on https://pagure.io/pagure/pull-request/2403 which just got merged and simplify how the configuration of groups is handled.
Fixes https://pagure.io/pagure-dist-git/issue/3 Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr
+1
LGTM, though it seems that there might not be tests on this function. I am assuming that since the tests weren't altered and it's return type changed. If that's true, I recommend writing test coverage for this function.
There are tests but it's testing the entire output not just this function that's why the output of the tests haven't changed while the output of this function did.
Pull-Request has been merged by pingou
This relies on https://pagure.io/pagure/pull-request/2403 which just
got merged and simplify how the configuration of groups is handled.
Fixes https://pagure.io/pagure-dist-git/issue/3
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr