pgAdmin 4 commit: Fixed following issues:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed following issues:
Date: 2019-01-16 06:26:27
Message-ID: E1gjeeh-0005wC-4U@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed following issues:
- Process watcher made fixed width with header changes, time details rounded to 2 decimals
- Query history will show "No query history" if no query fired. Query editor default size increased.
- Fixed a bug where New folder create button not working when in List mode and No files/folder present.
- Other minor improvements.

Branch
------
master

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

Modified Files
--------------
.../schemas/functions/static/js/function.js | 1 +
.../databases/schemas/types/static/js/type.js | 10 ++++++--
web/pgadmin/browser/static/css/wizard.css | 3 ---
web/pgadmin/browser/templates/browser/index.html | 2 +-
web/pgadmin/misc/bgprocess/processes.py | 10 +++-----
web/pgadmin/misc/bgprocess/static/js/bgprocess.js | 11 +++++---
.../misc/bgprocess/static/scss/_bgprocess.scss | 2 ++
web/pgadmin/misc/file_manager/static/js/utility.js | 15 ++++++++---
.../file_manager/static/scss/_file_manager.scss | 4 +++
web/pgadmin/preferences/static/js/preferences.js | 11 ++++++++
web/pgadmin/static/js/backform.pgadmin.js | 5 ++++
web/pgadmin/static/jsx/history/query_history.jsx | 29 ++++++++++++++--------
web/pgadmin/static/scss/_aci_tree.overrides.scss | 14 ++++-------
web/pgadmin/static/scss/_alert.scss | 4 +--
web/pgadmin/static/scss/_alertify.overrides.scss | 14 +++++------
web/pgadmin/static/scss/_bootstrap.overrides.scss | 3 ++-
web/pgadmin/static/scss/_pgadmin.style.scss | 22 ++++++++++------
web/pgadmin/static/scss/_webcabin.pgadmin.scss | 4 +++
.../static/scss/resources/_default.variables.scss | 6 ++++-
web/pgadmin/tools/backup/__init__.py | 18 +++++++++++---
.../tools/backup/tests/test_backup_message.py | 6 ++---
.../tools/grant_wizard/static/js/grant_wizard.js | 8 ------
web/pgadmin/tools/import_export/__init__.py | 14 +++++++----
web/pgadmin/tools/maintenance/__init__.py | 4 +++
web/pgadmin/tools/restore/__init__.py | 6 ++++-
.../tools/restore/tests/test_restore_message.py | 2 +-
.../tools/sqleditor/static/css/sqleditor.css | 10 --------
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 2 +-
.../tools/sqleditor/static/scss/_history.scss | 11 +++++++-
.../tools/sqleditor/static/scss/_sqleditor.scss | 15 ++++++-----
.../javascript/history/query_history_spec.jsx | 2 +-
31 files changed, 168 insertions(+), 100 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-01-16 06:29:12 Re: pgAdmin 4 commit: Improvement in the look and feel of the whole applica
Previous Message Aditya Toshniwal 2019-01-16 05:49:26 Re: [pgAdmin4][RM3837] Trigger when option syntax error