[pgAdmin] Remove hard-source-webpack-plugin

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin] Remove hard-source-webpack-plugin
Date: 2019-08-08 13:17:40
Message-ID: CAM9w-_k2Yds500AriNdTxgaXyCMAhTSRw8vjP1Tb+XT1HdVMyA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

We do not need hard-source-webpack-plugin as webpack 4 is fast enough. It
is creating more problems than solving and sometimes we have remove the
generated directory to build correctly.
Attached is the patch to remove it.

In addition to this, I have also changed werkzeug logging level from
logging.INFO to config.CONSOLE_LOG_LEVEL (which is WARNING by default).
This will reduce the size of log generated by pgAdmin considerably.
Messages like -
[08/Aug/2019 16:32:58] "POST /settings/store HTTP/1.1" 200 will not be
logged.

--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"

Attachment Content-Type Size
remove.hardsource.wepack.patch application/octet-stream 7.9 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-08-08 13:38:24 Re: [RM- 4575] RE_SQL for Schema
Previous Message Akshay Joshi 2019-08-08 13:14:13 Re: [pgAdmin][RM4582] pgAgent - In create job step changing "kind" (SQL/Batch) throws console error