Adds a new command to the pagure-admin cli tool that:
blocks the given user
deletes all the repos of the given user
deleles all the issues a user has filed
lists all the comments a user has done
In the future, will add deleting of comments as well, but there was no
method for doing this in the models (it appears it is done manaully in
the UI modules at the moment) -- I didnt want to dive too deep to get
this done, so we manually delete comments for now.
Adds a new command to the pagure-admin cli tool that:
In the future, will add deleting of comments as well, but there was no
method for doing this in the models (it appears it is done manaully in
the UI modules at the moment) -- I didnt want to dive too deep to get
this done, so we manually delete comments for now.
Signed-off-by: Ryan Lerch rlerch@redhat.com