debian-koji/hub
Jim Foraker fde8aab177 hub: Fix issue with listing users and old versions of Postgres
Koji was using the array_remove() SQL function, which was not introduced
until Postgres 9.4.  RHEL 7 ships with Postgres 9.2.  This construct
was being used to ensure that the krb_principals arrays in user
dictionaries were empty if no principals were defined, instead of
having a single value of None.  Instead we use QueryProcessor's result
transformation support to remove the None entry.

Signed-off-by: Jim Foraker <foraker1@llnl.gov>
2019-11-06 13:01:25 -05:00
..
__init__.py add unit test for using profiles in threads 2016-04-11 12:09:28 -04:00
httpd.conf doc: GssapiLocalName should be off 2019-10-10 13:04:06 +00:00
hub.conf More default values in example kojihub.conf 2019-10-31 11:24:40 +01:00
kojihub.py hub: Fix issue with listing users and old versions of Postgres 2019-11-06 13:01:25 -05:00
kojixmlrpc.py strict per item in config_files 2019-10-15 09:14:16 +02:00
Makefile remove unused directory 2019-02-17 21:38:45 -05:00