pgAdmin 4 commit: Overhaul the layout saving code so it includes the Qu

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Overhaul the layout saving code so it includes the Qu
Date: 2019-03-26 15:08:51
Message-ID: E1h8nh5-0004b3-VV@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Overhaul the layout saving code so it includes the Query Tool and Debugger, and stores the layout when change events are detected rather than (unreliably) on exit. Fixes #4084

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6fb35f2649153c414ba918efc2dfa3fc49f4ece6
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_4.rst | 1 +
web/package.json | 2 +-
web/pgadmin/browser/static/js/browser.js | 71 ++++++-----
web/pgadmin/browser/static/js/node.js | 1 +
web/pgadmin/browser/static/js/panel.js | 6 +-
web/pgadmin/settings/__init__.py | 15 ++-
web/pgadmin/tools/datagrid/__init__.py | 6 +-
.../tools/datagrid/templates/datagrid/index.html | 3 +-
web/pgadmin/tools/debugger/__init__.py | 6 +-
web/pgadmin/tools/debugger/static/js/direct.js | 45 ++++---
.../tools/debugger/templates/debugger/direct.html | 2 +-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 131 ++++++++++++---------
web/regression/python_test_utils/test_utils.py | 6 +-
web/yarn.lock | 4 +-
14 files changed, 168 insertions(+), 131 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-03-26 15:09:16 Re: [pgAdmin4][RM4084] wcDocker layout saving on Query Tool and Debugger
Previous Message Dave Page 2019-03-26 14:26:05 pgAdmin 4 commit: Add missing closing brace.