[Patch][pgAdmin4]: Fix pgagent issues

From: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)lists(dot)postgresql(dot)org>
Subject: [Patch][pgAdmin4]: Fix pgagent issues
Date: 2020-04-20 09:36:48
Message-ID: CACCA4P2J25FEfqGsU0btsjyHFXyb3TsLrJbsAe1yETEGg7Cuzw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find the attached patch to stabilize the pgagent and fix below
issues.

- Reverse engineering SQL and MSQL was incorrect when the user added a
job schedule with exception Fixes #5356
- Job schedule exception time was not showing correctly in SQL tab.
- Identify the job step and schedule if disabled from browser tree, same
as pgagent job - Fixes #4636
- Add RE-SQL/MSQL test cases for pgAgent Jobs - Fixes #4623

Do review it and let me know for comments.

Thanks,
Neel Patel

Attachment Content-Type Size
pgagent_V1.patch application/x-patch 95.9 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Neel Patel 2020-04-20 13:28:56 Re: RM4292 - Dark mode support for Windows/macOS
Previous Message Amol Vyavahare 2020-04-20 09:08:04 Re: [pgAdmin][RM4946] Issue with temporary tables on commit drop as.