zuul/zuul/lib
James E. Blair e5824080d8 Switch artifact return back to list
This is a partial revert of f12453f6cb.

The use case that change was designed to address is poorly served by
that change.  The intent was to make it easier to return multiple
artifacts in multiple playbooks independently by relying on the dictionary
merge behavior of zuul_return.  However, in the entirely likely case
of artifacts with generated names, it becomes difficult because Ansible
does not run jinja on dictionary keys.

Therefore, revert to the previous list behavior.  A subsequent change
will add a feature to zuul_return to address the underlying issue of
returning multiple artifacts from different playbooks.

Change-Id: I0581aa68fcef320ab27c11ddd6338a15eef38ceb
2019-02-19 11:20:25 -08:00
..
__init__.py Initial commit. 2012-05-29 14:49:32 -07:00
artifacts.py Switch artifact return back to list 2019-02-19 11:20:25 -08:00
commandsocket.py Clean up command sockets on stop 2019-01-07 10:02:33 -05:00
config.py Add type check for zuul conf 2018-12-10 19:24:50 +08:00
connections.py connections: always register the scheduler 2019-02-18 01:20:11 +00:00
dependson.py Support cross-source dependencies 2018-01-16 09:37:40 -08:00
encryption.py Cache decryption results 2018-07-15 16:42:02 +02:00
filecomments.py Map file comment line numbers 2018-08-15 14:38:03 -07:00
fingergw.py Fix secondary exception in fingergw 2019-01-22 15:35:44 -08:00
gear_utils.py Add support for zones in executors 2018-11-29 13:05:20 -05:00
gearserver.py Ansible launcher: add private gearman function 2016-06-13 09:33:00 -07:00
jsonutil.py JSON serialize mappingproxy types 2018-04-28 14:20:27 +00:00
keystorage.py Serve project SSH keys and document 2018-09-04 15:42:43 -07:00
log_streamer.py Properly close streams 2019-02-03 17:16:44 +01:00
queue.py Merge tenant reconfiguration events 2017-10-18 15:41:14 -07:00
statsd.py dict_object.keys() is not required for *in* operator 2018-12-03 12:04:55 +05:30
streamer_utils.py Remove unecessary shebang and exec bit 2018-07-26 07:12:24 +00:00
yamlutil.py Make UnsafeTag self registering 2019-02-14 19:19:29 +01:00