pgAdmin 4 commit: Resolve schema diff dependencies by selecting the app

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Resolve schema diff dependencies by selecting the app
Date: 2020-08-12 12:13:07
Message-ID: E1k5pcx-0001vu-86@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Resolve schema diff dependencies by selecting the appropriate node automatically and maintain the order in the generated script. Fixes #5730

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5b688cf949ee96e6552253bd4607e5f37d4d839c
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_25.rst | 3 +-
web/pgadmin/tools/schema_diff/__init__.py | 11 +
.../schema_diff/static/js/schema_diff.backform.js | 1 +
.../static/js/schema_diff_dependency.js | 237 +++++++++++++++++++++
.../tools/schema_diff/static/js/schema_diff_ui.js | 54 +++--
5 files changed, 292 insertions(+), 14 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-08-12 12:18:16 pgAdmin 4 commit: Fix PEP8
Previous Message Aditya Toshniwal 2020-08-12 10:32:35 Re: [pgAdmin][SonarQube] Reduce cognitive complexity