[pgAdmin][Patch] - Bug #6776 - Label 'Inherits Tables?' is misleading in properties panel.

2021-10-11 Thread Yogesh Mahajan
Hi Team, Please find the attached patch to change the label for table properties panel. Thanks, Yogesh Mahajan EnterpriseDB RM_6776_patch.v1 Description: Binary data

Re: [pgAdmin][RM6081] Advanced table fields in ERD

2021-10-11 Thread Aditya Toshniwal
Hi, Please review the attached patch to fix failing API test case. On Mon, Oct 11, 2021 at 5:44 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Mon, Oct 11, 2021 at 5:14 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Attached patch will port

[pgAdmin4][Patch] - RM 6657 - Support for REMOTE_USER as Authentication.

2021-10-11 Thread Khushboo Vashi
Hi, Please find the attached patch for #6657 - Support for REMOTE_USER as Authentication. The initial patch was provided by *Tom Schreiber,* I have made the necessary changes to work with pgAdmin and also added test cases and documentation. Please commit the patch on *Tom Schreiber's *name. This

[pgAdmin][RM6794]: Provide functionality to disable/enable rules

2021-10-11 Thread Pradip Parkale
Hi Hackers, Please find the updated patch for #6794 Provide functionality to disable/enable rules. This patch also includes the fix for #6870 Unable to delete server group if first server group has shared server. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation

pgAdmin 4 commit: Fixed PEP8.

2021-10-11 Thread Akshay Joshi
Fixed PEP8. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f23b0702f264bf0317594c5e171cf53f4d5624b4 Modified Files -- web/pgadmin/tools/erd/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

Re: [pgAdmin][RM6081] Advanced table fields in ERD

2021-10-11 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Oct 11, 2021 at 5:14 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch will port Backbone based dialogs in ERD to React based > using the schema view UI framework. This allows us to use the existing > table UI, remo

pgAdmin 4 commit: 1) Added support for advanced table fields like the f

2021-10-11 Thread Akshay Joshi
1) Added support for advanced table fields like the foreign key, primary key in the ERD tool. Fixes #6081 2) Added index creation when generating SQL in the ERD tool. Fixes #6529 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a92c1b43a29f338c