Re: [gpAdmin4][patch] query history updates

From: Sarah McAlear <smcalear(at)pivotal(dot)io>
To: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
Cc: Wenlin Zhang <wzhang(at)pivotal(dot)io>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>, Violet Cheng <vcheng(at)pivotal(dot)io>
Subject: Re: [gpAdmin4][patch] query history updates
Date: 2017-08-09 03:37:50
Message-ID: CAGRPzo8XZ6m8JbDB-jnJNXUSOfC8pm12ChbpV=TjkFb4Jor45g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Khushboo!

These are 2 separate patches. The failure of the feature test you're
describing happens on Master even without this patch. The other patch fixes
this, but is unrelated to this patch. Right now it applies cleanly on
Master. If we rebase it here, we won't be able to apply it on master.

Thanks,
Sarah

On Tue, Aug 8, 2017 at 6:27 PM, Khushboo Vashi <
khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:

> Hi Wenlin & Violet,
>
>
> On Tue, Aug 8, 2017 at 12:05 PM, Wenlin Zhang <wzhang(at)pivotal(dot)io> wrote:
>
>> Hi Khushboo,
>>
>> Thanks for your review.
>>
>> About the copy/paste function bug, we just found that this is an
>> existing bug in master. Except for the query History tab, this bug also
>> exist in the query data output . If you copy the data row in "Data Output"
>> tab, it works fine, but the copy/paste in query tool won't work either. We
>> will create a Redmine bug later.
>>
>> And the feature test failure, we've already sent a new patch that
>> fixed it. See this patch
>> <https://www.postgresql.org/message-id/flat/CAEawo3JKQFuVeSK-xw9wU4fUSY57KXU5GeXKcdCusQeHkjTykA%40mail.gmail.com>
>>
>> I need to test this patch with the history tab update patch. Right now I
> can not apply this patch on top of the history update patch.
> Can you please re-base that patch?
>
>> Thanks,
>>
>> Wenlin & Violet
>>
>>
>> On Mon, Aug 7, 2017 at 1:45 PM, Khushboo Vashi <
>> khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:
>>
>>> Hi Sarah & Hao,
>>>
>>> The copy/paste functionality through the added copy button is working
>>> fine, however once I copy the query text from the History tab through the
>>> copy button, I can not perform copy/paste for some another text in the
>>> Query tool.
>>>
>>> Also, the feature test (QueryToolJourneyTest) is failing, please refer
>>> the attached screen-shot.
>>>
>>> Thanks,
>>> Khushboo
>>>
>>> On Thu, Aug 3, 2017 at 9:03 AM, Hao Wang <haowang(at)pivotal(dot)io> wrote:
>>>
>>>> Hi Hackers,
>>>>
>>>> Here is a patch for query tools history UX improvements:
>>>>
>>>> - Add copy button for query text
>>>> - Historical queries are binned by day
>>>>
>>>> Thanks,
>>>> Sarah & Hao
>>>>
>>>
>>>
>>
> Thanks,
> Khushboo
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Sarah McAlear 2017-08-09 03:40:48 Re: [pgAdmin4][patch] Fix feature tests failure
Previous Message Ashesh Vashi 2017-08-09 03:27:21 Re: [pgAdmin4][Patch]: Use the correct resultset type for Type module