Re: [pgAdmin][RM5179] Add support for Python 3.8

2020-02-17 Thread Akshay Joshi
Thanks, patch applied. On Mon, Feb 17, 2020 at 1:24 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to make pgAdmin work on python 3.8. Changes include: > 1) Ugraded passlib==1.7.1 to passlib==1.7.2 > 2) Replace unmaintained Flask-Security w

pgAdmin 4 commit: Added Python 3.8 support. Fixes #5179

2020-02-17 Thread Akshay Joshi
Added Python 3.8 support. Fixes #5179 1) Upgraded passlib==1.7.1 to passlib==1.7.2 2) Replace unmaintained Flask-Security with maintained Flask-Security-Too  package, which is also compatible with python 3.8 3) Other compatibility code changes. Branch -- master Details --- https://git.pos

Re: [pgAdmin4][RM5185] Option to override select2control's label className

2020-02-17 Thread Akshay Joshi
Thanks, patch applied. On Mon, Feb 17, 2020 at 1:10 PM Nagesh Dhope wrote: > Hi Akshay, > Please find a patch for initializing the label and control className for > select2, which was missing my last patch. > > On Mon, Feb 17, 2020 at 11:59 AM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrot

pgAdmin 4 commit: Initialize the label and control className for select

2020-02-17 Thread Akshay Joshi
Initialize the label and control className for select2 which was missing in the last commit. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1964e824c81b1ac48c681dbdc6b0df8ea6f6a5b0 Author: Nagesh Dhope Modified Files -- web/pgad