zuul/zuul/cmd
Monty Taylor 2ba8dae2eb Use a requests session to simplify auth'd calls
Instead of passing verify and auth headers to each call, we can
make a session object, store the verify and headers settings on
it and then use it in the methods themselves.

Change-Id: I3d6b937ab77c41c47070e5ab7e22e9154153d1c2
2019-08-01 19:40:37 +00:00
..
__init__.py Fix for yappi output 2019-04-17 16:16:39 -04:00
client.py Use a requests session to simplify auth'd calls 2019-08-01 19:40:37 +00:00
executor.py Change default job_dir location 2019-06-13 13:43:16 -07:00
fingergw.py Remove default user for fingergw 2019-02-07 12:33:25 -08:00
manage_ansible.py Add missing docs for zuul-manage-ansible 2019-03-15 10:42:16 +01:00
merger.py Import Zuul modules at top of files 2018-03-05 11:23:32 +01:00
migrate.py dict_object.keys() is not required for *in* operator 2018-12-03 12:04:55 +05:30
scheduler.py Remove default zookeeper hosts 2019-03-07 07:49:52 -08:00
web.py Web: plug the authorization engine 2019-07-30 15:32:31 +00:00