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

2018-12-06 Thread pgAdmin 4 Jenkins
See

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

2018-12-06 Thread pgAdmin 4 Jenkins
See

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

2018-12-06 Thread pgAdmin 4 Jenkins
See

Jenkins build is back to normal : pgadmin4-master-python36 #818

2018-12-06 Thread pgAdmin 4 Jenkins
See

Jenkins build is back to normal : pgadmin4-master-python34 #816

2018-12-06 Thread pgAdmin 4 Jenkins
See

Jenkins build is back to normal : pgadmin4-master-python26 #959

2018-12-06 Thread pgAdmin 4 Jenkins
See

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

2018-12-06 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Fix encoding test for older Python versions. [Dave Page] Use nullptr instead of NULL or 0. [Dave Page] Use nullptr instead of NULL or 0. [Dave Page] Use nullptr instead of NUL

pgAdmin 4 commit: Defione Q_NULLPTR for Qt 4.

2018-12-06 Thread Dave Page
Defione Q_NULLPTR for Qt 4. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3448465e82191d4e817e2efe1d3ad5a111852ab8 Modified Files -- runtime/pgAdmin4.pro | 1 + 1 file changed, 1 insertion(+)

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

2018-12-06 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Fix encoding test for older Python versions. [Dave Page] Use nullptr instead of NULL or 0. [Dave Page] Use nullptr instead of NULL or 0. [Dave Page] Use nullptr instead of NUL

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

2018-12-06 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Fix encoding test for older Python versions. [Dave Page] Use nullptr instead of NULL or 0. [Dave Page] Use nullptr instead of NULL or 0. [Dave Page] Use nullptr instead of NULL

Build failed in Jenkins: pgadmin4-master-python36 #817

2018-12-06 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Remove blank messages from the Qt project file as they don't work on [Dave Page] Fix encoding test for older Python versions. [Dave Page] Use nullptr instead of NULL or 0. [Da

pgAdmin 4 commit: Use Q_NULLPTR instead of nullptr as some of our older

2018-12-06 Thread Dave Page
Use Q_NULLPTR instead of nullptr as some of our older build machines don't support C++ 11. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=72a2db53c31b11ed2c0baf80fabb58915adf91a9 Modified Files -- runtime/ConfigWindow.h | 2

Build failed in Jenkins: pgadmin4-master-python34 #815

2018-12-06 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Remove blank messages from the Qt project file as they don't work on [Dave Page] Fix encoding test for older Python versions. [Dave Page] Use nullptr instead of NULL or 0. [Da

pgAdmin 4 commit: Use C++ style casts.

2018-12-06 Thread Dave Page
Use C++ style casts. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5cfe0ef115576380f1f39b0956a03ea6df50cec6 Modified Files -- runtime/LogWindow.cpp | 2 +- runtime/Server.cpp| 6 +++--- runtime/pgAdmin4.cpp | 2 +- 3 files chan

pgAdmin 4 commit: Use nullptr instead of NULL or 0.

2018-12-06 Thread Dave Page
Use nullptr instead of NULL or 0. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=312bcbc83f0e6ba7c0798f3c7f42445e20692529 Modified Files -- runtime/Logger.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

Build failed in Jenkins: pgadmin4-master-python26 #958

2018-12-06 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Remove blank messages from the Qt project file as they don't work on [Dave Page] Fix encoding test for older Python versions. [Dave Page] Use nullptr instead of NULL or 0. ---

pgAdmin 4 commit: Use nullptr instead of NULL or 0.

2018-12-06 Thread Dave Page
Use nullptr instead of NULL or 0. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=566ff7b609d0c5ce599037ae49d52afd419cb21d Modified Files -- runtime/TrayIcon.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

Re: Build failed in Jenkins: pgadmin4-master-python27 #825

2018-12-06 Thread Dave Page
Thanks, applied. On Thu, Dec 6, 2018 at 5:43 AM Khushboo Vashi wrote: > > Hi, > > Please find the attached fix for this failure. > > Thanks, > Khushboo > > > > On Wed, Dec 5, 2018 at 9:45 AM pgAdmin 4 Jenkins wrote: >> >> See >>

pgAdmin 4 commit: Use nullptr instead of NULL or 0.

2018-12-06 Thread Dave Page
Use nullptr instead of NULL or 0. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=45cd17af84f51ac56942620f1a5b0e84940627c3 Modified Files -- runtime/ConfigWindow.h | 2 +- runtime/FloatingWindow.cpp | 14 +++--- runtime/

pgAdmin 4 commit: Fix encoding test for older Python versions.

2018-12-06 Thread Dave Page
Fix encoding test for older Python versions. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=12ef55334bc44ccc45218396c36c8f5cc67e4378 Author: Khushboo Vashi Modified Files -- web/pgadmin/tools/sqleditor/tests/test_encoding_charset

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

2018-12-06 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Ensure the browser toolbar buttons work in languages other than English. [Dave Page] Remove blank messages from the Qt project file as they don't work on -

pgAdmin 4 commit: Remove blank messages from the Qt project file as the

2018-12-06 Thread Dave Page
Remove blank messages from the Qt project file as they don't work on newer versions of QMake and aren't needed anyway. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f2773354c8b8fa3d1cb8f7515ea47a04c5f2c857 Modified Files -- runt

Re: [pgAdmin4][Patch]: RM #3589 Allow user to save/download Explain plan as JPEG/SVG format

2018-12-06 Thread Akshay Joshi
Hi Dave On Thu, Dec 6, 2018 at 2:45 PM Dave Page wrote: > Hi > > On Thu, Dec 6, 2018 at 6:51 AM Akshay Joshi > wrote: > >> Hi Hackers >> >> I didn't find the solution to show embedded SVG in Internet Explorer, so >> I have disabled the "Download" button for Internet Explorer. Added new >> functi

Build failed in Jenkins: pgadmin4-master-python26 #957

2018-12-06 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Ensure the browser toolbar buttons work in languages other than English. -- [...truncated 24.77 KB...] Cache entry deserialization fai

Re: [pgAdmin4][Patch]: RM #3798 Unable to launch query tool window through Browser if user select any language except English under preferences section

2018-12-06 Thread Dave Page
Thanks, applied. On Thu, Dec 6, 2018 at 8:35 AM Akshay Joshi wrote: > > Hi Hackers, > > Attached is the patch to fix RM #3798 Unable to launch query tool window > through Browser if user select any language except English under preferences > section. > > Please review it. > -- > Akshay Joshi > S

pgAdmin 4 commit: Ensure the browser toolbar buttons work in languages

2018-12-06 Thread Dave Page
Ensure the browser toolbar buttons work in languages other than English. Fixes #3798 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=431516ad611f1f8c3e214a99060a3791ae845498 Author: Akshay Joshi Modified Files -- docs/en_US/relea

Re: [pgAdmin4][Patch]: RM #3589 Allow user to save/download Explain plan as JPEG/SVG format

2018-12-06 Thread Dave Page
Hi On Thu, Dec 6, 2018 at 6:51 AM Akshay Joshi wrote: > Hi Hackers > > I didn't find the solution to show embedded SVG in Internet Explorer, so I > have disabled the "Download" button for Internet Explorer. Added new > function to get the browser name and version. > > Attached is the modified pa

Query Editor Connection Timeout

2018-12-06 Thread Jared Vacanti
I have a pgadmin4 instance (dpage/pgadmin4 docker image) running behind nginx and can successfully connect to the database, but after about 60 seconds I begin to get status errors for the connection and the logs show: [2018-12-06 05:04:08 +] [16] [ERROR] Error handling request /pgadmin4/sqledi

[pgAdmin4][Patch]: RM #3798 Unable to launch query tool window through Browser if user select any language except English under preferences section

2018-12-06 Thread Akshay Joshi
Hi Hackers, Attached is the patch to fix RM #3798 Unable to launch query tool window through Browser if user select any language except English under preferences section. Please review it. -- *Akshay Joshi* *Sr. Software Architect * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* RM_3798