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 with maintained Flask-Security-Too
> package, which is also compatible with python 3.8
> 3) Other compatibility code changes.
>
> Kindly review.
> Thanks and Regards,
> Aditya Toshniwal
> pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
> "Don't Complain about Heat, Plant a TREE"
>


-- 
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*


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.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=915b09255c9d1aba560a6e79841459663c399509
Author: Aditya Toshniwal 

Modified Files
--
docs/en_US/release_notes_4_19.rst  |   1 +
requirements.txt   |   4 +-
web/pgadmin/browser/__init__.py|   4 +-
.../servers/databases/schemas/utils.py |   2 +-
.../pg_utilities_backup_restore_test.py|   4 +-
.../tools/backup/tests/test_backup_message.py  |  16 +--
.../tools/backup/tests/test_batch_process.py   | 115 +++--
.../tests/test_batch_process_maintenance.py|  99 +-
.../maintenance/tests/test_maintenance_message.py  |  24 ++---
.../tools/restore/tests/test_batch_process.py  | 105 +--
.../tools/restore/tests/test_restore_message.py|   8 +-
web/pgadmin/utils/driver/psycopg2/connection.py|   6 +-
web/pgadmin/utils/html.py  |   8 +-
13 files changed, 203 insertions(+), 193 deletions(-)



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> wrote:
>
>> Thanks patch applied
>>
>> On Fri, Feb 14, 2020 at 1:41 PM Nagesh Dhope <
>> nagesh.dh...@enterprisedb.com> wrote:
>>
>>> Hi Hackers,
>>>
>>> Please find a patch, which will allow overriding select2control's label
>>> className using *controlLabelClassName* option.
>>>
>>> --
>>> Thanks,
>>> Nagesh
>>>
>>
>>
>> --
>> *Thanks & Regards*
>> *Akshay Joshi*
>>
>> *Sr. Software Architect*
>> *EnterpriseDB Software India Private Limited*
>> *Mobile: +91 976-788-8246*
>>
>
>
> --
> Thanks,
> Nagesh
>


-- 
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*


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/pgadmin/static/js/backform.pgadmin.js | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)