pgAdmin 4 commit: 1. Add min width to panels.

2022-04-22 Thread Akshay Joshi
1. Add min width to panels. 2. Fix issues related to New connection in query tool. Also fixed some existing bugs related to this. refs #6131 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c5ca394cec5bd0fb117a2010eb99c07cef4540bc Author: Adit

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

2022-04-22 Thread Aditya Toshniwal
On Fri, Apr 22, 2022 at 3:57 PM Dave Page wrote: > > > On Fri, 22 Apr 2022 at 11:16, Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> >> >> On Fri, Apr 22, 2022 at 3:28 PM Dave Page wrote: >> >>> >>> >>> On Fri, 22 Apr 2022 at 10:49, Aditya Toshniwal < >>> aditya.toshni...@ent

Re: [pgAdmin][RM7322] Error Message displayed "Request failed with status code 503" if create new database on Windows only

2022-04-22 Thread Akshay Joshi
Thanks, the patch applied. On Fri, Apr 22, 2022 at 7:37 AM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > > You can find the attached patch for #7322. The error message "Request > failed with status code 503" appears if you create a new database. > I also solved their is

pgAdmin 4 commit: Revert "Disable the master password requirement when

2022-04-22 Thread Akshay Joshi
Revert "Disable the master password requirement when using alternative authentication sources. Fixes #7012" This reverts commit 0c823455a0ee74fca2af08abae10186b3733990d. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=faff8d1fb31967624e7cdb1c

pgAdmin 4 commit: Fixed an issue while creating a new database throwing

2022-04-22 Thread Akshay Joshi
Fixed an issue while creating a new database throwing an error that failed to retrieve data. Fixes #7322 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ab8e9a8ea5ac2ef60b08c808f559349d37cd2e17 Author: Pradip Parkale Modified Files -

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

2022-04-22 Thread Dave Page
On Fri, 22 Apr 2022 at 11:16, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > > > On Fri, Apr 22, 2022 at 3:28 PM Dave Page wrote: > >> >> >> On Fri, 22 Apr 2022 at 10:49, Aditya Toshniwal < >> aditya.toshni...@enterprisedb.com> wrote: >> >>> Hi Dave, >>> >>> Generally, secure keys

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

2022-04-22 Thread Ashesh Vashi
On Fri, Apr 22, 2022 at 3:46 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > > > On Fri, Apr 22, 2022 at 3:28 PM Dave Page wrote: > >> >> >> On Fri, 22 Apr 2022 at 10:49, Aditya Toshniwal < >> aditya.toshni...@enterprisedb.com> wrote: >> >>> Hi Dave, >>> >>> Generally, secure ke

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

2022-04-22 Thread Aditya Toshniwal
On Fri, Apr 22, 2022 at 3:28 PM Dave Page wrote: > > > On Fri, 22 Apr 2022 at 10:49, Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi Dave, >> >> Generally, secure keys like API_KEYS and all are supposed to be set in >> env and are read by the app. Similar is the alternative

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

2022-04-22 Thread Dave Page
On Fri, 22 Apr 2022 at 10:49, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Dave, > > Generally, secure keys like API_KEYS and all are supposed to be set in env > and are read by the app. Similar is the alternative encryption key. > People can run their scripts to export those

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

2022-04-22 Thread Aditya Toshniwal
Hi Dave, Generally, secure keys like API_KEYS and all are supposed to be set in env and are read by the app. Similar is the alternative encryption key. People can run their scripts to export those config vars. On Fri, Apr 22, 2022 at 2:38 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote

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

2022-04-22 Thread Khushboo Vashi
On Fri, Apr 22, 2022 at 2:34 PM Dave Page wrote: > > > On Fri, 22 Apr 2022 at 09:57, Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> >> >> On Fri, Apr 22, 2022 at 2:01 PM Dave Page wrote: >> >>> Hi >>> >>> On Mon, 11 Apr 2022 at 09:20, Akshay Joshi < >>> akshay.jo...@enterprisedb

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

2022-04-22 Thread Dave Page
On Fri, 22 Apr 2022 at 09:57, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Fri, Apr 22, 2022 at 2:01 PM Dave Page wrote: > >> Hi >> >> On Mon, 11 Apr 2022 at 09:20, Akshay Joshi >> wrote: >> >>> Thanks, the patch applied. >>> >>> On Mon, Apr 11, 2022 at 12:00 PM Khushboo Vas

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

2022-04-22 Thread Khushboo Vashi
On Fri, Apr 22, 2022 at 2:01 PM Dave Page wrote: > Hi > > On Mon, 11 Apr 2022 at 09:20, Akshay Joshi > wrote: > >> 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 im

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

2022-04-22 Thread Dave Page
Hi On Mon, 11 Apr 2022 at 09:20, Akshay Joshi wrote: > 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