deckhand/deckhand/client
pallav 9345035522 Adding api for revisions deep diffing
GET /revisions/{{revision_id}}/deepdiff/{{comparison_revision_id}}

 - Added deepdiff api for generating diff between
   two rendered documents.
 - Deep diffing for data and metadata
 - Refactor diff functions
 - Client update
 - Added unit testcases
 - Added funtional testcases
 - Doc update

Change-Id: Ib60fa60a3b33e9125a1595a999272ca595721b38
2018-09-17 17:01:34 +05:30
..
__init__.py DECKHAND-87: Deckhand API client library 2017-12-13 20:56:23 +00:00
base.py style(pep8): remove identation ignores 2018-06-01 22:08:42 +00:00
buckets.py DH Client urls remove api/v1.0 2018-03-02 10:52:10 +00:00
client.py Move DB calls out of engine module into controllers 2018-01-18 14:59:43 -05:00
exceptions.py [client] Fix 503 exception raising attribute error instead 2018-02-19 08:14:03 -05:00
revisions.py Adding api for revisions deep diffing 2018-09-17 17:01:34 +05:30
tags.py DH Client urls remove api/v1.0 2018-03-02 10:52:10 +00:00
validations.py DH Client urls remove api/v1.0 2018-03-02 10:52:10 +00:00