pgAdmin 4 commit: Port Types node to react. Fixes #6602

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Port Types node to react. Fixes #6602
Дата
Msg-id E1mOExC-0003y5-H4@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Port Types node to react. Fixes #6602

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1e07ef13cfd284cfda958b13855cbaf8927bee30
Author: Rahul Shirsat <rahul.shirsat@enterprisedb.com>

Modified Files
--------------
.../databases/schemas/types/static/js/type.js      | 1006 +-----------
.../databases/schemas/types/static/js/type.ui.js   | 1640 ++++++++++++++++++++
web/pgadmin/static/js/SchemaView/FieldSetView.jsx  |    9 +-
web/pgadmin/static/js/SchemaView/FormView.jsx      |   15 +-
web/regression/javascript/fake_messages.js         |    1 +
.../javascript/schema_ui_files/type.ui.spec.js     |  457 ++++++
6 files changed, 2152 insertions(+), 976 deletions(-)


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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Fixed minor issue with merging
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Integer and Numeric inputs fixes.