deckhand/deckhand/tests/unit
Felipe Monteiro cce6ddaf6e Fix uniqueness not being enforced at DB level for documents
UniqueConstraint is currently implemented incorrectly in terms
of syntax in Deckhand's Document DB model. This PS fixes that.
Now UniqueConstraint should be enforcing document uniqueness
at DB level such that an error is thrown for duplicate documents
(with same metadata.name and schema).

Closes #17

Change-Id: I7d66457f471ec48b5766733046977117b509d592
2018-03-22 05:57:19 -04:00
..
control Fix uniqueness not being enforced at DB level for documents 2018-03-22 05:57:19 -04:00
db Fix uniqueness not being enforced at DB level for documents 2018-03-22 05:57:19 -04:00
engine Fix: Document should not layer with parent if no layering actions 2018-03-15 12:27:31 -04:00
resources Fix: Document should not layer with parent if no layering actions 2018-03-15 12:27:31 -04:00
views Remove dead validation policy code. 2018-01-07 21:59:23 -04:00
__init__.py Initial engine framework 2017-07-17 20:46:49 +01:00
base.py Trivial: Add import to base unit test to register CONF opts 2018-03-16 02:45:06 +00:00
fake_policy.py DECKHAND-66: Document substitution implementation 2017-10-13 15:16:27 -04:00
fixtures.py Correct recent copyright change 2017-12-06 16:56:59 -04:00
test_policy.py [TrivialFix] Fix incorrect copyright 2017-12-05 21:16:48 +00:00
test_utils.py [TrivialFix] Correct regex used in jsonpath_replace 2018-02-28 22:20:48 +00:00