[pgadmin-hackers] pgAdmin 4 commit: Added NoneType exception handling in settings & serve

2015-11-13 Thread Dave Page
Added NoneType exception handling in settings & server modules while returning json response. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=52b86b6fb47140dacdbf14116b509e8397cc2068 Author: Murtuza Zabuawala Modified Files -- web

Re: [pgadmin-hackers] Patch: Fixes for Python3 [ pgAdmin4 ]

2015-11-13 Thread Dave Page
Thanks Murtuza - all applied! On Fri, Nov 13, 2015 at 12:31 PM, Murtuza Zabuawala wrote: > Hi Team, > > Please find patches for below issues, > > 1) Login Issue fixed, As encryption/decryption returns output in bytes > datatype it fails to authenticate in python3. > 2) Added NoneType exception ha

[pgadmin-hackers] pgAdmin 4 commit: Update requirements files.

2015-11-13 Thread Dave Page
Update requirements files. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fe10994fb9f6da72943ae3be8c2cba34aaf2b179 Author: Murtuza Zabuawala Modified Files -- requirements_py2.txt |1 - requirements_py3.txt |4 ++-- 2 files

[pgadmin-hackers] pgAdmin 4 commit: Login Issue fixed, As encryption/decryption returns o

2015-11-13 Thread Dave Page
Login Issue fixed, As encryption/decryption returns output in bytes datatype it fails to authenticate in python3. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=64d74d08192bc78264d95ef11b047bc2a91ec639 Author: Murtuza Zabuawala Modified File

[pgadmin-hackers] Patch: Fixes for Python3 [ pgAdmin4 ]

2015-11-13 Thread Murtuza Zabuawala
Hi Team, Please find patches for below issues, 1) Login Issue fixed, As encryption/decryption returns output in bytes datatype it fails to authenticate in python3. 2) Added NoneType exception handling in settings & server modules while returning json response. 3) Updated module for python3 in req