[pgAdmin][patch] Partition node related fixes

2021-10-05 Thread Aditya Toshniwal
Hi Hackers, Please review the attached patch which fixes: 1. Unable to create trigger for partition table. Fixes #6867. 2. Unable to create index, RLS policy, rules, triggers for partition. Fixes #6868. -- Thanks, Aditya Toshniwal pgAdmin Hacker | Software Architect | *edbpostgres.com*

Re: pgAdmin4 v6.0 candidate builds

2021-10-05 Thread Akshay Joshi
Hi All, We have found a couple of issues and that has been resolved. The latest candidate builds and sources can be found at https://developer.pgadmin.org/builds/2021-10-05-2/ On Mon, Oct 4, 2021 at 8:17 PM Akshay Joshi wrote: > Hi All, > > pgAdmin4 v6.0 candidate builds and source can be found

pgAdmin 4 commit: Fix operator

2021-10-05 Thread Dave Page
Fix operator Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ab424b27d190a9b2d98f67421efb3884ac13dc91 Modified Files -- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [pgAdmin4][Patch] - Fixes for #6863 & #6861

2021-10-05 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Oct 5, 2021 at 5:29 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix the below RMs: > > RM # 6863 - Table Dialogue does not close on addition/deletion pf > partition. > RM # 6861 - Nodes are loaded multi

pgAdmin 4 commit: 1) Table Dialogue does not close on addition/deletion

2021-10-05 Thread Akshay Joshi
1) Table Dialogue does not close on addition/deletion of partition. Fixes #6863 2) Nodes are loaded multiple times in server mode on 'Reset Layout'. Fixes #6861 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a693014371b85c3e48556c308096eef4468

[pgAdmin4][Patch] - Fixes for #6863 & #6861

2021-10-05 Thread Khushboo Vashi
Hi, Please find the attached patch to fix the below RMs: RM # 6863 - Table Dialogue does not close on addition/deletion pf partition. RM # 6861 - Nodes are loaded multiple times in server mode on 'Rest Layout'. Thanks, Khushboo RM_6861_6863.patch Description: Binary data

Re: [pgAdmin][Patch]: 'Only Table' should be disabled unless table value is changed.

2021-10-05 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Oct 5, 2021 at 3:02 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for below issues: > >1. 'Only Table' should be disabled unless table value is changed. >Fixes #6862. >2. 'ALTER' stateme

Re: [patch][pgAdmin] RM6744 Unable to delete rows for Enum type in Create Type dialogue

2021-10-05 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Oct 5, 2021 at 4:12 PM Rahul Shirsat wrote: > Hi Hackers, > > Please find the attached patch which resolves the issues sec label & type > changing issue. > > Additionally, while testing the workflow, fixed one issue related to > composite type added with minimu

pgAdmin 4 commit: 1) 'Only Table' should be disabled unless the table v

2021-10-05 Thread Akshay Joshi
1) 'Only Table' should be disabled unless the table value is changed. Fixes #6862. 2) 'ALTER' statement should not be generated every time a user updates the password in edit mode. Fixes #6835 3) Connection timeout and sslmode value is getting updated after subscription update. Fixes #6835. Bra

pgAdmin 4 commit: Fixed dialog crash issue when added security label an

2021-10-05 Thread Akshay Joshi
Fixed dialog crash issue when added security label and changing the type to shell. Fixes #6744 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bfb65e82aaf4fc1d339f08d3fc6a4eb5458ad9ac Author: Rahul Shirsat Modified Files -- .../d

pgAdmin 4 commit: Ensure we have the latest version of libpq in the con

2021-10-05 Thread Dave Page
Ensure we have the latest version of libpq in the container. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d2d819529d78482950a2b1b7196f67034279307d Modified Files -- Dockerfile | 5 - 1 file changed, 4 insertions(+), 1 deletio

Re: [patch][pgAdmin] RM6744 Unable to delete rows for Enum type in Create Type dialogue

2021-10-05 Thread Rahul Shirsat
Hi Hackers, Please find the attached patch which resolves the issues sec label & type changing issue. Additionally, while testing the workflow, fixed one issue related to composite type added with minimum one type and then changing the Type. On Mon, Oct 4, 2021 at 7:41 PM Akshay Joshi wrote: >

[pgAdmin][Patch]: 'Only Table' should be disabled unless table value is changed.

2021-10-05 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for below issues: 1. 'Only Table' should be disabled unless table value is changed. Fixes #6862. 2. 'ALTER' statement should not be generated every time a user updates the password in edit mode. Fixes #6835 3. Connection timeout and sslmo

Re: Translators: Release next week

2021-10-05 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Oct 5, 2021 at 12:08 PM wrote: > hello > a bit late ! > the fr translation files > for upcoming release > bye > fred > > > 1 octobre 2021 15:10 "Akshay Joshi" > > a écrit: > > Hi Translators, > We will have a release next week, so updates to translations befor

Re: [pgAdmin][patch] Exclusion constraint and vacuum related fixes

2021-10-05 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Oct 5, 2021 at 1:18 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Please review the attached patch which fixes: > 1. Operators dropdown disabled. Fixes #6771. > 2. Vacuum options value is not considered for M-SQL when creating

pgAdmin 4 commit: 1. Operators dropdown disabled. Fixes #6771.

2021-10-05 Thread Akshay Joshi
1. Operators dropdown disabled. Fixes #6771. 2. Vacuum options value is not considered for M-SQL when creating. Fixes #6781. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=400896c563eda6752e6d34167cfdbcf362296dc3 Author: Aditya Toshniwal Mod

pgAdmin 4 commit: Update French translation.

2021-10-05 Thread Akshay Joshi
Update French translation. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d4280c896d415fc4e978f28f26cf2ca17818ed25 Author: Fred Escallier Modified Files -- .../translations/fr/LC_MESSAGES/messages.mo| Bin 215087 -> 23361

pgAdmin 4 commit: Fixed the issue related to the privilege checkbox col

2021-10-05 Thread Akshay Joshi
Fixed the issue related to the privilege checkbox color in disabled mode. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ea706be7fc45dbf62625659e6d9150f8f5fbc961 Author: Nikhil Mohite Modified Files -- web/pgadmin/static/js/Theme

[pgAdmin][patch] Exclusion constraint and vacuum related fixes

2021-10-05 Thread Aditya Toshniwal
Hi Hackers, Please review the attached patch which fixes: 1. Operators dropdown disabled. Fixes #6771. 2. Vacuum options value is not considered for M-SQL when creating. Fixes #6781. -- Thanks, Aditya Toshniwal pgAdmin Hacker | Software Architect | *edbpostgres.com* "Don