pgadmin4/web/regression/javascript/sqleditor
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
..
calculate_query_run_time_spec.js Update all Python and JS dependencies. Fixes #4019 2019-03-14 15:11:16 +00:00
call_render_after_poll_spec.js Add support for editing of resultsets in the Query Tool, if the data can be identified as updatable. Fixes #1760 2019-07-17 11:45:20 +01:00
execute_query_spec.js Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
filter_dialog_specs.js Update copyright notices for 2019 2019-01-02 15:54:12 +05:30
keyboard_shortcuts_spec.js Add support for editing of resultsets in the Query Tool, if the data can be identified as updatable. Fixes #1760 2019-07-17 11:45:20 +01:00
query_tool_actions_spec.js Some refactoring of sqleditor.js. 2019-08-23 16:15:43 +01:00
query_tool_http_error_handler_spec.js Update all Python and JS dependencies. Fixes #4019 2019-03-14 15:11:16 +00:00