pgAdmin 4 commit: Resolve schema diff dependencies by selecting the app - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Resolve schema diff dependencies by selecting the app
Date
Msg-id E1k5pcx-0001vu-86@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Resolve schema diff dependencies by selecting the appropriate node automatically and maintain the order in the
generatedscript. Fixes #5730 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5b688cf949ee96e6552253bd4607e5f37d4d839c
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][SonarQube] Reduce cognitive complexity
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fix PEP8