pgadmin4/web/regression/javascript/sqleditor
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
..
calculate_query_run_time_spec.js Fixed the issues for all the javascript files reported by the liner. 2018-04-30 17:51:57 +05:30
call_render_after_poll_spec.js Show more granular timing info in the query tool history panel. Fixes #3244 2018-04-03 14:11:11 +01:00
execute_query_spec.js Cleanup and fix handling of Query Tool Cancel button status. Fixes #3319 2018-07-02 15:43:36 +01:00
filter_dialog_specs.js Extract the tests and refactor some of the methods. 2018-06-05 16:42:59 +05:30
keyboard_shortcuts_spec.js Infrastructure and changes to the Query Tool for realtime preference handling. Refs #3294 2018-07-05 11:38:43 +01:00
query_tool_actions_spec.js Add an option to auto-complete keywords in upper case. Fixes #2686 2018-06-15 10:18:56 +01:00
query_tool_http_error_handler_spec.js Fixed the issues for all the javascript files reported by the liner. 2018-04-30 17:51:57 +05:30