This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/buildman/jobutil
Brad Ison c2ad6c5060
Check for null model objects
As of v2.8.2, peewee will not create model objects with all null
fields when an FK reference is null.  We have to check the model
instances for None.  See:

  https://github.com/coleifer/peewee/issues/1012
2018-04-04 14:19:45 -04:00
..
__init__.py Better organize the source file structure of the build manager and change it to choose a lifecycle manager based on the config 2014-11-25 16:14:44 -05:00
buildjob.py Check for null model objects 2018-04-04 14:19:45 -04:00
buildstatus.py Release database connections after updating build statuses. 2017-07-26 12:29:51 -04:00
workererror.py Fix indentation in workererror 2017-01-12 16:53:12 -05:00