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
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
..
component Fix log level on build manager logs 2018-01-04 13:03:45 -05:00
jobutil Check for null model objects 2018-04-04 14:19:45 -04:00
manager Add additional metrics on executor start and failure 2017-11-27 11:52:37 +02:00
qemu-coreos Break QEMU image cache to update vulns 2017-04-03 14:56:15 -04:00
templates Fix permissions on disable-aws-metadata script 2018-01-05 13:26:59 -05:00
MAINTAINERS MAINTAINERS: init owners to subpkgs 2017-01-23 17:46:34 -05:00
__init__.py WIP: Start implementation of the build manager/controller. This code is not yet working completely. 2014-11-11 18:23:15 -05:00
asyncutil.py Make the redis client use AsyncWrapper and coroutines 2016-11-18 15:59:14 -05:00
builder.py Have builder follow the logging configuration 2018-01-04 13:09:26 -05:00
enums.py Send the correct phase when setting the phase from job_complete 2016-09-30 21:26:45 +02:00
server.py Automatically disable build triggers with successive failures or internal errors 2018-03-01 16:49:51 -05:00