pgAdmin 4 commit: Some refactoring of sqleditor.js.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Some refactoring of sqleditor.js.
Date: 2019-08-23 15:15:46
Message-ID: E1i1BI2-0005Ne-F6@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-08-23 15:15:57 Re: Query Tool JS Minimal Refactoring
Previous Message Dave Page 2019-08-23 15:00:13 Re: [GSoC][New Feature] Editable and Read-only Columns