deckhand/deckhand/engine
Felipe Monteiro d5462d0c70 schema: Fix metadata schema patterns
This patch set fixes the schema pattern enforced by metadata_document
and metadata_control. Currently, both allow a schema with either
pattern:

- ^metadata/Control/v\d+$
- ^metadata/Document/v\d+$

However, the metadata_control schema should only allow the former
and the metadata_document schema should only allow the latter.

Change-Id: Ic1b88a7158755818002de4c88cdf2d7b716f656d
2019-01-18 21:52:04 +00:00
..
schemas schema: Fix metadata schema patterns 2019-01-18 21:52:04 +00:00
__init__.py optimization: Skip post-validation for rendered document cache hit 2018-10-02 18:58:07 -05:00
_replacement.py fix: Use schema instead of metadata.schema for replacement check 2018-10-31 15:02:28 -04:00
cache.py optimization: Skip post-validation for rendered document cache hit 2018-10-02 18:58:07 -05:00
document_validation.py schema: Fix metadata schema patterns 2019-01-18 21:52:04 +00:00
layering.py Fix logging when "Duplicate document exists" error occurs 2018-11-01 13:45:04 +00:00
render.py fix: Redact secondhand substitutions of sensitive data 2018-10-25 09:39:50 -04:00
revision_diff.py Validate bucket diffing works with revision rollback 2018-10-18 19:07:42 +01:00
secrets_manager.py [FIX] Secrets substitution issue 2018-11-13 09:24:02 -06:00
utils.py Adding api for revisions deep diffing 2018-09-17 17:01:34 +05:30