Re: PATCH: pgAgent support

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: pgAgent support
Date: 2016-09-26 09:28:51
Message-ID: CAG7mmow9P-aL_CBTmCj5Wp+phs5pjMzy=O=K=GeAtxm=Jdvagw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Mon, Sep 26, 2016 at 2:36 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:

> Hi
>
> I've applied the misc changes patch, but it looks like you forgot the
> --binary option for the pgAgent patch. Can you recreate it please?
>

Oh my bad, please find the updated patch.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company
<http://www.enterprisedb.com/>

*http://www.linkedin.com/in/asheshvashi*
<http://www.linkedin.com/in/asheshvashi>

>
> Thanks.
>
> On Fri, Sep 23, 2016 at 9:34 PM, Ashesh Vashi <
> ashesh(dot)vashi(at)enterprisedb(dot)com> wrote:
>
>> Hi Dave,
>>
>>
>> On Thu, Sep 22, 2016 at 8:27 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
>>
>>> Thanks. From the pgAgent patch:
>>>
>>> - The date/time format is different again. Should be locale or ISO
>>> (consistent across the app)
>>>
>> Using ISO now.
>>
>>>
>>> - I think we need to add hints under the less obvious options - e.g.
>>> Job class and host agent
>>>
>> I added few string.
>> Will need your feedback on that.
>>
>>>
>>> - On the job step subnode control, lets move the Script to it's own
>>> tab (called Code). We should alter the label based on the Kind option
>>> - either "SQL query" or "Script"
>>>
>> Done
>>
>>>
>>> - Why can't we use the Date/time picker for Exceptions? I assume we
>>> just need to either disable Date or Time selection?
>>>
>> Done.
>>
>> I was avoiding to show date time picker for multiple reasons:
>> 1. It needed a special effort to show datetime picker in the backgrid
>> cell.
>> 2. The datetime picker did not fit in the subnode control.
>>
>> A special DatetimePickerCell was needed to be created the cell with
>> datetime picker.
>> And, I had to specify the min-height in the exceptions tab as a hack.
>>
>>>
>>> - The SQL tab doesn't use the available space. See screenshot.
>>>
>> Fixed.
>>
>> This was a general issue for the properties dialog having more than 550px.
>> We have hardcoded the height to 500px of CodeMirror in the SQL tab.
>>
>>>
>>> - The SQL should have blank lines between sections, e.g. before --
>>> Steps and -- Schedules
>>>
>> Done.
>>
>> Also - fixed an issue of setting the helpMessage in SwitchControl.
>>
>> Again - attaching two patches.
>> 1. Misc changes
>> - Setting the CodeMirror height when panel is resized, which you had
>> mentioned.
>> - Added a new CellEditor (DatetimePickerEditor) for datetime picker.
>> 2. pgAgent support (updated)
>>
>> --
>>
>> Thanks & Regards,
>>
>> Ashesh Vashi
>> EnterpriseDB INDIA: Enterprise PostgreSQL Company
>> <http://www.enterprisedb.com/>
>>
>>
>> *http://www.linkedin.com/in/asheshvashi*
>> <http://www.linkedin.com/in/asheshvashi>
>>
>>
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>

Attachment Content-Type Size
pgagent_v5.patch application/octet-stream 120.4 KB

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-09-26 09:48:34 pgAdmin 4 commit: Fix layout of the filter box.
Previous Message Dave Page 2016-09-26 09:15:49 Re: PATCH: RM#1735