Re: Implementation of the GUI to create/modify/drop "Resource Group".

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>, Gary Carter <gary(dot)carter(at)enterprisedb(dot)com>
Subject: Re: Implementation of the GUI to create/modify/drop "Resource Group".
Date: 2014-06-11 06:40:07
Message-ID: CANxoLDe2bTba+Mo78tviiqrjc1vXm0brKsC1YMMnrj3htxHb8A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks Dave.

On Wed, Jun 11, 2014 at 12:43 AM, Dave Page <dpage(at)pgadmin(dot)org> wrote:

> Thanks - patch applied, with new icons courtesy of Gary(at)EDB(dot)
>
>
>
> On Mon, Jun 9, 2014 at 9:03 AM, Akshay Joshi <
> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>
>>
>>
>>
>> On Sat, Jun 7, 2014 at 7:58 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
>>
>>> Hi Akshay
>>>
>>>
>>> On Thu, Jun 5, 2014 at 1:37 PM, Akshay Joshi <
>>> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>>>
>>>> Hi Dave
>>>>
>>>> I have implemented the GUI for creating, modifying and deleting the
>>>> Resource Group for PPAS 9.4 and above. As I don't have new icon for the
>>>> "Resource Group", I used the existing group and groups icon. I have tested
>>>> the code on Windows and Linux.
>>>>
>>>> Attached is the patch file. Please review it and if code looks good to
>>>> you then can you please commit it.
>>>>
>>>
>>> It looks fine to me on first review and test, except:
>>>
>>> - The schema class and filename should be edbResourceGroup, not
>>> pgResourceGroup.
>>>
>>> - pgResourceGroup::GetSql is incomplete - it doesn't emit the rate limit
>>> values, just "CREATE RESOURCE GROUP foo;"
>>>
>>
>> Fixed. Attached is the modified patch.
>>
>>>
>>> Thanks.
>>>
>>> --
>>> Dave Page
>>> Blog: http://pgsnake.blogspot.com
>>> Twitter: @pgsnake
>>>
>>> EnterpriseDB UK: http://www.enterprisedb.com
>>> The Enterprise PostgreSQL Company
>>>
>>
>>
>>
>> --
>> *Akshay Joshi*
>> *Principal Software Engineer *
>>
>>
>>
>> *Phone: +91 20-3058-9517 <%2B91%2020-3058-9517> Mobile: +91 976-788-8246
>> <%2B91%20976-788-8246>*
>>
>
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>

--
*Akshay Joshi*
*Principal Software Engineer *

*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message liuyuanyuan 2014-06-12 06:03:57 How to use pg_setting.csv ?
Previous Message Dave Page 2014-06-10 20:11:28 pgAdmin III commit: Modify the GNU build system so that it always rebui