pgAdmin 4 commit: Automatically expand child nodes as well as the selec

2019-02-14 Thread Dave Page
Automatically expand child nodes as well as the selected node on the treeview if there is only one. Fixes #3559 This also ensure the browser state is cleared if the save interval is set to -1. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1

pgAdmin 4 commit: Update release notes.

2019-02-14 Thread Dave Page
Update release notes. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=122336eb639066fb8f89bef9417fbfac14b9f6d5 Modified Files -- docs/en_US/release_notes_4_3.rst | 1 + 1 file changed, 1 insertion(+)

Build failed in Jenkins: pgadmin4-master-python27 #937

2019-02-14 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Automatically expand child nodes as well as the selected node on the [Dave Page] Update release notes. -- [...truncated 334 B...] > git

Build failed in Jenkins: pgadmin4-master-python37 #168

2019-02-14 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Automatically expand child nodes as well as the selected node on the [Dave Page] Update release notes. -- Started by an SCM change [EnvI

pgAdmin 4 commit: PEP-8 fix

2019-02-14 Thread Dave Page
PEP-8 fix Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e5e154e26876df480cf03b554a6a7278d9652ec1 Modified Files -- web/pgadmin/settings/__init__.py | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-)

Build failed in Jenkins: pgadmin4-master-python35 #921

2019-02-14 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Automatically expand child nodes as well as the selected node on the [Dave Page] Update release notes. -- Started by an SCM change [EnvI

Re: [pgAdmin4][Patch] - RM 3959 - Properties and Dependents tabs rendering is slow with 1000+ records

2019-02-14 Thread Dave Page
Hi On Thu, Feb 14, 2019 at 5:44 AM Khushboo Vashi wrote: > > Hi, > > Please find the attached patch to fix the RM #3959 - Properties and > Dependents tabs rendering is slow with 1000+ records. There are a couple of PEP-8 issues (easy fixes), but more serious is that the object icons are no long

Re: [pgAdmin4][Patch] - RM 3959 - Properties and Dependents tabs rendering is slow with 1000+ records

2019-02-14 Thread Khushboo Vashi
Hi, Please find the attached updated patch. Thanks, Khushboo On Thu, Feb 14, 2019 at 3:05 PM Dave Page wrote: > Hi > > On Thu, Feb 14, 2019 at 5:44 AM Khushboo Vashi > wrote: > > > > Hi, > > > > Please find the attached patch to fix the RM #3959 - Properties and > Dependents tabs rendering is

Jenkins build is back to normal : pgadmin4-master-python37 #169

2019-02-14 Thread pgAdmin 4 Jenkins
See

Jenkins build is back to normal : pgadmin4-master-python35 #922

2019-02-14 Thread pgAdmin 4 Jenkins
See

Jenkins build is back to normal : pgadmin4-master-python27 #938

2019-02-14 Thread pgAdmin 4 Jenkins
See

Re: [pgAdmin4][Pattch] - RM #3673 - "Download as .csv" F8 does NOT work when one of joined files is a TEMPORARY file

2019-02-14 Thread Dave Page
Hi On Thu, Feb 14, 2019 at 6:56 AM Khushboo Vashi wrote: > > Hi, > > Please find the attached patch to fix the RM #3673 - "Download as .csv" F8 > does NOT work when one of joined files is a TEMPORARY file > > To fix this issue, used the existing query tool connection instead of a new > connecti

pgAdmin 4 commit: Optimise display of Dependencies and Dependents, and

2019-02-14 Thread Dave Page
Optimise display of Dependencies and Dependents, and use on-demand loading of rows in batches of 100. Fixes #3959 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=622b67684d7d44c5c78191be4dbfc26554135a12 Author: Khushboo Vashi Modified Files

Re: [pgAdmin4][Patch] - RM 3959 - Properties and Dependents tabs rendering is slow with 1000+ records

2019-02-14 Thread Dave Page
Hi Thanks - patch applied. I did spot another minor issue whilst testing - it's clearly not caused by this patch though so I've logged it as #3994. On Thu, Feb 14, 2019 at 9:55 AM Khushboo Vashi wrote: > > Hi, > > Please find the attached updated patch. > > Thanks, > Khushboo > > On Thu, Feb 14

RM2233 - Scratch pad

2019-02-14 Thread Dave Page
Here's a draft patch for adding a scratch pad to the Query Tool, similar to what we had in pgAdmin 3. Aside from regular review, can one of our CSS gurus (I'm looking at you Aditya and Khushboo :-) ) help with the following questions: 1) I'm currently sizing the text area height using "height: ca