deckhand/deckhand/engine
Felipe Monteiro 2ea808cae2 fix: Correct .data path layering edge case
This patch set corrects logic for an edge case in layering where
the action `path` is set to `.data`. In this case this means
that the root of the data section should be used, i.e. '.'
or '$.'. The previous adjustment was incorrect: .data was being
changed to empty string ''. This fixes that logic to change to
'.'.

Change-Id: Id6cf0d4d65020220c540eb162a33055035336cde
2018-10-07 15:10:09 -04:00
..
schemas substitution: Recursive pattern replacement 2018-09-12 09:24:46 -06:00
__init__.py Implement rendered documents caching 2018-07-28 20:51:25 +00:00
cache.py Implement rendered documents caching 2018-07-28 20:51:25 +00:00
document_validation.py Fix: various documentation and URL fixes 2018-09-25 11:44:57 +02:00
layering.py fix: Correct .data path layering edge case 2018-10-07 15:10:09 -04:00
render.py Implement rendered documents caching 2018-07-28 20:51:25 +00:00
revision_diff.py Adding api for revisions deep diffing 2018-09-17 17:01:34 +05:30
secrets_manager.py substitution: Recursive pattern replacement 2018-09-12 09:24:46 -06:00
utils.py Adding api for revisions deep diffing 2018-09-17 17:01:34 +05:30