[pgAdmin][RM6677 & RM6632] [React] Port Procedure and Function node to react

2021-08-23 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for RM6677 and RM6632 [React] Port Procedure and Function node to react. Also Updated a few test cases for previous ported nodes. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM6677.patch Description: Binary data

Re: [pgAdmin][RM-6678]: [React] Port Foreign Table node to react

2021-08-23 Thread Nikhil Mohite
Hi Akshay, Please find the patch (v2) to improve the code coverage for the foreign table node. On Mon, Aug 23, 2021 at 4:32 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Mon, Aug 23, 2021 at 1:22 PM Nikhil Mohite < > nikhil.moh...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Ple

Re: [pgAdmin][RM-6678]: [React] Port Foreign Table node to react

2021-08-23 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Aug 23, 2021 at 1:22 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for > RM-6678: > [React] Port Foreign Table >

Re: [pgAdmin][RM6691] Set PSQLRC and PSQL_HISTORY env vars to apt. user storage path in sever mode

2021-08-23 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Aug 23, 2021 at 3:11 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Please review the attached patch. > > -- > Thanks, > Aditya Toshniwal > pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com* > >

Re: [pgAdmin][RM-6544]: PSQL window width limitation

2021-08-23 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Aug 23, 2021 at 3:34 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for RM-6544 > : PSQL window width > limitation. > (Issue is specific to windows platform)

Re: [pgAdmin][RM4264] Make code folding case insensitive

2021-08-23 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Aug 23, 2021 at 3:40 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > The RM 4264 was already fixed with some other patch. However, I noticed > that the code folding is case sensitive. If the keywords are in capital > letters, on

pgAdmin 4 commit: Set PSQLRC and PSQL_HISTORY env vars to apt. user sto

2021-08-23 Thread Akshay Joshi
Set PSQLRC and PSQL_HISTORY env vars to apt. user storage path in the server mode. Fixes #6691 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fbc6c30b626f953045a31755e4c268c3eee1ac02 Author: Aditya Toshniwal Modified Files -- do

pgAdmin 4 commit: Fixed width limitation issue in PSQL tool window. Fix

2021-08-23 Thread Akshay Joshi
Fixed width limitation issue in PSQL tool window. Fixes #6544 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=008a458fe93c6b6528aa916deb79410d40ddc52b Author: Nikhil Mohite Modified Files -- docs/en_US/release_notes_5_7.rst

pgAdmin 4 commit: Make code folding case insensitive in the code mirror

2021-08-23 Thread Akshay Joshi
Make code folding case insensitive in the code mirror. Fixes #4264 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c64eb3507c7b7579b7af4a64ba8a3f53f7a74431 Author: Aditya Toshniwal Modified Files -- docs/en_US/release_notes_5_7.rs

[pgAdmin][RM4264] Make code folding case insensitive

2021-08-23 Thread Aditya Toshniwal
Hi Hackers, The RM 4264 was already fixed with some other patch. However, I noticed that the code folding is case sensitive. If the keywords are in capital letters, only then code folding works. Please review the attached patch which makes the code folding case insensitive. -- Thanks, Aditya T

[pgAdmin][RM-6544]: PSQL window width limitation

2021-08-23 Thread Nikhil Mohite
Hi Hackers, Please find the attached patch for RM-6544 : PSQL window width limitation. (Issue is specific to windows platform) -- *Thanks & Regards,* *Nikhil Mohite* *Software Engineer.* *EDB Postgres* *Mob.No: +91-779

[pgAdmin][RM6691] Set PSQLRC and PSQL_HISTORY env vars to apt. user storage path in sever mode

2021-08-23 Thread Aditya Toshniwal
Hi Hackers, Please review the attached patch. -- Thanks, Aditya Toshniwal pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com* "Don't Complain about Heat, Plant a TREE" RM6691.patch Description: Binary data

[pgAdmin][RM-6678]: [React] Port Foreign Table node to react

2021-08-23 Thread Nikhil Mohite
Hi Hackers, Please find the attached patch for RM-6678: [React] Port Foreign Table node to react. Also, updated disabled with readonly in previous ported node as required. -- *Thanks & Regards,* *Nikhil Mohi