[Patch] - Feature #7332 - pgadmin docker container doesn't work properly with secrets

2022-06-13 Thread Yogesh Mahajan
Hello Team, Please find the attached patch which enabled pgAdmin docker image to pass password using docker secret. Thanks, Yogesh Mahajan EnterpriseDB Feature_7332_v1.patch Description: Binary data

Re: Feature #7178 - PostgreSQL deployment on Microsoft Azure

2022-06-13 Thread Khushboo Vashi
Hi Yogesh, - Spelling mistake in below error message - Name must be more than 3 characters or more & *Shoudld* not have capital letter - Cluster name validation comes after all the fields are validated. It should be done while giving input for the cluster name - Even If the

pgAdmin 4 commit: Fixed linter error.

2022-06-13 Thread Akshay Joshi
Fixed linter error. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=db7d72cca8020d84879194ceb9016b7c051d75a9 Modified Files -- web/regression/javascript/dashboard/graphs_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [pgAdmin][RM7351]: Templates not displayed

2022-06-13 Thread Akshay Joshi
Hi Pradip The fix is not correct as it is still failing for PG and PPAS. Please investigate and send the proper fix. On Mon, Jun 13, 2022 at 5:08 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Akshay, > > Please find the attached patch for RESQL test cases failure. > > > *Thank

pgAdmin 4 commit: Upgrade Chartjs to the latest 3.8.0. Fixes #7469

2022-06-13 Thread Akshay Joshi
Upgrade Chartjs to the latest 3.8.0. Fixes #7469 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3381516013571c90585151e960c99699168590e6 Modified Files -- docs/en_US/release_notes_6_11.rst | 3 +- web/package.json

Re: [pgAdmin][RM7351]: Templates not displayed

2022-06-13 Thread Pradip Parkale
Hi Akshay, Please find the attached patch for RESQL test cases failure. *Thanks & Regards,* *Pradip ParkaleSoftware Engineer | EnterpriseDB Corporation* On Mon, Jun 13, 2022 at 2:51 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Mon, Jun 13, 2022 at 12:56 PM Pradip Parkale < > p

Re: [pgAdmin][RM7441] Query editor is not activated when switching query tabs

2022-06-13 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Jun 13, 2022 at 12:25 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch fixes the issue. Please review. > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect | *edbpostgres.com* >

Re: [pgAdmin][RM7423] Preference to turn off query success notification

2022-06-13 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Jun 13, 2022 at 1:34 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Please review the attached patch which adds a preference to turn off query > success notifications. > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Soft

Re: [pgAdmin][RM7351]: Templates not displayed

2022-06-13 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Jun 13, 2022 at 12:56 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Akshay, > > Please find the updated patch. I have fixed all the issues. > > *Thanks & Regards,* > > *Pradip ParkaleSoftware Engineer | EnterpriseDB Corporation* > > > On Fri,

pgAdmin 4 commit: Fixed an issue where there is no setting to turn off

2022-06-13 Thread Akshay Joshi
Fixed an issue where there is no setting to turn off notifications in the Query Tool. Fixes #7423 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5c1493bd7eb27c3b1800aa3c2c5879b6114f6ac9 Author: Aditya Toshniwal Modified Files --

pgAdmin 4 commit: Ensure that the Query Editor should be focused when s

2022-06-13 Thread Akshay Joshi
Ensure that the Query Editor should be focused when switching between query tool tabs. Fixes #7441 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=725726f083a4c1f803545ad97920ad66abce7869 Author: Aditya Toshniwal Modified Files -

pgAdmin 4 commit: 1) Added the option 'Show template databases?' to dis

2022-06-13 Thread Akshay Joshi
1) Added the option 'Show template databases?' to display template databases regardless of the setting of 'Show system objects?'. 2) Ensure that the user should be able to create a template database using create dialog instead of updating it later. Fixes #7351 Branch -- master Details ---

[pgAdmin][RM7423] Preference to turn off query success notification

2022-06-13 Thread Aditya Toshniwal
Hi Hackers, Please review the attached patch which adds a preference to turn off query success notifications. -- Thanks, Aditya Toshniwal pgAdmin Hacker | Software Architect | *edbpostgres.com* "Don't Complain about Heat, Plant a TREE" RM7423.patch Description: Binary