lorax/src/pylorax
Brian C. Lane 6d50a5874e Update the /api/v0/ route handling to use the flask_blueprints Blueprint class
Instead of setting up the routes inside a function we can now use a
BlueprintSkip class, which allows us to register them at different
routes (eg. /api/v0/ and /api/v1/) and override any routes that will be
replaced by the new API version.
2019-06-13 11:28:57 -07:00
..
api Update the /api/v0/ route handling to use the flask_blueprints Blueprint class 2019-06-13 11:28:57 -07:00
__init__.py drop big endian ppc/ppc64 support 2019-01-07 13:52:46 -08:00
base.py Fix DataHolder to handle hasattr 2016-05-04 10:34:02 -07:00
buildstamp.py Use SOURCE_DATE_EPOCH for metadata timestamps 2018-10-19 14:43:29 -07:00
cmdline.py Add a new output type, tar-disk. 2019-04-02 10:15:42 -04:00
creator.py Add a new output type, tar-disk. 2019-04-02 10:15:42 -04:00
decorators.py Convert pylorax to python3 2015-05-15 17:11:20 -07:00
discinfo.py Use SOURCE_DATE_EPOCH for metadata timestamps 2018-10-19 14:43:29 -07:00
dnfbase.py Move get_dnf_base_object into a module 2018-10-29 13:49:54 -07:00
dnfhelper.py DNF 3: progress callback constants moved to dnf.transaction 2018-06-27 16:12:25 -07:00
executils.py Disable false context-manager pylint error 2018-10-12 12:00:25 -07:00
imgutils.py Support compressing single files. 2019-04-02 10:15:42 -04:00
installer.py Add a new output type, tar-disk. 2019-04-02 10:15:42 -04:00
ltmpl.py Improve logging for template syntax errors 2019-03-26 11:06:57 -07:00
monitor.py Make LogRequestHandler configurable 2018-06-06 14:30:28 -07:00
mount.py Replace isoinfo with pycdlib 2019-05-07 11:22:02 -07:00
output.py Convert pylorax to python3 2015-05-15 17:11:20 -07:00
sysutils.py Ignore a pylint warning about UnquotingConfigParser get args 2018-09-04 11:16:39 -07:00
treebuilder.py Add extra boot args to the livemedia-creator iso templates 2019-03-26 11:06:57 -07:00
treeinfo.py Use SOURCE_DATE_EPOCH for metadata timestamps 2018-10-19 14:43:29 -07:00