lorax/src/pylorax/api
Brian C. Lane e9e5139750 dnf changed the type of gpgkey to a tuple
And in an intermediate version it returns a VectorString object which
isn't serializable by the json or toml modules.

So convert it to a list so that the type is consistent in the sources
code.
2018-10-24 10:22:40 -07:00
..
__init__.py Move lorax-composer and composer-cli argument parsing into modules 2018-05-14 13:00:15 -07:00
checkparams.py Return a JSON error instead of a 404 on certain malformed URLs. 2018-08-06 16:57:49 -07:00
cmdline.py Move lorax-composer and composer-cli argument parsing into modules 2018-05-14 13:00:15 -07:00
compose.py Add an openstack image type 2018-10-09 10:17:14 -07:00
config.py Change make_dnf_dirs to be run as root 2018-10-12 11:59:32 -07:00
crossdomain.py Use 2to3 to convert the python2 lorax-composer code to python3 2018-05-14 13:00:14 -07:00
dnfbase.py Don't try to append to DNF config value that can't take it 2018-10-02 14:07:06 -07:00
errors.py Change INVALID_NAME to INVALID_CHARS. 2018-08-09 16:20:23 -04:00
projects.py dnf changed the type of gpgkey to a tuple 2018-10-24 10:22:40 -07:00
queue.py Add error IDs for when an unknown build UUID is requested. 2018-08-09 16:18:40 -04:00
recipes.py Add support for groups to blueprints. 2018-07-18 13:48:25 -07:00
regexes.py Add + to the allowed API string character set 2018-08-07 16:47:54 -07:00
server.py Always update repo metadata when building an image 2018-10-02 13:59:42 -07:00
timestamp.py Fix write_timestamp for py3 2018-08-07 09:22:18 -07:00
v0.py Report an error if the blueprint doesn't exist 2018-10-03 16:41:49 -07:00
workspace.py workspace read and write needs UTF-8 conversion 2018-05-14 13:00:15 -07:00