[pgAdmin][patch] Fix build error occuring after updating sass-resources-loader package

2021-04-15 Thread Aditya Toshniwal
Hi Hackers,

Attached patches fixes build errors which are occurring after updating
sass-resources-loader package.

-- 
Thanks,
Aditya Toshniwal
pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*

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


Re: [pgAdmin][patch] Fix build error occuring after updating sass-resources-loader package

2021-04-15 Thread Aditya Toshniwal
PFA patch.

On Thu, Apr 15, 2021 at 3:35 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Attached patches fixes build errors which are occurring after updating
> sass-resources-loader package.
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*
> 
> "Don't Complain about Heat, Plant a TREE"
>


-- 
Thanks,
Aditya Toshniwal
pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*

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


sass_resource.patch
Description: Binary data


pgAdmin 4 commit: Fixed build errors which are occurring after updating

2021-04-15 Thread Akshay Joshi
Fixed build errors which are occurring after updating sass-resources-loader 
package.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d046a2800d93f2452ddeeb63278192d40b07db50
Author: Aditya Toshniwal 

Modified Files
--
web/package.json  | 2 +-
web/webpack.config.js | 1 -
web/yarn.lock | 8 
3 files changed, 5 insertions(+), 6 deletions(-)



pgAdmin 4 commit: Fixed SQL panel black screen issue when detaching it

2021-04-15 Thread Akshay Joshi
Fixed SQL panel black screen issue when detaching it in runtime. Fixes #6334

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b4d44541bb551fc3bf4a374bf05b47f05e10af6e

Modified Files
--
docs/en_US/release_notes_5_2.rst| 1 +
web/pgadmin/browser/static/js/browser.js| 6 ++
web/pgadmin/browser/templates/browser/js/utils.js   | 1 +
web/pgadmin/tools/sqleditor/static/scss/_sqleditor.scss | 6 ++
4 files changed, 14 insertions(+)



Re: [pgAdmin][patch] Fix build error occuring after updating sass-resources-loader package

2021-04-15 Thread Akshay Joshi
Thanks, patch applied.

On Thu, Apr 15, 2021 at 3:41 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:

> PFA patch.
>
> On Thu, Apr 15, 2021 at 3:35 PM Aditya Toshniwal <
> aditya.toshni...@enterprisedb.com> wrote:
>
>> Hi Hackers,
>>
>> Attached patches fixes build errors which are occurring after updating
>> sass-resources-loader package.
>>
>> --
>> Thanks,
>> Aditya Toshniwal
>> pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*
>> 
>> "Don't Complain about Heat, Plant a TREE"
>>
>
>
> --
> 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*


[pgAdmin]RM6334] SQL panel show blank screen when detach panel.

2021-04-15 Thread Aditya Toshniwal
Hi Hackers,

Attached patch fixes the SQL panel blank screen issue with a minimal change.
I've also reverted all other existing code changes done for this.

Please review.

-- 
Thanks,
Aditya Toshniwal
pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*

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


RM6334.patch
Description: Binary data