[pgadmin-hackers] pgAdmin 4 commit: Fix various issues with pgAgent job steps andschedul

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Fix various issues with pgAgent job steps andschedul
Дата
Msg-id E1dIvdc-0000tl-KM@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix various issues with pgAgent job steps and schedules:

1) Error on clicking SQL panel when Schedule OR Step node is selected in browser. Fixes #1888

2) Error while dropping Schedule OR Step node. Fixes #1889

3) Newly created Schedule/Step node was not displaying in browser. Fixes #1890

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b149fe371e56d8b11c76bd4dc4f54eecd5cba8f1
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../server_groups/servers/pgagent/__init__.py      |   2 +-
.../servers/pgagent/schedules/__init__.py          | 192 +++++++++++++++------
.../servers/pgagent/steps/__init__.py              | 110 +++++++++---
.../steps/templates/pga_jobstep/js/pga_jobstep.js  |   2 +-
4 files changed, 227 insertions(+), 79 deletions(-)


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

Предыдущее
От: Harshal Dhumal
Дата:
Сообщение: Re: [pgadmin-hackers] Re: Server side cursor limitations for ondemand loading of data in query tool [RM2137] [pgAdmin4]
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4] To fix issues in pgAgent's modules