pgAdmin 4 commit: Standardise the error handling for parsing of JSONre - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Standardise the error handling for parsing of JSONre
Date
Msg-id E1fEd4G-0000ba-Jm@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Standardise the error handling for parsing of JSON response messages from the server. Fixes #3238

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_3_1.rst                   |  7 +-
.../servers/databases/casts/static/js/cast.js      | 11 +--
.../schemas/synonyms/static/js/synonym.js          | 11 +--
.../check_constraint/static/js/check_constraint.js | 11 +--
.../foreign_key/static/js/foreign_key.js           | 11 +--
.../tables/partitions/static/js/partition.js       | 49 +++----------
.../databases/schemas/tables/static/js/table.js    | 49 +++----------
.../schemas/tables/triggers/static/js/trigger.js   | 22 ++----
.../databases/schemas/views/static/js/mview.js     |  5 +-
.../servers/databases/static/js/database.js        | 11 +--
.../servers/pgagent/static/js/pga_job.js           | 20 +-----
.../server_groups/servers/static/js/server.js      | 77 ++++-----------------
.../servers/tablespaces/static/js/tablespace.js    | 11 +--
web/pgadmin/browser/static/js/browser.js           | 18 ++---
web/pgadmin/dashboard/static/js/dashboard.js       | 11 +--
web/pgadmin/static/js/alertify.pgadmin.defaults.js | 39 +++++++++++
.../javascript/alerts/alertify_wrapper_spec.js     | 80 ++++++++++++++++++++++
17 files changed, 183 insertions(+), 260 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: One day I'll remember to update the versioneverywher
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][RM#3238] Proper error handling when connection will be lost to server.