Re: Feature Test Fix - React porting

2021-11-18 Thread Yogesh Mahajan
Hi, Please find the attached patch which fixes the problem related to feature tests. Thanks, Yogesh Mahajan EnterpriseDB On Fri, Nov 12, 2021 at 11:59 AM Akshay Joshi wrote: > Thanks, the patch applied. > > On Thu, Nov 11, 2021 at 10:04 PM Yogesh Mahajan < > yogesh.maha...@enterprisedb.com>

pgAdmin 4 v6.2 Released

2021-11-18 Thread Akshay Joshi
The pgAdmin Development Team is pleased to announce pgAdmin 4 version 6.2. This release of pgAdmin 4 includes 22 bug fixes and new features. For more details please see the release notes at: https://www.pgadmin.org/docs/pgadmin4/6.2/release_notes_6_2.html. pgAdmin is the leading Open S

pgAdmin 4 commit: Tag REL-6_2 has been created.

2021-11-18 Thread Akshay Joshi
Tag REL-6_2 has been created. View: https://git.postgresql.org/gitweb?p=pgadmin4.git;a=tag;h=refs/tags/REL-6_2 Log Message --- Tag v6.2

pgAdmin 4 commit: Fixed feature test cases.

2021-11-18 Thread Akshay Joshi
Fixed feature test cases. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=246bb01736b8989794f29532a91e8c7634ea3eea Author: Yogesh Mahajan Modified Files -- .../pg_utilities_backup_restore_test.py| 31 +-

Re: Feature Test Fix - React porting

2021-11-18 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Nov 18, 2021 at 3:23 PM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch which fixes the problem related to > feature tests. > > > Thanks, > Yogesh Mahajan > EnterpriseDB > > > On Fri, Nov 12, 2021 at 11:59 AM Aks