pgAdmin 4 commit: PEP-8 fixes.

2019-07-25 Thread Dave Page
PEP-8 fixes. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=24a030317f59f6ed12e4a6a6498d7885c20a0d00 Modified Files -- .../server_groups/servers/databases/schemas/tables/utils.py | 12 +++- 1 file changed, 7 insertions

pgAdmin 4 commit: PEP-8 fixes.

2019-06-20 Thread Dave Page
PEP-8 fixes. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=644624eabe3661d429efccc123d070815a040fae Modified Files -- .../server_groups/servers/databases/schemas/tables/utils.py | 12 +++- 1 file changed, 7 insertions

pgAdmin 4 commit: PEP-8 fixes.

2019-03-28 Thread Dave Page
PEP-8 fixes. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4d45a3cb24e1c4f185d83eb85adf2dd9a0489c63 Modified Files -- .../databases/schemas/sequences/__init__.py| 6 +++-- .../tables/columns/tests/test_column_add.py

pgAdmin 4 commit: PEP-8 fixes

2018-03-13 Thread Dave Page
PEP-8 fixes Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3c686d3fbe1bedad6e7744ca61e3b75dba07fcdc Modified Files -- web/pgadmin/misc/bgprocess/processes.py | 2 +- web/pgadmin/tools/backup/__init__.py| 1 - 2 files changed, 1

pgAdmin 4 commit: Final PEP-8 fixes

2018-03-08 Thread Dave Page
Final PEP-8 fixes Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3a6994f719ed89460be00175debcd6af297c4d0e Author: Joao Pedro De Almeida Pereira Modified Files -- web/config.py | 8 +- web

Re: [pgAdmin4][Patch]: PEP-8 fixes in the foreign data wrapper module

2018-03-02 Thread Dave Page
Thanks, applied. On Fri, Mar 2, 2018 at 4:56 AM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi Joao, > > On Thu, Mar 1, 2018 at 8:13 PM, Joao De Almeida Pereira < > jdealmeidapere...@pivotal.io> wrote: > >> Hello Khushboo, >> I applied this patch and here is the result: >> >> 201

Re: [pgAdmin4][Patch]: PEP-8 fixes in the foreign data wrapper module

2018-03-01 Thread Khushboo Vashi
Hi Joao, On Thu, Mar 1, 2018 at 8:13 PM, Joao De Almeida Pereira < jdealmeidapere...@pivotal.io> wrote: > Hello Khushboo, > I applied this patch and here is the result: > > 2018-03-01 09:41:00 ⌚ |ruby-2.4.1| pgadmin-dev in ~/workspace/pgadmin4/web > ± |pep-8-fdw {2} U:13 ✗| → git st > On branch

Re: [pgAdmin4][Patch]: PEP-8 fixes in the foreign data wrapper module

2018-03-01 Thread Joao De Almeida Pereira
Hello Khushboo, I applied this patch and here is the result: 2018-03-01 09:41:00 ⌚ |ruby-2.4.1| pgadmin-dev in ~/workspace/pgadmin4/web ± |pep-8-fdw {2} U:13 ✗| → git st On branch pep-8-fdw Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout

[pgAdmin4][Patch]: PEP-8 fixes in the foreign data wrapper module

2018-03-01 Thread Khushboo Vashi
Hi, Please find the attached patch to fix the PEP-8 issues in the foreign data wrapper module. Thanks, Khushboo diff --git a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/__init__.p

Re: PEP-8 fixes

2018-02-27 Thread Dave Page
Thanks, applied! On Tue, Feb 27, 2018 at 7:19 AM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi, > > Please find patch to fix pep-8 issues for given modules. > > 1. server group (__init__.py) > 2. server (__init__.py, gpdb.py, types.py, utils.py) > > > -- > *Harshal Dhumal* > *Sr.

PEP-8 fixes

2018-02-26 Thread Harshal Dhumal
Hi, Please find patch to fix pep-8 issues for given modules. 1. server group (__init__.py) 2. server (__init__.py, gpdb.py, types.py, utils.py) -- *Harshal Dhumal* *Sr. Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git a/web/pgadmi

Re: pep-8 fixes

2018-02-26 Thread Dave Page
Thanks, applied. On Mon, Feb 26, 2018 at 1:38 PM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi, > > Please find patch to fix pep-8 issues for given modules. > > 1. help (__init__.py) > 2. pgadmin (__init__.py) > 3. browser (__init__.py, collection.py, utils.py) > > > -- > *Harsha

pep-8 fixes

2018-02-26 Thread Harshal Dhumal
Hi, Please find patch to fix pep-8 issues for given modules. 1. help (__init__.py) 2. pgadmin (__init__.py) 3. browser (__init__.py, collection.py, utils.py) -- *Harshal Dhumal* *Sr. Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --gi