| From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Port the partitions node. |
| Date: | 2021-09-09 07:58:39 |
| Message-ID: | E1mOExD-00040F-3W@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Port the partitions node.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=74cec6594ebd2faf751d6be7737200d0befaad7b
Author: Aditya Toshniwal <aditya(dot)toshniwal14(at)gmail(dot)com>
Modified Files
--------------
.../tables/partitions/static/js/partition.js | 867 +--------------------
.../tables/partitions/static/js/partition.ui.js | 434 +++++++++++
.../schemas/tables/static/js/partition.utils.ui.js | 10 +-
.../databases/schemas/tables/static/js/table.ui.js | 2 +-
.../server_groups/servers/static/js/vacuum.ui.js | 23 +-
.../schema_ui_files/partition.ui.spec.js | 153 ++++
6 files changed, 608 insertions(+), 881 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Aditya Toshniwal | 2021-09-09 08:31:11 | [pgAdmin][patch] Fix pgAdmin error after react branch merge |
| Previous Message | Akshay Joshi | 2021-09-09 07:58:38 | pgAdmin 4 commit: - Fix all the jasmine test case failures. - Show defa |