pgAdmin 4 commit: Remove aciTree and its references.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Remove aciTree and its references.
Date: 2022-04-13 12:08:10
Message-ID: E1nebn8-0002Lh-Lf@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Remove aciTree and its references.

Branch
------
master

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

Modified Files
--------------
web/package.json | 1 -
web/pgadmin/browser/__init__.py | 46 +---------------------
web/pgadmin/browser/static/js/browser.js | 6 +--
web/pgadmin/browser/static/js/keyboard.js | 8 ++--
.../xss_checks_panels_and_query_tool_test.py | 2 +-
.../static/js/components/PreferencesComponent.jsx | 2 +-
web/pgadmin/static/css/style.css | 1 -
web/pgadmin/static/js/alertify/dialog.js | 8 ++--
web/pgadmin/static/js/modify_animation.js | 12 +++---
web/pgadmin/static/js/tree/tree.js | 4 +-
web/pgadmin/static/js/tree/tree_utils.js | 8 ++--
web/pgadmin/tools/erd/static/js/erd_module.js | 8 ++--
web/pgadmin/tools/psql/static/js/psql_module.js | 8 ++--
.../static/js/search_objects_dialog.js | 6 +--
.../tools/sqleditor/static/js/show_query_tool.js | 10 ++---
.../javascript/browser/modify_animation_spec.js | 4 +-
web/regression/javascript/tree/tree_fake.js | 28 ++++++-------
web/webpack.config.js | 16 --------
web/webpack.shim.js | 10 -----
web/yarn.lock | 4 --
20 files changed, 57 insertions(+), 135 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-04-13 12:12:04 Re: [pgAdmin4][Patch] - RM #7026 - Browser panel is not completely viewable
Previous Message Khushboo Vashi 2022-04-13 09:56:12 [pgAdmin4][Patch] - RM #7026 - Browser panel is not completely viewable