deckhand/deckhand
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
..
barbican [feat] DECKHAND-38: Secrets DB model and secrets manager. 2017-09-11 12:39:38 -04:00
client DECKHAND-87: Deckhand API client library 2017-12-13 20:56:23 +00:00
conf Integrate Deckhand with keystone auth 2017-10-16 19:54:46 +01:00
control Test: add unusual documents to functional testing 2018-01-10 23:33:01 -04:00
db Test: add unusual documents to functional testing 2018-01-10 23:33:01 -04:00
engine Test: add unusual documents to functional testing 2018-01-10 23:33:01 -04:00
policies Rename Deckhand bucket endpoint to buckets for consistency 2017-10-27 19:21:03 +01:00
tests Test: add unusual documents to functional testing 2018-01-10 23:33:01 -04:00
__init__.py Oslo config integration (#1) 2017-06-26 16:57:50 -07:00
cmd.py Integrate Deckhand with keystone auth 2017-10-16 19:54:46 +01:00
context.py Integrate Deckhand with keystone auth 2017-10-16 19:54:46 +01:00
errors.py Simplify document layering interface 2018-01-05 03:29:30 +00:00
factories.py Remove dead validation policy code. 2018-01-07 21:59:23 -04:00
policy.py DECKHAND-66: Document substitution implementation 2017-10-13 15:16:27 -04:00
service.py DECKHAND-87: Deckhand API client library 2017-12-13 20:56:23 +00:00
types.py Add functional tests for "owned" documents 2017-12-23 02:25:29 +00:00
utils.py DECKHAND-89: Integrate layering with rendered documents 2017-12-15 11:07:41 -05:00