pgAdmin 4 commit: Some refactoring of sqleditor.js. - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Some refactoring of sqleditor.js.
Date
Msg-id E1i1BI2-0005Ne-F6@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Some refactoring of sqleditor.js.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5887fb38153e94307dfc8be47085353b9b9acf81
Author: Yosry Muhammad <yosrym93@gmail.com>

Modified Files
--------------
web/pgadmin/static/js/sqleditor/execute_query.js   |   8 +-
.../static/js/sqleditor/query_tool_actions.js      |  13 +--
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 107 +++++++++------------
.../javascript/sqleditor/execute_query_spec.js     |   6 +-
.../sqleditor/query_tool_actions_spec.js           |  25 +++--
5 files changed, 66 insertions(+), 93 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [GSoC][New Feature] Editable and Read-only Columns
Next
From: Dave Page
Date:
Subject: Re: Query Tool JS Minimal Refactoring