Re: [pgAdmin]: Feature test cases fixes

2022-05-23 Thread Akshay Joshi
Thanks, the patch applied. On Tue, May 24, 2022 at 11:05 AM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Akshay, > > Please find the attached patch for remaining test cases. > > > > On Tue, May 17, 2022 at 7:08 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Thanks

Re: [pgAdmin][RM7380] Multi Cell selection

2022-05-23 Thread Akshay Joshi
Thanks, the patch applied. On Tue, May 24, 2022 at 11:03 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch allows multi cell selection in the query tool grid. > Please review. > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect

Re: [pgAdmin 4][Patch] : Fixed the RM #7368

2022-05-23 Thread Akshay Joshi
Thanks, the patch applied. On Mon, May 23, 2022 at 6:52 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached updated patch to fix the RM #7368 - BigAnimal - > Unnecessary APIs are being called. > > The EDB BigAnimal SVG icon has also been added, which was

pgAdmin 4 commit: Fixed feature test cases.

2022-05-23 Thread Akshay Joshi
Fixed feature test cases. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=befd4b1fa8bbf9e5d059bfaf63918c56a3b9fdc8 Author: Pradip Parkale Modified Files -- web/pgadmin/feature_tests/pg_datatype_validation_test.py | 6 +++

pgAdmin 4 commit: Ensure that unwanted APIs should not be getting calle

2022-05-23 Thread Akshay Joshi
Ensure that unwanted APIs should not be getting called for BigAnimal. Fixes #7368 Updated the BigAnimal icon. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=345cfd7c60ac50ac915efdbc59465c4c392faf34 Author: Khushboo Vashi Modified Files

pgAdmin 4 commit: Added support for multi-cell selection in the query t

2022-05-23 Thread Akshay Joshi
Added support for multi-cell selection in the query tool grid. Fixes #7380 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6d26d5833f9c02ebfcf02cc1549a093f07ec8f80 Author: Aditya Toshniwal Modified Files -- docs/en_US/release_note

Re: [pgAdmin]: Feature test cases fixes

2022-05-23 Thread Pradip Parkale
Hi Akshay, Please find the attached patch for remaining test cases. On Tue, May 17, 2022 at 7:08 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Tue, May 17, 2022 at 12:19 PM Pradip Parkale < > pradip.park...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Please find the attached

[pgAdmin][RM7380] Multi Cell selection

2022-05-23 Thread Aditya Toshniwal
Hi Hackers, Attached patch allows multi cell selection in the query tool grid. Please review. -- Thanks, Aditya Toshniwal pgAdmin Hacker | Software Architect | *edbpostgres.com* "Don't Complain about Heat, Plant a TREE" RM7380.patch Description: Binary data

[pgAdmin 4][Patch] : Fixed the RM #7368

2022-05-23 Thread Khushboo Vashi
Hi, Please find the attached updated patch to fix the RM #7368 - BigAnimal - Unnecessary APIs are being called. The EDB BigAnimal SVG icon has also been added, which was missing from the provider list. Thanks, Khushboo RM_7368.patch Description: Binary data

pgAdmin 4 commit: Update notistack to the latest version. Fixes #7396

2022-05-23 Thread Akshay Joshi
Update notistack to the latest version. Fixes #7396 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c956f730e9ddc2b8d0f3755d374b9086bf4ad99d Modified Files -- web/package.json | 2 +- web/yarn.lock| 8 2 files changed, 5

pgAdmin 4 commit: The community has fixed the blocking issue at startup

2022-05-23 Thread Akshay Joshi
The community has fixed the blocking issue at startup, so unpin the NWjs version and pick the latest. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5f81d2b4b1e6ef00b3b80756a89940cf58a5750d Modified Files -- Make.bat

pgAdmin 4 commit: Fixed jasmine test cases.

2022-05-23 Thread Akshay Joshi
Fixed jasmine test cases. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8f020c1ee6917f30791d128c2e1d134d60f80281 Modified Files -- web/webpack.test.config.js | 3 +++ 1 file changed, 3 insertions(+)

pgAdmin 4 commit: Added the ability to detect and warn users about bidi

2022-05-23 Thread Akshay Joshi
Added the ability to detect and warn users about bidirectional Unicode characters. Fixes #7002 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4f7bcc2919efa2f9f615ec5c4e8c9e0e2776c728 Modified Files -- docs/en_US/release_notes_6_1

pgAdmin 4 commit: Ensure that Dashboard graphs should be refreshed on c

2022-05-23 Thread Akshay Joshi
Ensure that Dashboard graphs should be refreshed on changing the node from the browser tree. Fixes #7402 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=50b1ba5c80630be54100f78d8ae98889d6f0de8a Modified Files -- docs/en_US/release