Обсуждение: pgAdmin 4 commit: Moving the sqleditor specific javascript/jsx filesin

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Moving the sqleditor specific javascript/jsx filesin

От
Ashesh Vashi
Дата:
Moving the sqleditor specific javascript/jsx files into the
'pgadmin/tools/sqleditor/static' directory.

NOTE:
This has broken the compilation with the current webpack implementation,
which will be fixed in the upcoming commits.

Branch
------
WEBPACK_DEVEL

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6ec18db4b01425337d16d530c557fc50fb86926f

Modified Files
--------------
.../static/js/history/history_collection.js        |  38 -----
web/pgadmin/static/js/history/index.js             |  14 --
.../static/jsx/history/detail/code_mirror.jsx      |  61 --------
.../jsx/history/detail/history_detail_message.jsx  |  33 -----
.../jsx/history/detail/history_detail_metadata.jsx |  42 ------
.../jsx/history/detail/history_detail_query.jsx    |  71 ----------
.../jsx/history/detail/history_error_message.jsx   |  30 ----
web/pgadmin/static/jsx/history/query_history.jsx   | 111 ---------------
.../static/jsx/history/query_history_detail.jsx    |  52 -------
.../static/jsx/history/query_history_entries.jsx   | 156 ---------------------
.../static/jsx/history/query_history_entry.jsx     |  58 --------
.../jsx/history/query_history_entry_date_group.jsx |  46 ------
web/pgadmin/static/jsx/react_shapes.jsx            |  31 ----
web/pgadmin/tools/sqleditor/__init__.py            |   8 --
.../static/js/history/history_collection.js        |  38 +++++
.../tools/sqleditor/static/js/history/index.js     |  14 ++
.../static/jsx/history/detail/code_mirror.jsx      |  61 ++++++++
.../jsx/history/detail/history_detail_message.jsx  |  33 +++++
.../jsx/history/detail/history_detail_metadata.jsx |  42 ++++++
.../jsx/history/detail/history_detail_query.jsx    |  71 ++++++++++
.../jsx/history/detail/history_error_message.jsx   |  30 ++++
.../sqleditor/static/jsx/history/query_history.jsx | 111 +++++++++++++++
.../static/jsx/history/query_history_detail.jsx    |  52 +++++++
.../static/jsx/history/query_history_entries.jsx   | 156 +++++++++++++++++++++
.../static/jsx/history/query_history_entry.jsx     |  58 ++++++++
.../jsx/history/query_history_entry_date_group.jsx |  46 ++++++
.../tools/sqleditor/static/jsx/react_shapes.jsx    |  31 ++++
27 files changed, 743 insertions(+), 751 deletions(-)