Docs on the website

2019-01-11 Thread Dave Page
I've updated the docs build on the pgAdmin website. Previously we had a link the the 'dev' docs (on the master GIT branch), as well as one on each of the branches. The latest branch of course was master, so the latest version link was really always the same as the dev link. Now the numbered doc

pgAdmin4 v4.1 candidate builds

2019-01-11 Thread Akshay Joshi
Hi All, pgAdmin4 v4.1 candidate builds and source can be found at https://developer.pgadmin.org/builds/2019-01-12-1 Fahar, can you please verify it ASAP for release on Tuesday. -- *Akshay Joshi* *Sr. Software Architect * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*

pgAdmin 4 commit: Update message catalog and version for release.

2019-01-11 Thread Akshay Joshi
Update message catalog and version for release. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8b135f2932357d189de1479811c2385dc11bb2c5 Modified Files -- runtime/Info.plist | 4 +-

Re: [pgAdmin4][RM3866] No way to add row to a table in v4.0

2019-01-11 Thread Akshay Joshi
Thanks patch applied. On Fri, Jan 11, 2019 at 9:15 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to fix the issue where last row of data grid is not > visible. > Kindly review. > > -- > Thanks and Regards, > Aditya Toshniwal > Software

pgAdmin 4 commit: Ensure that last row of table data should be visible

2019-01-11 Thread Akshay Joshi
Ensure that last row of table data should be visible and user will be able to add new row. Fixes #3866 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d4a2f1b8cd8d880f3b365445211b448f217085dc Author: Aditya Toshniwal Modified Files

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

2019-01-11 Thread pgAdmin 4 Jenkins
See

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

2019-01-11 Thread pgAdmin 4 Jenkins
See

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

2019-01-11 Thread pgAdmin 4 Jenkins
See

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

2019-01-11 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Fix SQL generated for tables with inherited columns. Fixes #3505 [Dave Page] Make the browser more robust in the face of multibyte characters in

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

2019-01-11 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Fix SQL generated for tables with inherited columns. Fixes #3505 [Dave Page] Make the browser more robust in the face of multibyte characters in

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

2019-01-11 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Make the browser more robust in the face of multibyte characters in -- [...truncated 123 B...] > git rev-parse --is-inside-work-tree #

pgAdmin 4 commit: Fix PEP-8 issues.

2019-01-11 Thread Dave Page
Fix PEP-8 issues. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=14f462e9dc0ed360a4247d9dd7a4b57e8c479803 Modified Files -- web/pgadmin/utils/driver/psycopg2/connection.py | 2 +- web/pgadmin/utils/driver/psycopg2/encoding.py |

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

2019-01-11 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Fix SQL generated for tables with inherited columns. Fixes #3505 [Dave Page] Make the browser more robust in the face of multibyte characters in

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

2019-01-11 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Fix SQL generated for tables with inherited columns. Fixes #3505 [Dave Page] Make the browser more robust in the face of multibyte characters in

Re: [pgAdmin4][patch] SQL_ASCII database related codec fix

2019-01-11 Thread Dave Page
Thanks, applied. On Thu, Jan 10, 2019 at 6:01 PM Aditya Toshniwal wrote: > > Hi Hackers, > > Attached is the patch to make SQL_ASCII database handling on pgAdmin more > robust. > Kindly review. > > -- > Thanks and Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB Software Solutions

pgAdmin 4 commit: Make the browser more robust in the face of multibyte

2019-01-11 Thread Dave Page
Make the browser more robust in the face of multibyte characters in SQL_ASCII databases. Fixes #3877 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d641b47adbc3dfd3203e857e75dfeed5d478ac84 Author: Aditya Toshniwal Modified Files

Re: [pgAdmin4][Patch] - RM 3505 Incorrect SQL generated for tables created using inherited columns

2019-01-11 Thread Dave Page
Thanks, patch applied. On Thu, Jan 10, 2019 at 2:56 PM Akshay Joshi wrote: > > Hi Hackers, > > Attached is the patch to fix RM #3505 Incorrect SQL generated for tables > created using inherited columns. > > Please review it. > > -- > Akshay Joshi > Sr. Software Architect > > > Phone: +91

pgAdmin 4 commit: Fix SQL generated for tables with inherited columns.

2019-01-11 Thread Dave Page
Fix SQL generated for tables with inherited columns. Fixes #3505 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=252e05ef29d1490d0ac1085c4f3d135b37b0f341 Author: Akshay Joshi Modified Files -- docs/en_US/release_notes_4_1.rst

Re: pgAdmin4 v4.0 candidate builds

2019-01-11 Thread Dave Page
Thanks Anthony! On Mon, Jan 7, 2019 at 8:17 PM Anthony DeBarros wrote: > The redesign is nice and clean. Great job, hackers! > > > > On Mon, Jan 7, 2019 at 7:27 AM Akshay Joshi > wrote: > >> Hi All, >> >> pgAdmin4 v4.0 candidate builds and source can be found at >>

[pgAdmin4][RM3866] No way to add row to a table in v4.0

2019-01-11 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to fix the issue where last row of data grid is not visible. Kindly review. -- Thanks and Regards, Aditya Toshniwal Software Engineer | EnterpriseDB Software Solutions | Pune "Don't Complain about Heat, Plant a tree" RM3866.patch Description: Binary data