pgAdmin 4 commit: Moved the webcabin-docker in the'web/pgadmin/static/ - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Moved the webcabin-docker in the'web/pgadmin/static/
Date
Msg-id E1eWiZE-0001dH-L6@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Moved the webcabin-docker in the 'web/pgadmin/static/vendor' directory to resolve a possible issue, when we created
webpackreference for vendor. 

webcabin-docker uses the jquery.1.11.1 as hard dependency, and latest jquery for 1.11.2 is available as npm, and which
isused by us. Webpack reference will have two different set of jquery in it. Hence - vendorizing the webcabin-docker
willallow us to change the package.json of it, and will resolve the possible issue. 

Also - upgraded some packages in package.json to resolve the deprecation message during package installation using
yarn.
i.e.
babel-loader -> ^7.1
extract-text-webpack-plugin -> ^3.0
karma-phantomjs-launcher -> ^1.0.4
karma-webpack -> ^2.0.4
phantomjs-prebuilt -> ^2.1.15

Branch
------
WEBPACK_DEVEL2

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

Modified Files
--------------
web/yarn.lock | 1371 +++++++++++++++++++++++++++++++++++++++------------------
1 file changed, 949 insertions(+), 422 deletions(-)


pgadmin-hackers by date:

Previous
From: Mark Deneen
Date:
Subject: docker container fails to start after stopping
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Remove any Apache HTTPD PID file before startingthe