Re: Bug #7648 - Change password fail on current 6.13 version (Test and User UI)

2022-09-05 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Sep 5, 2022 at 6:57 PM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix API change password test failures in > the server mode. > > > Thanks, > Yogesh Mahajan > EnterpriseDB > --

pgAdmin 4 commit: Fixed API test case for change password in the server

2022-09-05 Thread Akshay Joshi
Fixed API test case for change password in the server mode. Fixes #7648 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7c729d5f0e50795fd9c84aa872869d10c260c939 Author: Yogesh Mahajan Modified Files -- docs/en_US/release_notes_6_1

pgAdmin 4 commit: Fixed ModuleNotFoundError when running setup.py to lo

2022-09-05 Thread Akshay Joshi
Fixed ModuleNotFoundError when running setup.py to load/dump servers. Fixes #7663 Patch Sent By: Karl Maximilian Daenner Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=71c962f51c99491509d818cd6c686fecaf39a542 Modified Files -- d

Bug #7648 - Change password fail on current 6.13 version (Test and User UI)

2022-09-05 Thread Yogesh Mahajan
Hi, Please find the attached patch to fix API change password test failures in the server mode. Thanks, Yogesh Mahajan EnterpriseDB RM_7648_v1.patch Description: Binary data

Re: [pgAdmin][RM-6133]: [React] Port schema diff to React

2022-09-05 Thread Akshay Joshi
Hi Nikhil The review comments are below: - Reduce some space from source selection and target selection. - Inside the select control, make the server group label bold. - There is currently a search icon instead of a filter icon. On the button, change the cursor pointer to none. - A

Re: [pgAdmin][RM-6133]: [React] Port schema diff to React

2022-09-05 Thread Aditya Toshniwal
Hi Nikhil, Few comments: 1. remove commented code // it('SchemaDiff Module', () => { + // // let baseUrl = url_for('schema_diff.initialize'); + // // networkMock.onGet(url_for('debugger.start_listener', {'trans_id': params.transId})).reply(200, {'success':1,'errormsg':'','info':'','result

pgAdmin 4 commit: Added supported database servers in the release notes

2022-09-05 Thread Akshay Joshi
Added supported database servers in the release notes. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=317a17337d74fb3033bea85f97e0b06719cfd9be Modified Files -- docs/en_US/release_notes_6_13.rst | 6 ++ docs/en_US/release_notes