Re: [gpAdmin4][patch] query history updates - Mailing list pgadmin-hackers

From Sarah McAlear
Subject Re: [gpAdmin4][patch] query history updates
Date
Msg-id CAGRPzo8XZ6m8JbDB-jnJNXUSOfC8pm12ChbpV=TjkFb4Jor45g@mail.gmail.com
Whole thread Raw
In response to Re: [gpAdmin4][patch] query history updates  (Khushboo Vashi <khushboo.vashi@enterprisedb.com>)
Responses Re: [gpAdmin4][patch] query history updates  (Khushboo Vashi <khushboo.vashi@enterprisedb.com>)
List 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.vashi@enterprisedb.com> wrote:
Hi Wenlin & Violet,


On Tue, Aug 8, 2017 at 12:05 PM, Wenlin Zhang <wzhang@pivotal.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

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.vashi@enterprisedb.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@pivotal.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

pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: [pgAdmin4][Patch]: Use the correct resultset type for Type module
Next
From: Sarah McAlear
Date:
Subject: Re: [pgAdmin4][patch] Fix feature tests failure