pgAdmin 4 commit: Port Dependent, dependencies, statistics panel to Rea

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Port Dependent, dependencies, statistics panel to Rea
Date: 2022-01-24 08:43:41
Message-ID: E1nBuwv-00061G-5w@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Port Dependent, dependencies, statistics panel to React. Fixes #7016

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=094129e2be62cc039d51d9a59a41921e88f9504c
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_5.rst | 1 +
.../tables/rules/templates/rules/css/rule.css | 2 -
web/pgadmin/browser/static/js/node_ajax.js | 19 +
web/pgadmin/browser/static/js/panel.js | 64 ++-
web/pgadmin/browser/static/js/panel_view.jsx | 77 ++++
.../misc/dependencies/static/js/Dependencies.jsx | 175 +++++++++
.../misc/dependencies/static/js/dependencies.js | 437 ---------------------
.../misc/dependents/static/js/Dependents.jsx | 176 +++++++++
.../misc/dependents/static/js/dependents.js | 321 ---------------
.../misc/statistics/static/js/Statistics.jsx | 235 +++++++++++
.../misc/statistics/static/js/statistics.js | 432 --------------------
web/pgadmin/static/js/components/PgTable.jsx | 68 +++-
web/webpack.config.js | 3 -
web/webpack.shim.js | 3 -
14 files changed, 780 insertions(+), 1233 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-01-24 08:44:18 Re: [pgAdmin][RM7016]: Port Dependent, dependencies, statistics panel to React.
Previous Message Pradip Parkale 2022-01-24 08:04:37 Re: [pgAdmin][RM7016]: Port Dependent, dependencies, statistics panel to React.