[pgadmin-hackers] pgAdmin 4 commit: Initial re-vamp of the History tab.

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Initial re-vamp of the History tab.
Дата
Msg-id E1dKhXA-0001dM-CW@gothos.postgresql.org
обсуждение исходный текст
Список 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@pivotal.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: pgAdmin 4 Jenkins
Дата:
Сообщение: [pgadmin-hackers] Build failed in Jenkins: pgadmin4-master-python34 #156
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4] [PATCH] History Tab rewrite in React