pgAdmin 4 commit: Fix dropping of pgAgent schedules through the Job pro

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix dropping of pgAgent schedules through the Job pro
Дата
Msg-id E1hqZy5-0005j2-O2@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix dropping of pgAgent schedules through the Job properties. Fixes #3996

Branch
------
electron2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ff02392665495f44cca0d911416a2a80e90d3a5c
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_11.rst                  |  1 +
.../servers/pgagent/schedules/__init__.py          | 26 ++++++----
.../pgagent/schedules/static/js/pga_schedule.js    |  1 +
.../servers/pgagent/steps/__init__.py              | 26 ++++++----
.../servers/pgagent/steps/static/js/pga_jobstep.js |  1 +
.../pgagent/tests/test_pgagent_delete_multiple.py  | 47 ++++++++++++++++++
.../tests_pgagent_delete_multiple_schedules.py     | 56 ++++++++++++++++++++++
.../tests/tests_pgagent_delete_multiple_steps.py   | 54 +++++++++++++++++++++
8 files changed, 194 insertions(+), 18 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Update version for release
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Improve error output for the RE-SQL tests.