| From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Port Procedure and Function node to react. Fixes #663 |
| Date: | 2021-09-09 07:58:38 |
| Message-ID: | E1mOExC-0003zf-UX@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Port Procedure and Function node to react. Fixes #6632 #6677
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2074534b72511221f2e92ea5045b01a15b0b8f6f
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>
Modified Files
--------------
.../schemas/functions/static/js/function.js | 399 ++------------
.../schemas/functions/static/js/function.ui.js | 470 ++++++++++++++++
.../schemas/functions/static/js/procedure.js | 41 +-
.../javascript/schema_ui_files/cast.ui.spec.js | 8 +-
.../schema_ui_files/functions.ui.spec.js | 610 +++++++++++++++++++++
.../javascript/schema_ui_files/language.ui.spec.js | 2 +-
.../schema_ui_files/publication.ui.spec.js | 6 +-
.../schema_ui_files/subscription.ui.spec.js | 12 +-
8 files changed, 1172 insertions(+), 376 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Akshay Joshi | 2021-09-09 07:58:39 | pgAdmin 4 commit: Update release note for 6.0 |
| Previous Message | Akshay Joshi | 2021-09-09 07:58:37 | pgAdmin 4 commit: Fixed minor issue with merging |