pgAdmin 4 commit: No longer using the 'get_own_javascripts' methodfor

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: No longer using the 'get_own_javascripts' methodfor
Дата
Msg-id E1eWiZE-0001dd-M9@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
No longer using the 'get_own_javascripts' method for refering the
javascript modules exposed through a module, instead added them in the
webpack (shim) configuration directly.

Instead - exposed a new method - 'get_javascript_entries' to be used
later by the new implementation of the webpack configuration. It will
utilize it to refer it as pluggable javascript module entry for any
particular module. It will allow us to reintroduce the pluggable
architecture.

Introduce a new browser tools javascript module, and will act as base
class for all tools, which needs to be registerd with the browser for
better initialization, and integration.

Branch
------
WEBPACK_DEVEL2

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

Modified Files
--------------
web/pgadmin/tools/__init__.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


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

Предыдущее
От: Mark Deneen
Дата:
Сообщение: docker container fails to start after stopping
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Remove any Apache HTTPD PID file before startingthe