pgadmin4/web/pgadmin/browser
Aditya Toshniwal bdb7e3fde2 Infrastructure and changes to the Query Tool for realtime preference handling. Refs #3294
Highlights of this patch include:
- Changes will affect SQL Editors in Create dialog boxes, SQL tab of the main screen, Query tool, History entries in the query tool, Query tool opened in New Tab/Window
- All the components of SQL editor will refer to single source of preferences which is cached in the Browser object. All other redundant ajax get preference calls are removed.
- SQL editor will not refer template JS variables anymore, once all the references are removed the template variables will also be removed.
- Code refactoring wherever possible.
- Covered JS test cases wherever possible.
2018-07-05 11:38:43 +01:00
..
server_groups Fix various Drop menu options that were broken during the treeview refactoring. 2018-06-25 15:52:12 +01:00
static Infrastructure and changes to the Query Tool for realtime preference handling. Refs #3294 2018-07-05 11:38:43 +01:00
templates/browser Add support for SSH tunneled connections. Fixes #1447 2018-05-04 11:27:27 +01:00
tests Final PEP-8 fixes 2018-03-08 09:33:43 +00:00
__init__.py Infrastructure and changes to the Query Tool for realtime preference handling. Refs #3294 2018-07-05 11:38:43 +01:00
collection.py Update Python and JS modules. Fixes #3154 2018-04-04 10:47:01 +01:00
register_browser_preferences.py F5 key should work to refresh Browser tree. Fixes #3284 2018-05-02 11:43:42 +05:30
utils.py Flask 1.0.2 does not allow a dot (.) in the view_func name, which we use 2018-06-18 09:58:16 +05:30