pgAdmin 4 commit: Initial re-vamp of the History tab.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Initial re-vamp of the History tab.
Date: 2017-06-13 08:50:44
Message-ID: E1dKhXA-0001dM-CW@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Initial re-vamp of the History tab.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1208206bc0eca2d135469258e8a209b983e668be
Author: Shruti B Iyer <siyer(at)pivotal(dot)io>

Modified Files
--------------
web/.eslintrc.js | 7 +-
web/karma.conf.js | 2 +-
web/package.json | 6 +
.../feature_tests/query_tool_journey_test.py | 111 +++++++++++++
.../xss_checks_pgadmin_debugger_test.py | 2 +-
.../static/js/history/history_collection.js | 34 ++++
web/pgadmin/static/js/history/index.js | 14 ++
web/pgadmin/static/jsx/components.jsx | 2 +
web/pgadmin/static/jsx/history/query_history.jsx | 49 ++++++
.../static/jsx/history/query_history_entry.jsx | 93 +++++++++++
.../sqleditor/templates/sqleditor/js/sqleditor.js | 179 ++++-----------------
web/pgadmin/utils/javascript/javascript_bundler.py | 2 +-
.../javascript/tests/test_javascript_bundler.py | 4 +-
web/regression/feature_utils/app_starter.py | 2 +
web/regression/feature_utils/pgadmin_page.py | 28 ++--
.../javascript/check_node_visibility_spec.js | 32 ++++
.../javascript/check_node_visiblity_spec.js | 32 ----
.../javascript/history/history_collection_spec.js | 83 ++++++++++
.../history/query_history_entry_spec.jsx | 50 ++++++
.../javascript/history/query_history_spec.jsx | 103 ++++++++++++
web/regression/python_test_utils/test_utils.py | 2 +
web/webpack.config.js | 11 +-
web/webpack.test.config.js | 10 +-
web/yarn.lock | 79 ++++++++-
24 files changed, 726 insertions(+), 211 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-13 08:52:02 Re: [pgAdmin4] [PATCH] History Tab rewrite in React
Previous Message pgAdmin 4 Jenkins 2017-06-13 08:26:27 Build failed in Jenkins: pgadmin4-master-python34 #156