Re: [pgadmin-hackers] Re: Server side cursor limitations for on demand loading of data in query tool [RM2137] [pgAdmin4]

2017-05-08 Thread Sarah McAlear
Hi Harshal! We applied your patch and ran the Javascript tests and realized there are 6 tests failing. After that we replicate the failures by hand and found the following issues: - Clicking in the checkboxes of the rows does not select the row anymore. - When copying and pasting (any) data, we

Re: [pgadmin-hackers] Install of pgadmin4 from package fails ...

2017-05-08 Thread Josh Berkus
On 05/08/2017 03:57 AM, Devrim Gündüz wrote: > > Hi Josh, > > Sorry for the late response, I have 10K unread emails as of now: > > On Tue, 2017-04-25 at 08:24 -0700, Josh Berkus wrote: > >> I know how to fix my personal install (and container image). But I want >> to fix the RPM package so

Re: [pgadmin-hackers][patch] Dependents and Dependencies in GreenPlum

2017-05-08 Thread Sarah McAlear
Hi! This patch has the tests moved to the test directories of the parent. Thanks, Joao & Sarah On Mon, May 8, 2017 at 7:28 AM, Dave Page wrote: > Hi > > On Mon, May 8, 2017 at 12:24 PM, Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi All >> >> I have reviewed

Re: [pgadmin-hackers] Running feature tests in CI

2017-05-08 Thread Dave Page
Hi Because they're too unreliable. That's why I was pushing you guys to work on the React treeview implementation a couple of weeks ago in our call. On Mon, May 8, 2017 at 3:46 PM, Joao Pedro De Almeida Pereira < jdealmeidapere...@pivotal.io> wrote: > Hello Hackers, > > We were looking through

[pgadmin-hackers] Running feature tests in CI

2017-05-08 Thread Joao Pedro De Almeida Pereira
Hello Hackers, We were looking through the CI configuration and we did not understand why the feature tests are not running. What is the reason for excluding them? Thanks Joao & Sarah

[pgadmin-hackers] Re: Server side cursor limitations for on demand loading of data in query tool [RM2137] [pgAdmin4]

2017-05-08 Thread Harshal Dhumal
Hi Dave, -- *Harshal Dhumal* *Sr. Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Mon, May 8, 2017 at 4:49 PM, Dave Page wrote: > Hi > > This is fantastic! The speedup in the query tool is phenomenal with large >

[pgadmin-hackers] pgAdmin 4 commit: Fix various issues in CSV file download feature:

2017-05-08 Thread Dave Page
Fix various issues in CSV file download feature: 1) To handle non-ascii filenames which we set from table name. Fixes #2314 2) To handle non-ascii query data. Fixes #2253 3) To dump JSON type columns properly in csv. Fixes #2360 Branch -- master Details ---

Re: [pgadmin-hackers] [pgAdmin4][PATCH] To fix the issues with CSV file download

2017-05-08 Thread Dave Page
Thanks, patch applied. On Mon, May 8, 2017 at 1:14 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > Please find the patch to fix the issues in CSV file download feature, > > 1) To handle non-ascii filenames which we set from table name > RM#2314 > > 2) To handle

[pgadmin-hackers] [pgAdmin4][PATCH] To fix the issues with CSV file download

2017-05-08 Thread Murtuza Zabuawala
Hi, Please find the patch to fix the issues in CSV file download feature, 1) To handle non-ascii filenames which we set from table name RM#2314 2) To handle non-ascii query data RM#2353 3) To dump JSON type columns properly in csv RM#2360 Please review. -- Regards, Murtuza Zabuawala

Re: [pgadmin-hackers] patch for RM2292 [pgadmin4]

2017-05-08 Thread Fahar Abbas
Sure. I am verifying on OS X with latest commit ID. On Mon, May 8, 2017 at 4:38 PM, Dave Page wrote: > Thanks - applied. Note that I couldn't reliably reproduce this issue, but > it seems to fix it, and the code looks sane. Fahar, please spend 20 minutes > to see if you have

Re: [pgadmin-hackers] patch for RM2292 [pgadmin4]

2017-05-08 Thread Dave Page
Thanks - applied. Note that I couldn't reliably reproduce this issue, but it seems to fix it, and the code looks sane. Fahar, please spend 20 minutes to see if you have better luck fully verifying that I did. Thanks! On Mon, May 8, 2017 at 12:01 PM, Harshal Dhumal <

[pgadmin-hackers] pgAdmin 4 commit: Only reconnect to databases that were previously conn

2017-05-08 Thread Dave Page
Only reconnect to databases that were previously connected. Fixes #2292 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a80f760933812d9747891af8711fe66f38f3cd78 Author: Harshal Dhumal Modified Files

Re: [pgadmin-hackers][patch] Dependents and Dependencies in GreenPlum

2017-05-08 Thread Dave Page
Hi On Mon, May 8, 2017 at 12:24 PM, Akshay Joshi wrote: > Hi All > > I have reviewed the code and have following questions: > >- Why do we have empty __init__.py file in sql and templates/ >folder. In this patch we have couple of occurrences one of them

Re: [pgadmin-hackers][patch] Dependents and Dependencies in GreenPlum

2017-05-08 Thread Akshay Joshi
Hi All I have reviewed the code and have following questions: - Why do we have empty __init__.py file in sql and templates/ folder. In this patch we have couple of occurrences one of them is web/ pgadmin/browser/server_groups/servers/databases/schemas/table/templates/trigger and

[pgadmin-hackers] Re: Server side cursor limitations for on demand loading of data in query tool [RM2137] [pgAdmin4]

2017-05-08 Thread Dave Page
Hi This is fantastic! The speedup in the query tool is phenomenal with large result sets. For 96K rows, I'm now seeing 1 second until I can browse the data, vs. 13 in v1.4 (and 22 secs in pgAdmin 3)!! Awesome work Harshal :-) Questions/comments: - Can we put the row number in the left-hand

Re: [pgadmin-hackers] [pgAdmin4][Patch][RM2257]: Query tool - Insert row doesn't use default values

2017-05-08 Thread Dave Page
On Mon, May 8, 2017 at 11:51 AM, Surinder Kumar < surinder.ku...@enterprisedb.com> wrote: > Hi > > On Mon, May 8, 2017 at 3:51 PM, Dave Page wrote: > >> Hi >> >> On Mon, May 8, 2017 at 11:13 AM, Surinder Kumar < >> surinder.ku...@enterprisedb.com> wrote: >> >>> Hi Dave, >>>

Re: [pgadmin-hackers] Install of pgadmin4 from package fails ...

2017-05-08 Thread Dave Page
On Mon, May 8, 2017 at 11:57 AM, Devrim Gündüz wrote: > > Hi Josh, > > Sorry for the late response, I have 10K unread emails as of now: > > On Tue, 2017-04-25 at 08:24 -0700, Josh Berkus wrote: > > > I know how to fix my personal install (and container image). But I want > >

[pgadmin-hackers] patch for RM2292 [pgadmin4]

2017-05-08 Thread Harshal Dhumal
Hi, Pls find patch for RM2292 Changes: While restoring connections after app restart only establish connection if that connection was connected previously. -- *Harshal Dhumal* *Sr. Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff

Re: [pgadmin-hackers] Install of pgadmin4 from package fails ...

2017-05-08 Thread Devrim Gündüz
Hi Josh, Sorry for the late response, I have 10K unread emails as of now: On Tue, 2017-04-25 at 08:24 -0700, Josh Berkus wrote: > I know how to fix my personal install (and container image).  But I want > to fix the RPM package so that it's fixed for most users.  Right now, > install from RPM

Re: [pgadmin-hackers] [pgAdmin4][Patch][RM2257]: Query tool - Insert row doesn't use default values

2017-05-08 Thread Surinder Kumar
Hi On Mon, May 8, 2017 at 3:51 PM, Dave Page wrote: > Hi > > On Mon, May 8, 2017 at 11:13 AM, Surinder Kumar < > surinder.ku...@enterprisedb.com> wrote: > >> Hi Dave, >> >> On Mon, May 8, 2017 at 3:28 PM, Dave Page wrote: >> >>> Hi >>> >>> On Fri, May 5,

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fixed RM #2315 : Sorting by size is broken

2017-05-08 Thread Dave Page
Thanks - patch applied. On Mon, May 8, 2017 at 8:08 AM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached updated patch. > > Thanks, > Khushboo > > On Fri, May 5, 2017 at 9:00 PM, Joao Pedro De Almeida Pereira < > jdealmeidapere...@pivotal.io> wrote: >

[pgadmin-hackers] pgAdmin 4 commit: Fix sorting of sizes on the statistics views by sorti

2017-05-08 Thread Dave Page
Fix sorting of sizes on the statistics views by sorting raw values and prettifying on the client side. Includes Jasmine tests for the prettyfying function. Fixes #2315 Branch -- master Details ---

Re: [pgadmin-hackers] [pgAdmin4][Patch][RM2257]: Query tool - Insert row doesn't use default values

2017-05-08 Thread Dave Page
Hi On Mon, May 8, 2017 at 11:13 AM, Surinder Kumar < surinder.ku...@enterprisedb.com> wrote: > Hi Dave, > > On Mon, May 8, 2017 at 3:28 PM, Dave Page wrote: > >> Hi >> >> On Fri, May 5, 2017 at 12:52 PM, Surinder Kumar < >> surinder.ku...@enterprisedb.com> wrote: >> >>> Hi

Re: [pgadmin-hackers] [pgAdmin4][Patch][RM2257]: Query tool - Insert row doesn't use default values

2017-05-08 Thread Surinder Kumar
Hi Dave, On Mon, May 8, 2017 at 3:28 PM, Dave Page wrote: > Hi > > On Fri, May 5, 2017 at 12:52 PM, Surinder Kumar < > surinder.ku...@enterprisedb.com> wrote: > >> Hi Dave, >> >> The support to handle [null] and [default] values is added for following >> formatters: >> -

Re: [pgadmin-hackers] [pgAdmin4][Patch][RM2257]: Query tool - Insert row doesn't use default values

2017-05-08 Thread Dave Page
Hi On Fri, May 5, 2017 at 12:52 PM, Surinder Kumar < surinder.ku...@enterprisedb.com> wrote: > Hi Dave, > > The support to handle [null] and [default] values is added for following > formatters: > - JsonFormatter > - NumbersFormatter > - CheckmarkFormatter > - TextFormatter > > Previously

Re: [pgadmin-hackers] [pgAdmin4][runtime]: RM #2328 - Unable to launch query tool and debugger in new browser tab

2017-05-08 Thread Dave Page
Akshay, could you review this please? Thanks. On Fri, May 5, 2017 at 11:53 AM, Neel Patel wrote: > Hi, > > Please find attached patch file with the fix of RM #2328 - [Runtime]: > Unable to launch query tool and debugger in new browser tab. > > I have used Qt 5.8

Re: [pgadmin-hackers] Fix for csv download issue [RM2253] [RM2214] [pgadmin4]

2017-05-08 Thread Murtuza Zabuawala
Please hold on on this patch, I am also working on same type of issue. I think my patch would cover RM#2253 & RM#2360 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Mon, May 8, 2017 at 2:30 PM, Harshal Dhumal <

[pgadmin-hackers] Fix for csv download issue [RM2253] [RM2214] [pgadmin4]

2017-05-08 Thread Harshal Dhumal
Hi, Pls find attached patch for csv download issue when data contains non ASCII characters. And also when table name contains non ASCII characters -- *Harshal Dhumal* *Sr. Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git

Re: [pgadmin-hackers][patch] Dependents and Dependencies in GreenPlum

2017-05-08 Thread Akshay Joshi
On Mon, May 8, 2017 at 1:46 PM, Dave Page wrote: > Akshay, as Ashesh is unavailable today, can you please review/commit this > ASAP? > Sure. > > Thanks. > > On Fri, May 5, 2017 at 1:18 PM, Dave Page wrote: > >> Can you get this polished off on Monday

[pgadmin-hackers] Please install VisualStudio redistributable only if needed

2017-05-08 Thread Schulz, Michael
Hello, Hope i got the right list. Here a small issue written in UserStory format. Me as a user don't want to have the PostgreSQL installer to install the VisualStudio Redistributable if it is already installed so I have my beloved database on my hard drive in a shorter time. This story is for

Re: [pgadmin-hackers] pgAdmin4: Test-suite OS compatability issue

2017-05-08 Thread Dave Page
That seems better - committed, thanks! On Fri, May 5, 2017 at 11:35 AM, Navnath Gadakh < navnath.gad...@enterprisedb.com> wrote: > Hi Dave, > > Please find the revised patch with some code changes related OS > module used in feature tests for starting and stoping the app. There are >

[pgadmin-hackers] pgAdmin 4 commit: Windows compatibility fixes for the test suite.

2017-05-08 Thread Dave Page
Windows compatibility fixes for the test suite. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c32bf7780e718d66ef0c70af53519dac02224e1e Author: Navnath Gadakh Modified Files --

Re: [pgadmin-hackers][patch] Dependents and Dependencies in GreenPlum

2017-05-08 Thread Dave Page
Akshay, as Ashesh is unavailable today, can you please review/commit this ASAP? Thanks. On Fri, May 5, 2017 at 1:18 PM, Dave Page wrote: > Can you get this polished off on Monday please Ashesh? > > On Thu, May 4, 2017 at 12:51 PM, Robert Eckhardt >

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fixed RM #2315 : Sorting by size is broken

2017-05-08 Thread Khushboo Vashi
Hi, Please find the attached updated patch. Thanks, Khushboo On Fri, May 5, 2017 at 9:00 PM, Joao Pedro De Almeida Pereira < jdealmeidapere...@pivotal.io> wrote: > Hi Khushboo, > > We looked at your updated patch: > - the tests look good! > - there's a small comment header change needed in