pgAdmin 4 commit: ERD Tool some more fixes

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: ERD Tool some more fixes
Дата
Msg-id E1ksgn2-0001FH-2A@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
ERD Tool some more fixes

Branch
------
ERDTool

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0f828c98f3d809bbfc270d76dd3bf00ad3a53078
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
.../static/scss/resources/_default.variables.scss  |   3 +-
web/pgadmin/tools/erd/static/js/erd_module.js      |   1 -
.../tools/erd/static/js/erd_tool/ERDCore.js        |  19 +++-
.../tools/erd/static/js/erd_tool/ERDModel.js       |   9 ++
.../static/js/erd_tool/dialogs/DialogWrapper.js    | 100 +++++++++-------
.../static/js/erd_tool/dialogs/ManyToManyDialog.js |  52 ++++++---
.../static/js/erd_tool/dialogs/OneToManyDialog.js  |  52 ++++++---
.../dialogs/{EntityDialog.js => TableDialog.js}    | 126 +++++++++++++++------
.../tools/erd/static/js/erd_tool/dialogs/index.js  |  22 +++-
web/pgadmin/tools/erd/static/js/erd_tool/index.js  |  14 ++-
.../erd/static/js/erd_tool/links/OneToManyLink.jsx |   9 ++
.../erd/static/js/erd_tool/nodes/TableNode.jsx     |  11 +-
.../erd/static/js/erd_tool/ports/OneToManyPort.js  |   9 ++
.../js/erd_tool/ui_components/BodyWidget.jsx       |  63 +++++------
.../js/erd_tool/ui_components/ConnectionBar.jsx    |   9 ++
.../js/erd_tool/ui_components/FloatingNote.jsx     |   9 ++
.../static/js/erd_tool/ui_components/Loader.jsx    |  11 +-
.../static/js/erd_tool/ui_components/ToolBar.jsx   |   9 ++
web/pgadmin/tools/erd/static/js/erd_tool_hook.js   |   1 +
web/pgadmin/utils/driver/psycopg2/connection.py    |   2 +-
.../erd/ui_components/body_widget_spec.js          |  41 ++++---
21 files changed, 404 insertions(+), 168 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Merge master into ERDTool
Следующее
От: Aditya Toshniwal
Дата:
Сообщение: [pgAdmin][RM1802] ERD Tool (Beta)