pgAdmin 4 commit: Improved alertify notification logic. Remove Alertify

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Improved alertify notification logic. Remove Alertify
Date: 2017-07-31 13:29:55
Message-ID: E1dcAlf-0005gG-Q1@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Improved alertify notification logic. Remove AlertifyWrapper class and extend notification methods in alertify itself.

Branch
------
master

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

Modified Files
--------------
.../servers/databases/casts/static/js/cast.js | 10 ++--
.../schemas/synonyms/static/js/synonym.js | 9 ++--
.../check_constraint/static/js/check_constraint.js | 12 ++---
.../foreign_key/static/js/foreign_key.js | 12 ++---
.../tables/partitions/static/js/partition.js | 29 ++++-------
.../databases/schemas/tables/static/js/table.js | 24 +++------
.../schemas/tables/triggers/static/js/trigger.js | 17 +++----
.../databases/schemas/views/static/js/mview.js | 9 ++--
.../servers/databases/static/js/database.js | 22 +++-----
.../servers/pgagent/static/js/pga_job.js | 13 ++---
.../server_groups/servers/static/js/server.js | 58 ++++++++--------------
.../servers/tablespaces/static/js/tablespace.js | 15 ++----
web/pgadmin/browser/static/js/browser.js | 7 ++-
web/pgadmin/browser/static/js/node.js | 10 ++--
web/pgadmin/dashboard/static/js/dashboard.js | 24 ++++-----
.../misc/file_manager/static/js/file_manager.js | 12 ++---
web/pgadmin/misc/file_manager/static/js/utility.js | 37 +++++---------
web/pgadmin/static/js/alertify.pgadmin.defaults.js | 56 +++++++++++++++++++--
web/pgadmin/static/js/alerts/alertify_wrapper.js | 55 --------------------
web/pgadmin/tools/backup/static/js/backup.js | 13 ++---
web/pgadmin/tools/debugger/static/js/direct.js | 29 ++++-------
.../tools/import_export/static/js/import_export.js | 9 ++--
.../tools/maintenance/static/js/maintenance.js | 12 ++---
web/pgadmin/tools/restore/static/js/restore.js | 10 ++--
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 29 ++++-------
.../user_management/static/js/user_management.js | 18 +++----
.../javascript/alerts/alertify_wrapper_spec.js | 18 +++----
web/webpack.shim.js | 2 +-
web/webpack.test.config.js | 1 +
29 files changed, 220 insertions(+), 352 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2017-07-31 13:30:05 Re: [pgAdmin4][Patch]: Dashboard requests don't stop even after closing the panel
Previous Message Akshay Joshi 2017-07-31 13:00:26 pgAdmin 4 commit: 1) Added partition module in webpack config.