zuul/zuul
Clint Byrum 88fdfde8e2 Use libyaml if possible
PyYAML doesn't automatically use the much faster and more memory
efficient libyaml bindings, even if the extension is available. So we
provide our own module that exports the pieces needed to use the faster
one, or fall back to the pure python implementation.

Change-Id: I7ee99f5017cb83153ab8fa9bc23548ed639777c1
2017-04-04 11:49:05 -07:00
..
alembic/sql_reporter Add support for sqlalchemy reporter 2017-02-06 12:47:29 -05:00
ansible Merge "Fix keyerror with synchronize" into feature/zuulv3 2017-02-24 19:55:28 +00:00
cmd Use libyaml if possible 2017-04-04 11:49:05 -07:00
connection Merge branch 'master' into feature/zuulv3 2017-03-06 09:40:04 -08:00
driver Merge branch 'master' into feature/zuulv3 2017-03-06 09:40:04 -08:00
executor Use libyaml if possible 2017-04-04 11:49:05 -07:00
lib Use libyaml if possible 2017-04-04 11:49:05 -07:00
manager Improve job dependencies using graph instead of tree 2017-03-17 14:05:42 -07:00
merger Merge "Merge branch 'master' into feature/zuulv3" into feature/zuulv3 2017-03-06 23:13:40 +00:00
reporter Merge branch 'master' into feature/zuulv3 2017-03-06 09:40:04 -08:00
source Merge "Tidy up loggers" 2017-02-09 14:56:35 +00:00
trigger Merge "Tidy up loggers" 2017-02-09 14:56:35 +00:00
__init__.py Initial commit. 2012-05-29 14:49:32 -07:00
alembic_reporter.ini Add support for sqlalchemy reporter 2017-02-06 12:47:29 -05:00
change_matcher.py Inherit playbooks and modify job variance 2017-02-10 09:57:01 -08:00
configloader.py Use libyaml if possible 2017-04-04 11:49:05 -07:00
exceptions.py Support post jobs by supporting rev checkout 2016-07-12 12:51:51 +10:00
model.py Add 'allow-secrets' pipeline attribute 2017-03-29 12:44:47 -07:00
nodepool.py Use hostname in Nodepool requests 2017-03-06 13:44:10 -08:00
rpcclient.py Add tenant support to zuul client 2016-11-14 08:47:42 -05:00
rpclistener.py Catch gear.InterruptedError 2017-03-03 11:12:26 -08:00
scheduler.py Add per-repo public and private keys 2017-03-29 12:43:41 -07:00
version.py Migrate to pbr. 2013-06-25 19:04:30 +00:00
webapp.py Isolate encryption-related methods 2017-03-29 12:44:44 -07:00
zk.py Remove zk host list parsing 2017-02-21 11:08:47 -05:00