pgAdmin 4 commit: Fix an RPM build issue that could lead to a conflict

2021-11-23 Thread Dave Page
Fix an RPM build issue that could lead to a conflict with python3 at installation. Fixes #7013. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=849a1b1a89445e4d8c46e042e9308a5be62c7e56 Modified Files -- docs/en_US/release_notes_6_

pgAdmin 4 commit: Don't generate build-id links in RPMs. Fixes #7013

2021-11-23 Thread Dave Page
Don't generate build-id links in RPMs. Fixes #7013 We don't ship debuginfo RPMs so they're of no use, and can cause conflicts. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=43176a8c6f54d7d68bb208e5bae2c89e73300b5b Modified Files ---

Re: Feature Test Fix - React porting

2021-11-23 Thread Yogesh Mahajan
Hi, Please find the attached patch to fix feature test failures due to react porting for backup dialogue. Thanks, Yogesh Mahajan EnterpriseDB On Mon, Nov 22, 2021 at 6:09 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Mon, Nov 22, 2021 at 12:58 PM Yogesh Mahajan < > yogesh.maha...

pgAdmin 4 commit: Fixed feature test failures due to React porting of b

2021-11-23 Thread Akshay Joshi
Fixed feature test failures due to React porting of backup dialog. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=19984d65636d190e669eca6317fb1cb3c28f747a Author: Yogesh Mahajan Modified Files -- .../feature_tests/pg_utilities_ba

Re: Feature Test Fix - React porting

2021-11-23 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Nov 23, 2021 at 4:32 PM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix feature test failures due to react > porting for backup dialogue. > > Thanks, > Yogesh Mahajan > EnterpriseDB > > > On Mon, Nov 22, 2

Re: [pgAdmin][RM-6988]: Reset pgAdmin layout if the layout is in an inconsistent state.

2021-11-23 Thread Nikhil Mohite
Hi Akshay, Please find the updated patch for RM-6988. 1. Updated notification message for the reset layout. 2. Added notification type in alertify which was missing. On Mon, Nov 15, 2021 at 4:38 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Mon, Nov 15, 2021 at 3:36 PM Nikhil Mohit

pgAdmin 4 commit: 1. Updated notification message for the reset layout.

2021-11-23 Thread Akshay Joshi
1. Updated notification message for the reset layout. 2. Added notification type in alertify which was missing. refs #6988 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3a30f271533420ca9a18968b7b2ceb839fd1bdf8 Author: Nikhil Mohite Modifie

Re: [pgAdmin][RM-6988]: Reset pgAdmin layout if the layout is in an inconsistent state.

2021-11-23 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Nov 23, 2021 at 6:28 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Akshay, > > Please find the updated patch for RM-6988. > 1. Updated notification message for the reset layout. > 2. Added notification type in alertify which was missing. > > On