pgadmin4/web/pgadmin/browser/server_groups/servers/databases/schemas
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
..
catalog_objects Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
collations Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
domains Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
foreign_tables Modified RE-SQL/MSQL test cases of foreign tables for EPAS 9.4 and 9.5 2019-09-05 12:01:03 +05:30
fts_configurations Added Modified SQL test cases for FTS Configurations. 2019-09-03 17:42:44 +05:30
fts_dictionaries Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
fts_parsers Add MSQL test cases for FTS Parser. 2019-09-03 10:28:11 +05:30
fts_templates Add Reverse Engineered and Modified SQL tests for FTS Templates. Fixes #4619 2019-09-02 15:24:41 +05:30
functions Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
packages Added Modified SQL test cases for Packages. 2019-09-03 17:33:57 +05:30
sequences Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
static Fix custom autovacuum configuration for Materialized Views. Fixes #4110 2019-04-01 09:47:17 +01:00
synonyms Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
tables Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
templates Add Reverse Engineered SQL tests for Schemas. Fixes #4575 2019-08-29 18:32:08 +05:30
tests Add Reverse Engineered SQL tests for Schemas. Fixes #4575 2019-08-29 18:32:08 +05:30
types Optimize Webpack to improve overall performance. 2019-10-10 12:05:28 +05:30
views Add msql tests for FTS Dictionaries 2019-09-06 16:00:33 +01:00
__init__.py 1) Make folder name pluralise inside 'templates' folder and fix naming inconsistency. 2019-05-15 15:11:54 +05:30
utils.py Fix PEP8 issue 2019-08-12 14:41:22 +05:30