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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Resolve schema diff dependencies by selecting the app
Дата
Msg-id E1k5pcx-0001vu-86@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: Re: [pgAdmin][SonarQube] Reduce cognitive complexity
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Fix PEP8