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

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Allow to generate events from the nodes, whenever som
Дата
Msg-id E1ZzTi0-00036s-Pt@gothos.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Changed the logic to identify the PostgreSQL server v
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Resolved a typo in the version check condition during