deckhand/deckhand/engine
Felipe Monteiro b03a4522cb fix: Use schema instead of metadata.schema for replacement check
Recently added replacement check incorrectly uses metadata.schema
and metadata.name to key on the document -- but it should be schema
and metadata.name, the combination of which uniquely defines a
document.

Change-Id: I6cd1679ad41be38cb78d65ce2763e60f7da390d2
2018-10-31 15:02:28 -04:00
..
schemas substitution: Recursive pattern replacement 2018-09-12 09:24:46 -06: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 docs: Use sphinx-apidoc library for autodoc compatibility 2018-10-27 22:52:39 +01:00
layering.py Validate additional 'metadata.replacement' scenarios 2018-10-30 10:23:14 -04: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 Merge "fix: Redact secondhand substitutions of sensitive data" 2018-10-29 17:13:25 +00:00
utils.py Adding api for revisions deep diffing 2018-09-17 17:01:34 +05:30