Commit graph

410 commits

Author SHA1 Message Date
Ralph Bean
9e0af368ee Tests for rpmdiff and check_noarch_rpms. 2016-06-08 14:51:38 -04:00
Ralph Bean
8b013f9802 Add test for importImageInternal. 2016-06-08 14:41:06 -04:00
Ralph Bean
738f3553b5 Test _applyQueryOpts. 2016-06-08 12:21:10 -04:00
Ralph Bean
3a75076e97 Tests for the insert processor. 2016-06-08 11:59:40 -04:00
Ralph Bean
5b56ff8de6 Tests for the Host model. 2016-06-07 17:20:39 -04:00
Sijis Aviles
3f91d4834b Add test for get_upload_path() functio 2016-06-03 02:17:07 -05:00
Sijis Aviles
ab98309a13 Add test for get_verify_class() function 2016-06-02 19:42:10 -05:00
Ralph Bean
0f411d9821 Make HiddenUser into HiddenUsers.
At @mikeb's suggestion in the code review, this makes HiddenUsers plural.

This makes the whole changeset a little more invasive than it was before, so please review carefully.
2016-05-16 13:43:39 -04:00
Ralph Bean
5d6305e4de Remove unused var. 2016-05-16 13:43:39 -04:00
Ralph Bean
708b6a411c 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>
2016-05-16 13:43:39 -04:00