pgAdmin 4 commit: Fix RESQL/MSQL test cases for Python 2.7

2019-09-16 Thread Akshay Joshi
Fix RESQL/MSQL test cases for Python 2.7 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f8815428340a1f1deb12f2356d3c5a78c027f596 Modified Files -- web/regression/re_sql/tests/test_resql.py | 17 ++--- 1 file changed, 14

pgAdmin 4 commit: Fix query history issue for Python 2.7, it is a regre

2019-09-16 Thread Akshay Joshi
Fix query history issue for Python 2.7, it is a regression of #4750. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b10378fe708893df1b218b16e004f07450d03189 Modified Files -- web/pgadmin/tools/sqleditor/utils/query_history.py | 9

pgAdmin 4 commit: Update version for release.

2019-09-16 Thread Akshay Joshi
Update version for release. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e64d6edc73440f9644009ccc33e931a47a5efd43 Modified Files -- runtime/Info.plist | 4 ++-- runtime/pgAdmin4.pro | 2 +- web/config.py| 4 ++-- 3 files

Re: [pgAdmin4][RM#4750] Query tool history throws an error for encoding

2019-09-16 Thread Akshay Joshi
Thanks, patch applied. On Mon, Sep 16, 2019 at 3:42 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Sorry, I forgot to check the RM. The exception is mentioned there. > Patch looks good to me. > > On Mon, Sep 16, 2019 at 3:37 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb

pgAdmin 4 commit: Fix query history exception for Python 3.6. Fixes #47

2019-09-16 Thread Akshay Joshi
Fix query history exception for Python 3.6. Fixes #4750. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=80b05973c653223ec47cd5bc6b3f00f7eeac7c94 Author: Murtuza Zabuawala Modified Files -- docs/en_US/release_notes_4_13.rst

pgAdmin 4 commit: Fix SQL issue of length and precision when changing t

2019-09-16 Thread Akshay Joshi
Fix SQL issue of length and precision when changing the data type of Column. Fixes #4698 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=426d9d58728698907f92cc376cac2d037c456b43 Modified Files -- docs/en_US/release_notes_4_13.rst

pgAdmin 4 commit: Refactor Dockerfile to avoid needing to run supportin

2019-09-16 Thread Dave Page
Refactor Dockerfile to avoid needing to run supporting scripts (i.e. 'docker build .' will work) and minimise layers. Fixes #4752 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=110a51c5b20d84336db5c477ef0722c73af8114b Modified Files

Re: [pgAdmin4][RM#4750] Query tool history throws an error for encoding

2019-09-16 Thread Aditya Toshniwal
Sorry, I forgot to check the RM. The exception is mentioned there. Patch looks good to me. On Mon, Sep 16, 2019 at 3:37 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > We do not get any error. So could you please also share the exception for > our reference ? > > > On Mo

Re: [pgAdmin4][RM#4750] Query tool history throws an error for encoding

2019-09-16 Thread Aditya Toshniwal
Hi, We do not get any error. So could you please also share the exception for our reference ? On Mon, Sep 16, 2019 at 3:32 PM Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA minor patch for the backend encoding error from query history. > > > -- > Regards, > Murtuza

[pgAdmin4][RM#4750] Query tool history throws an error for encoding

2019-09-16 Thread Murtuza Zabuawala
Hi, PFA minor patch for the backend encoding error from query history. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company RM_4750.diff Description: Binary data

Re: Docker build simplification

2019-09-16 Thread Dave Page
Hi Akshay, On Fri, Sep 13, 2019 at 7:59 AM Akshay Joshi wrote: > Hi Dave > > I have installed docker, applied your patch and run "*docker build .*". > Image has been created without REPOSITORY and TAG is this OK. > Right - "docker build ." will not create any tags unless you include the -t opti