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 E1hlrzs-0002po-UV@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix dropping of pgAgent schedules through the Job properties. Fixes #3996

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=29fd83dc6c5ee5c00d1b1f89261b23195878a2cc
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
Дата:
Сообщение: Re: [GSoC] Finalized First Patch
Следующее
От: Khushboo Vashi
Дата:
Сообщение: [pgAdmin4][Patch] : RE-SQL tests for Collation node