pgAdmin 4 commit: No longer using the 'get_own_javascripts' methodfor - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: No longer using the 'get_own_javascripts' methodfor
Date
Msg-id E1eZWLy-0004ni-RF@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: ESLINT: On pgAdmin static javascripts
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Use the correct lexer in the Apache/Windows docs.