pgAdmin 4 commit: Optimise display of Dependencies and Dependents, and

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Optimise display of Dependencies and Dependents, and
Date: 2019-02-14 11:15:05
Message-ID: E1guEyv-0005zC-UI@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)vashi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-02-14 11:18:33 Re: [pgAdmin4][Patch] - RM 3959 - Properties and Dependents tabs rendering is slow with 1000+ records
Previous Message Dave Page 2019-02-14 10:42:14 Re: [pgAdmin4][Pattch] - RM #3673 - "Download as .csv" F8 does NOT work when one of joined files is a TEMPORARY file