deckhand/deckhand/engine
Mark Burnett 69db7f81fa Test: add unusual documents to functional testing
Unusual documents are documents with different data
types for the data field. The data types include:
object, array, string and integer.

This PS makes necessary ORM model and schema
changes needed to support the different data types.

The ORM data type for the data column has been changed
to JSONB for PostgreSQL. Thus, DH now only supports
PostgreSQL. As a result, the tox jobs have been updated
to only use postgre.

Change-Id: I53694d56bef71adacb5eb79162678be73acb4ad8
2018-01-10 23:33:01 -04:00
..
schema Test: add unusual documents to functional testing 2018-01-10 23:33:01 -04:00
__init__.py Initial engine framework 2017-07-17 20:46:49 +01:00
document.py DECKHAND-66: Document substitution implementation 2017-10-13 15:16:27 -04:00
document_validation.py fix: Testing with multiple workers 2018-01-09 20:03:14 -04:00
layering.py Simplify document layering interface 2018-01-05 03:29:30 +00:00
secrets_manager.py Test: add unusual documents to functional testing 2018-01-10 23:33:01 -04:00
utils.py [feat] DECKHAND-13: Document layering (merge) logic 2017-08-15 21:50:09 +01:00