From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Fix PEP8 issues in various modules. Fixes #3121 |
Date: | 2018-02-19 11:12:39 |
Message-ID: | E1enjN9-0002JB-0J@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Fix PEP8 issues in various modules. Fixes #3121
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7301e30ff3a57b4380c2cf56f67c065f56eb229a
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Modified Files
--------------
web/pgadmin/help/__init__.py | 20 +-
web/pgadmin/model/__init__.py | 48 ++--
web/pgadmin/preferences/__init__.py | 18 +-
web/pgadmin/redirects/__init__.py | 5 +-
web/pgadmin/settings/__init__.py | 24 +-
web/pgadmin/setup/db_upgrade.py | 8 +-
web/pgadmin/setup/user_info.py | 5 +-
web/regression/feature_utils/app_starter.py | 4 +-
web/regression/feature_utils/base_feature_test.py | 32 ++-
web/regression/feature_utils/pgadmin_page.py | 97 ++++---
.../python_test_utils/template_helper.py | 4 +-
web/regression/python_test_utils/test_utils.py | 279 ++++++++++++---------
web/regression/runtests.py | 54 ++--
13 files changed, 369 insertions(+), 229 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2018-02-19 11:12:58 | Re: [pgAdmin4][RM#3121] Fix PEP-8 issues |
Previous Message | Dave Page | 2018-02-19 11:08:36 | Re: [pgadmin4][patch] Hides the tablespace node in ACI tree for GreenPlum |