pgAdmin 4 commit: Make the setup process more robust against aborted ex

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Make the setup process more robust against aborted ex
Date: 2018-12-21 10:30:53
Message-ID: E1gaI4z-0006z6-2T@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Make the setup process more robust against aborted executions. Fixes #3830

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_3_7.rst | 3 ++-
web/migrations/versions/fdc58d9bd449_.py | 3 ++-
web/pgadmin/__init__.py | 12 +++++++-----
web/pgadmin/setup/__init__.py | 2 +-
web/pgadmin/setup/db_version.py | 5 +++++
5 files changed, 17 insertions(+), 8 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-12-21 10:31:06 Re: [pgAdmin4][RM3830] AttributeError if pgadmin4-web-setup.sh stopped in between login setup and run again
Previous Message Akshay Joshi 2018-12-20 13:05:16 Re: [pgAdmin4][Patch] - RM 3780 pgAdmin4 lacks ability to specify NULL values in CSV export