deckhand/deckhand/control
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
..
views [feature] Endpoint for listing revision validations with details 2018-04-29 01:37:38 +00:00
__init__.py DECKHAND-2: Design core Deckhand API framework 2017-06-27 19:26:51 +01:00
api.py Add no oauth middleware to bypass keystone authentication 2018-05-08 03:46:52 +01:00
base.py refactor: Use yaml.add_representer to reduce complexity 2018-07-10 19:23:52 +01:00
buckets.py Fix: Transaction rollback following DB creation error 2018-09-10 05:13:40 +00:00
common.py Adding api for revisions deep diffing 2018-09-17 17:01:34 +05:30
health.py Allow anonymous access for health and versions 2017-11-21 16:37:34 -06:00
middleware.py optimization: Remove needless json.loads from middleware 2018-07-03 23:28:56 +00:00
no_oauth_middleware.py Add no oauth middleware to bypass keystone authentication 2018-05-08 03:46:52 +01:00
revision_deepdiffing.py Adding api for revisions deep diffing 2018-09-17 17:01:34 +05:30
revision_diffing.py Adding api for revisions deep diffing 2018-09-17 17:01:34 +05:30
revision_documents.py Adding api for revisions deep diffing 2018-09-17 17:01:34 +05:30
revision_tags.py Make Deckhand validation exceptions adhere to UCP standard 2018-04-26 18:51:08 +00:00
revisions.py Invalidate rendered documents cache when deleting all revisions 2018-08-22 16:10:27 +01:00
rollback.py Make Deckhand validation exceptions adhere to UCP standard 2018-04-26 18:51:08 +00:00
validations.py [feature] Endpoint for listing revision validations with details 2018-04-29 01:37:38 +00:00
versions.py Allow anonymous access for health and versions 2017-11-21 16:37:34 -06:00