pgAdmin 4 commit: 1) Added special handling for the extension to resolv

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Added special handling for the extension to resolv
Date: 2020-08-13 12:19:26
Message-ID: E1k6CCc-0003Lj-FR@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Added special handling for the extension to resolve the dependency.
2) Added 'is_sys_obj' to the ignore list of Schema Diff.
3) Font awesome v5 fixes.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8f61944386898c76fbba669bcbb9a134324c9250

Modified Files
--------------
web/pgadmin/browser/static/js/collection.js | 2 +-
web/pgadmin/browser/static/js/node.js | 6 +++---
web/pgadmin/browser/static/js/toolbar.js | 2 +-
web/pgadmin/misc/bgprocess/static/js/bgprocess.js | 6 +++---
web/pgadmin/static/js/backform.pgadmin.js | 3 +++
web/pgadmin/static/js/backgrid.pgadmin.js | 3 +++
web/pgadmin/static/scss/_alertify.overrides.scss | 1 -
web/pgadmin/static/scss/_webcabin.pgadmin.scss | 6 +++++-
web/pgadmin/tools/datagrid/static/js/datagrid_panel_title.js | 2 +-
web/pgadmin/tools/schema_diff/compare.py | 2 +-
web/pgadmin/tools/schema_diff/static/js/schema_diff_dependency.js | 5 +++++
11 files changed, 26 insertions(+), 12 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-08-13 12:19:42 Re: pgAdmin 4 commit: Upgrade font awesome from v4 to v5. Fixes #5731
Previous Message Aditya Toshniwal 2020-08-13 09:54:13 Re: pgAdmin 4 commit: Upgrade font awesome from v4 to v5. Fixes #5731