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 E1eZWLy-0004ni-RF@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=98ac78916a8718667cd88cfe10eeb830f3237e0d

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


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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: ESLINT: On pgAdmin static javascripts
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Use the correct lexer in the Apache/Windows docs.