[pgAdmin][RM7333] ERD Tool: drag table throws Uncaught TypeError

2022-04-26 Thread Aditya Toshniwal
Hi Hackers, Attached patch fixes the error when drag and drop table in ERD. Please review. -- Thanks, Aditya Toshniwal pgAdmin Hacker | Software Architect | *edbpostgres.com* "Don't Complain about Heat, Plant a TREE" RM7333.patch Description: Binary data

pgAdmin 4 commit: Fixed an issue where the drag and drop table in ERD t

2022-04-26 Thread Akshay Joshi
Fixed an issue where the drag and drop table in ERD throws an error. Fixes #7333 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3d1a9624c197465fd0c13fc1b46c243e9b6c4cef Author: Aditya Toshniwal Modified Files -- docs/en_US/releas

pgAdmin 4 commit: Updated documentation for the new query tool.

2022-04-26 Thread Akshay Joshi
Updated documentation for the new query tool. refs #6131 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4f9eaf850da85965513356eb96a98bf0577d16f0 Modified Files -- docs/en_US/editgrid.rst| 5 +- docs/e

pgAdmin 4 commit: Fixed the following issues for the new query tool:

2022-04-26 Thread Akshay Joshi
Fixed the following issues for the new query tool: 1) In Dark mode > Replace/Find dialogue forward & reverse buttons are stuck to each other. 2) In Dark/High contrast mode > Checkbox is not visible for false value. 3) Wrap toolbar when size goes very small. 4) Replace functionality does not wo

Re: [pgAdmin][RM7333] ERD Tool: drag table throws Uncaught TypeError

2022-04-26 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Apr 26, 2022 at 4:03 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch fixes the error when drag and drop table in ERD. > Please review. > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect | *e

pgAdmin 4 commit: Added capability to deploy PostgreSQL servers on EDB

2022-04-26 Thread Akshay Joshi
Added capability to deploy PostgreSQL servers on EDB BigAnimal. Fixes #7179 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5677b1e5f80520aae7f45e1fe3b27c83d2d2dc59 Author: Khushboo Vashi Modified Files -- docs/en_US/cloud_aws_rds

[pgAdmin4][Patch] - Server Disconnect Issue

2022-04-26 Thread Khushboo Vashi
Hi, Please find the attached patch to fix the Server Disconnect Issue. Steps to reproduce the issue: Connect the server -> Refresh the page -> Disconnect the server. Password popup will appear on disconnection. Thanks, Khushboo server_disconnect_issue.patch Description: Binary data

[pgAdmin4][Patch] - Linter Fixes

2022-04-26 Thread Khushboo Vashi
Hi, Please find the attached patch to fix the linter issue. Thanks, Khushboo linter_fixes.patch Description: Binary data

pgAdmin 4 commit: 1) Fixed linter error.

2022-04-26 Thread Akshay Joshi
1) Fixed linter error. 2) Fixed an issue where a password popup will appear on disconnecting from the server. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7d91cca14deeb3fc81006939e325827f600c9b8e Author: Khushboo Vashi Modified Files

pgAdmin 4 commit: Fixed ERDInitialize API test case.

2022-04-26 Thread Akshay Joshi
Fixed ERDInitialize API test case. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1bee39a67ee30fad18300b5f1ad2e828f39596d3 Modified Files -- web/pgadmin/tools/erd/tests/test_initialize.py | 1 + 1 file changed, 1 insertion(+)

Re: [pgAdmin4][Patch] - Server Disconnect Issue

2022-04-26 Thread Akshay Joshi
Thanks, the patch applied On Tue, Apr 26, 2022 at 4:59 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix the Server Disconnect Issue. > > Steps to reproduce the issue: > > Connect the server -> Refresh the page -> Disconnect the server. >

Re: [pgAdmin4][Patch] - Linter Fixes

2022-04-26 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Apr 26, 2022 at 5:33 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix the linter issue. > > Thanks, > Khushboo > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *E

pgAdmin 4 commit: Fixed audit issues.

2022-04-26 Thread Akshay Joshi
Fixed audit issues. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f725cc2307775ffb6b5d85b7c728db53d639fa54 Modified Files -- web/package.json | 6 +++--- web/yarn.lock| 40 +--- 2 files chan

[pgAdmin4][Patch] - BigAnimal Fixes

2022-04-26 Thread Khushboo Vashi
Hi, While deploying the PostgreSQL on the BigAnimal cloud, the Public IP addresses were not added, fixed this issue in the attached patch. Thanks, Khushboo cloud_public_ip_fixe.patch Description: Binary data