pgAdmin 4 commit: Allow to generate events from the nodes, whenever som

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow to generate events from the nodes, whenever som
Date: 2015-11-19 18:13:24
Message-ID: E1ZzTi0-00036s-Pt@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow to generate events from the nodes, whenever some any events.

i.e.
'server-connect' and 'server-disconnected' events will be generated
while server gets connected and disconnected respectively.

For demo purpose - listening to the server connection from the test
script.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5ff09223a2a8e2c63f2d5cc1bb6a9360a7cbad7a

Modified Files
--------------
.../server_groups/servers/templates/servers/servers.js | 9 ++++++++-
web/pgadmin/browser/templates/browser/js/node.js | 2 +-
web/pgadmin/test/static/js/test.js | 11 +++++++++--
3 files changed, 18 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2015-11-20 05:16:16 pgAdmin 4 commit: Resolved a typo in the version check condition during
Previous Message Ashesh Vashi 2015-11-19 17:48:13 pgAdmin 4 commit: Changed the logic to identify the PostgreSQL server v