Allow hiding a user from the frontpage task list.

This adds new query arguments to the taskList hub xmlrpc endpoint, and then
makes use of those arguments in koji-web.  A new optional configuration value
is added for koji-web: `HiddenUser`, which can be used to specify which user
account should be hidden.  This could be useful for deployments that have a
continuous-integration account, the spam from which makes the frontpage
difficult to read.

Unit test cases are also added for some functions of the hub taskList endpoint.

Signed-off-by: Ralph Bean <rbean@redhat.com>
This commit is contained in:
Ralph Bean 2016-05-13 21:06:56 -04:00 committed by Mike McLean
parent 1febe4f7fe
commit 708b6a411c
6 changed files with 99 additions and 4 deletions

View file