[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 Mohite*
*Software Engineer.*
*EDB Postgres* 
*Mob.No: +91-7798364578.*


RM-6678.patch
Description: Binary data


[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-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-7798364578.*


RM-6544.patch
Description: Binary data


[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 Toshniwal
pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*

"Don't Complain about Heat, Plant a TREE"


RM4264.patch
Description: Binary data


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
--
docs/en_US/release_notes_5_7.rst   | 1 +
web/pgadmin/tools/psql/__init__.py | 7 +++
web/pgadmin/utils/__init__.py  | 7 +--
3 files changed, 13 insertions(+), 2 deletions(-)



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  | 1 +
web/pgadmin/tools/psql/templates/editor_template.html | 4 
2 files changed, 5 insertions(+)



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.rst   | 2 +-
web/pgadmin/static/js/codemirror/addon/fold/pgadmin-sqlfoldcode.js | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)



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, only then code folding works.
>
> Please review the attached patch which makes the code folding case
> insensitive.
>
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*
> 
> "Don't Complain about Heat, Plant a TREE"
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


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)
>
>
>
> --
> *Thanks & Regards,*
> *Nikhil Mohite*
> *Software Engineer.*
> *EDB Postgres* 
> *Mob.No: +91-7798364578.*
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


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*
> 
> "Don't Complain about Heat, Plant a TREE"
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


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
> node to react.
> Also, updated disabled with readonly in previous ported node as required.
>
>
> --
> *Thanks & Regards,*
> *Nikhil Mohite*
> *Software Engineer.*
> *EDB Postgres* 
> *Mob.No: +91-7798364578.*
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


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,
>>
>> 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 Mohite*
>> *Software Engineer.*
>> *EDB Postgres* 
>> *Mob.No: +91-7798364578.*
>>
>
>
> --
> *Thanks & Regards*
> *Akshay Joshi*
> *pgAdmin Hacker | Principal Software Architect*
> *EDB Postgres *
>
> *Mobile: +91 976-788-8246*
>
Regards,
Nikhil Mohite


RM-6678_v2.patch
Description: Binary data


[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