pgadmin4/web/pgadmin
Aditya Toshniwal f16498a8a7 Optimize Webpack to improve overall performance.
Changes include:
1) Remove underscore-string and sprintf-js packages as we were using only %s. Instead, added a function to do the same. Also changed gettext to behave like sprintf directly.
2) backgrid.sizeable.columns was not used anywhere, removed. @babel/polyfill is deprecated, replaced it with core-js.
3) Moved few css to make sure they get minified and bundled.
4) Added Flask-Compress to send static files as compressed gzip. This will reduce network traffic and improve initial load time for pgAdmin.
5) Split few JS files to make code reusable.
6) Lazy load few modules like leaflet, wkx is required only if geometry viewer is opened. snapsvg loaded only when explain plan is executed. This will improve sqleditor initial opening time.

Reviewed By: Khushboo Vashi
Fixes #4701
2019-10-10 12:05:28 +05:30
..
about Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
browser Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
dashboard Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
feature_tests There is no option to Copy data with headers from Query Tool/View Data. 2019-09-27 12:14:39 +05:30
help Added recommended ESLinter checks. Fixes #4142 2019-04-05 13:07:43 +05:30
misc Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
model 1. Added Master Password to increase the security of saved passwords. Fixes #4184 2019-05-28 12:00:18 +05:30
preferences Allow the UI layout to be fully locked or to prevent docking changes. Fixes #2653 2019-05-31 11:51:30 -04:00
redirects Update copyright notices for 2019 2019-01-02 15:54:12 +05:30
settings Allow the UI layout to be fully locked or to prevent docking changes. Fixes #2653 2019-05-31 11:51:30 -04:00
setup Fix typo 2019-07-16 14:36:29 +01:00
static Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
templates Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
tools Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
translations Update Japanese translation. 2019-09-16 11:30:20 +05:30
utils Add support in query history to show internal queries generated by pgAdmin during save data operations. Fixes #4612 2019-08-16 17:17:12 +05:30
__init__.py Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
messages.pot Update message catalogs. 2019-09-13 18:13:21 +05:30