Re: pgAdmin4: Random failure of FTS test cases due to improper random string creation

2017-08-24 Thread Navnath Gadakh
Hi Dave, Please find the attached patch. The code added to tear down the FTS related objects. As this issue was random, I have tested this patch on all 12 servers (pg/ppas) with multiple time and got no errors. Thanks. On Fri, Aug 18, 2017 at 1:35 PM, Dave Page

Fwd: [pgadmin4][Patch] Greenplum specific DDL and Dashboard display

2017-08-24 Thread Teng Zhang
Sure, you can get as much as you like. Thanks -- Forwarded message -- From: Dave Cramer Date: Thu, Aug 24, 2017 at 8:34 PM Subject: Re: [pgadmin4][Patch] Greenplum specific DDL and Dashboard display To: Teng Zhang Cc: Ashesh Vashi

Re: Next release

2017-08-24 Thread Dave Page
On Thu, Aug 24, 2017 at 8:28 PM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > > > -- > *Harshal Dhumal* > *Sr. Software Engineer* > > EnterpriseDB India: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > On Thu, Aug 24, 2017 at 9:44 PM, Dave Page

Re: Next release

2017-08-24 Thread Harshal Dhumal
-- *Harshal Dhumal* *Sr. Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Thu, Aug 24, 2017 at 9:44 PM, Dave Page wrote: > > > On Thu, Aug 24, 2017 at 10:36 AM, Surinder Kumar < > surinder.ku...@enterprisedb.com> wrote:

Re: Next release

2017-08-24 Thread Dave Page
On Thu, Aug 24, 2017 at 10:36 AM, Surinder Kumar < surinder.ku...@enterprisedb.com> wrote: > Hi Dave, > > On Thu, Aug 24, 2017 at 2:28 PM, Dave Page wrote: > >> Anyone object to doing a release on 14th September, wrapping the code on >> Monday 11th? This seems like the best

Dried Salted Fish August 2017

2017-08-24 Thread Bonesca - Jona
  [ View in browser ]( http://r.newsletter.bonescamail.nl/pnktx1lqoatrf.html )     This email was sent to pgadmin-hack...@postgresql.org You received this email because you are registered with Bonesca Import en Export BV   [ Unsubscribe here ](

Re: [pgAdmin4][RM2586] Cleanup feature test

2017-08-24 Thread Harshal Dhumal
Hi, Last week Sarah, Matt and I had call regarding some issues with feature test cases. For example in auto commit disable test scenario from query tool test cases by removing code line *self.page.find_by_id("btn-auto-commit").click() *the test case scenario was not falling. This issue was due to

Re: Next release

2017-08-24 Thread Murtuza Zabuawala
+1 to 2.0 -- Thanks, Murtuza On Thu, Aug 24, 2017 at 3:06 PM, Surinder Kumar < surinder.ku...@enterprisedb.com> wrote: > Hi Dave, > > On Thu, Aug 24, 2017 at 2:28 PM, Dave Page wrote: > >> Anyone object to doing a release on 14th September, wrapping the code on >> Monday

Re: Next release

2017-08-24 Thread Surinder Kumar
Hi Dave, On Thu, Aug 24, 2017 at 2:28 PM, Dave Page wrote: > Anyone object to doing a release on 14th September, wrapping the code on > Monday 11th? This seems like the best option for our QA folks who will be > off for EID somewhen in the two weeks before. > > Assuming not,

Re: Next release

2017-08-24 Thread Devrim Gündüz
Hi, On Thu, 2017-08-24 at 09:58 +0100, Dave Page wrote: > Assuming not, should this be 1.7 or 2.0? > > If we go with 2.0, it'll be for "safety" given the proposed changes to path > management to allow both server and desktop modes to work out of the box on > Linux. +1 to 2.0. Regards, --

Next release

2017-08-24 Thread Dave Page
Anyone object to doing a release on 14th September, wrapping the code on Monday 11th? This seems like the best option for our QA folks who will be off for EID somewhen in the two weeks before. Assuming not, should this be 1.7 or 2.0? If we go with 2.0, it'll be for "safety" given the proposed

[pgAdmin4][Patch]: Allow user to provide custom SSL certificates and provide .pgpass file

2017-08-24 Thread Murtuza Zabuawala
Hi, PFA patch to allow user to provide custom path for SSL certificates and also allow user to pass .pgpass file when making server connection. RM#2649 RM#2650 *SSL certificates options reference:* https://www.postgresql.org/docs/10/static/libpq-connect.html