pgAdmin 4 commit: Optimise display of Dependencies and Dependents,and - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Optimise display of Dependencies and Dependents,and
Date
Msg-id E1guEyv-0005zC-UI@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Optimise display of Dependencies and Dependents, and use on-demand loading of rows in batches of 100. Fixes #3959

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=622b67684d7d44c5c78191be4dbfc26554135a12
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_3.rst                   |   1 +
web/pgadmin/browser/static/js/browser.js           |   4 +-
web/pgadmin/browser/static/js/collection.js        | 107 +++--
web/pgadmin/misc/dependencies/__init__.py          |  30 ++
.../misc/dependencies/static/js/dependencies.js    | 246 ++++++++++++
.../misc/{depends => dependents}/__init__.py       |  11 +-
.../misc/dependents/static/js/dependents.js        | 252 ++++++++++++
web/pgadmin/misc/depends/static/js/depends.js      | 432 ---------------------
web/webpack.config.js                              |   3 +-
web/webpack.shim.js                                |   3 +-
10 files changed, 624 insertions(+), 465 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Pattch] - RM #3673 - "Download as .csv" F8 does NOTwork when one of joined files is a TEMPORARY file
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch] - RM 3959 - Properties and Dependents tabsrendering is slow with 1000+ records