pgAdmin 4 commit: Refactor pgAdmin4.py so it can be imported and is a l

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Refactor pgAdmin4.py so it can be imported and is a l
Date: 2020-05-04 14:28:46
Message-ID: E1jVc5O-0007Q5-TZ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Refactor pgAdmin4.py so it can be imported and is a lot more readable. Fixes #5455

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_22.rst | 1 +
pkg/pip/setup_pip.py | 2 +-
web/pgAdmin4.py | 144 +++++++++++++++++++-------------------
3 files changed, 74 insertions(+), 73 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2020-05-04 14:36:17 Re: Patch to remove Python 2.7 support in the macOS Appbundle
Previous Message Dave Page 2020-05-04 14:00:48 pgAdmin 4 commit: Fixed post-login redirect location when running in se