pgAdmin 4 commit: Fixed audit issues

2022-03-01 Thread Akshay Joshi
Fixed audit issues Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6b9ae466c233795d97a8ab676ecf9837529dae57 Modified Files -- web/package.json | 2 +- web/yarn.lock| 18 +- 2 files changed, 10 insertions(+), 10 d

Re: [pgAdmin][RM7202] Update requirements for Flask-Security-Too

2022-03-01 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Mar 2, 2022 at 9:50 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch will enforce Flask-Security-Too to use the latest version. > The current requirement does not completely work. > Please review. > > -- > Thanks,

pgAdmin 4 commit: Ensure that Flask-Security-Too is using the latest ve

2022-03-01 Thread Akshay Joshi
Ensure that Flask-Security-Too is using the latest version. Fixes #7202 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5ce3c4a5c83c323b6cb7b7d96a9d7127e6dafd6f Author: Aditya Toshniwal Modified Files -- docs/en_US/release_notes_6

[pgAdmin][RM7202] Update requirements for Flask-Security-Too

2022-03-01 Thread Aditya Toshniwal
Hi Hackers, Attached patch will enforce Flask-Security-Too to use the latest version. The current requirement does not completely work. Please review. -- Thanks, Aditya Toshniwal pgAdmin Hacker | Software Architect | *edbpostgres.com* "Don't Complain about Heat, Plant a

pgAdmin 4 commit: Disable RPATH checking, as it will fail with some of

2022-03-01 Thread Dave Page
Disable RPATH checking, as it will fail with some of the paths in the Python virtualenv, in particular Pillow.libs. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f8df93540434694e88dd9f62c926b75fe54f8f20 Modified Files -- pkg/red