pgAdmin 4 commit: Add various make targets for auditing the Python and

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Add various make targets for auditing the Python and
Date: 2019-08-02 13:05:12
Message-ID: E1htXFA-00022h-Fb@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add various make targets for auditing the Python and JS modules. Update the install-node target so that it de-dupes JS modules.

Original patch by Aditya, with further work from Ashesh and I.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=87804627089f5ae08615b23979d4fbd4f66b2636
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
.gitignore | 2 +
Makefile | 19 +-
tools/requirements.txt | 3 +-
web/package.json | 14 +-
web/yarn.lock | 4029 ++++++++++++++++++++++++++++++------------------
5 files changed, 2555 insertions(+), 1512 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-08-02 14:50:48 pgAdmin 4 commit: Update library inventory.
Previous Message Dave Page 2019-08-02 10:29:16 Re: [pgAdmin][RM4552] Dragging the selected text in SQL editor throws console errors