pgAdmin 4 commit: Port Index node to react. Fixes #6661

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

Branch
------
master

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

Modified Files
--------------
.../schemas/tables/indexes/static/js/index.js      | 453 ++-----------------
.../schemas/tables/indexes/static/js/index.ui.js   | 479 +++++++++++++++++++++
.../javascript/schema_ui_files/index.ui.spec.js    | 242 +++++++++++
3 files changed, 745 insertions(+), 429 deletions(-)


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

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