if i got html indentation right this time, then </div> should be in the next line.
</div>
rebased
Adjusted and rebased :)
"if not "? Don't you mean "if "?
So this would only add users to groups they're currently in, but it doesn't remove them from the Pagure groups when they're no longer in the FAS groups?
And what if I configured it to be a set?
Do you want to add a default of False?
Good catch
If GROUP_MNGT is True, then we're managing groups w/i pagure, so no need to set-up groups coming from the outside. So this looks good to me
Looks like it will be fine:
>>> s = set([1,2,3]) >>> set(s) set([1, 2, 3])
Well, it defaults to None which will have the same effect, but for consistencies sure
None
2 new commits added
At least add logging, but this looks to me like you should error the login here.
11 new commits added
It will fail removing user if: Group does not exist, User does not exist, User is not in the group.
So in all these cases I think it's fine to keep going :)
1 new commit added
why this?
To allow putting in groups that aren't in the list, I need to make this depending on the configuration file
this should work :thumbsup:
Looks good to me :thumbsup:
Thanks, rebasing and merging :)
Pull-Request has been merged by pingou