Re: [pgAdmin][RM7296]: Browser tree is not getting refresh after deleting the multiple node from collection properties

2022-04-11 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Apr 11, 2022 at 5:22 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Akshay, > > Please find the attached patch for the issue below. > >1. When deleting the constraint from the collection properties nodes, >an error occurred >2. The

Re: [pgAdmin][RM7252] 'columns to import' ... not auto selected second time for same table

2022-04-11 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Apr 11, 2022 at 4:35 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Please review the patch to fix the issue. > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect | *edbpostgres.com* >

pgAdmin 4 commit: 1) Fixed an issue where deleting a constraint from th

2022-04-11 Thread Akshay Joshi
1) Fixed an issue where deleting a constraint from the collection properties node, throws an error. Fixes #7296 2) The code to refresh the Dashboard after deleting session activities has been improved. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commi

pgAdmin 4 commit: Ensure that Columns should always be visible in the i

2022-04-11 Thread Akshay Joshi
Ensure that Columns should always be visible in the import/export dialog. Fixes #7252 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a91762fb30edb8bb5344456754cd1da2d1b92c81 Author: Aditya Toshniwal Modified Files -- docs/en_US/

Re: [pgAdmin][RM7296]: Browser tree is not getting refresh after deleting the multiple node from collection properties

2022-04-11 Thread Pradip Parkale
Hi Akshay, Please find the attached patch for the issue below. 1. When deleting the constraint from the collection properties nodes, an error occurred 2. The code to refresh the Dashboard after deleted session activities has been improved. On Sat, Apr 9, 2022 at 12:06 PM Akshay Josh

[pgAdmin][RM7252] 'columns to import' ... not auto selected second time for same table

2022-04-11 Thread Aditya Toshniwal
Hi Hackers, Please review the patch to fix the issue. -- Thanks, Aditya Toshniwal pgAdmin Hacker | Software Architect | *edbpostgres.com* "Don't Complain about Heat, Plant a TREE" RM7252.patch Description: Binary data

Re: [pgAdmin4][Patch]- Feature #7012 - disable master password requirement when using alternative auth source

2022-04-11 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Apr 11, 2022 at 12:00 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to implement the feature #7012 - Disable > master password requirement when using alternative auth source > > When pgAdmin stores a connect

pgAdmin 4 commit: Disable the master password requirement when using al

2022-04-11 Thread Akshay Joshi
Disable the master password requirement when using alternative authentication sources. Fixes #7012 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0c823455a0ee74fca2af08abae10186b3733990d Author: Khushboo Vashi Modified Files --

pgAdmin 4 commit: Only set permissions on the storage directory upon cr

2022-04-11 Thread Akshay Joshi
Only set permissions on the storage directory upon creation. Fixes #6958 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bf974e73ce772f312736c515bcc8fcb8bd41a959 Modified Files -- docs/en_US/release_notes_6_9.rst| 1 + web/pgad