Re: pgAdmin 4 commit: Fix unicode handling in the external process tools an

From: Joao De Almeida Pereira <jdealmeidapereira(at)pivotal(dot)io>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pgAdmin 4 commit: Fix unicode handling in the external process tools an
Date: 2018-03-13 20:54:19
Message-ID: CAE+jjamkhcVD-ibzQr+H3vLg3QDjAsb2tqw6r2edvhyYnePstw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Dave, Khushboo

Looks like there is a linting issue with this commit:

Successfully installed pycodestyle-2.3.1
<https://gpdb-dev.data.pivotal.ci/teams/main/pipelines/pgadmin-feature-branches/jobs/pgadmin-master-python-linter/builds/39#L5aa7e5db:6>
/tmp/build/4a5630c2/pgadmin-master/web /tmp/build/4a5630c2
<https://gpdb-dev.data.pivotal.ci/teams/main/pipelines/pgadmin-feature-branches/jobs/pgadmin-master-python-linter/builds/39#L5aa7e5db:7>
./pgadmin/misc/bgprocess/processes.py:186: [E225] missing whitespace
around operator
<https://gpdb-dev.data.pivotal.ci/teams/main/pipelines/pgadmin-feature-branches/jobs/pgadmin-master-python-linter/builds/39#L5aa7e5db:8>
./pgadmin/tools/backup/__init__.py:113: [E303] too many blank lines (2)
<https://gpdb-dev.data.pivotal.ci/teams/main/pipelines/pgadmin-feature-branches/jobs/pgadmin-master-python-linter/builds/39#L5aa7e5db:9>
1 E225 missing whitespace around operator
<https://gpdb-dev.data.pivotal.ci/teams/main/pipelines/pgadmin-feature-branches/jobs/pgadmin-master-python-linter/builds/39#L5aa7e5db:10>
1 E303 too many blank lines (2)
<https://gpdb-dev.data.pivotal.ci/teams/main/pipelines/pgadmin-feature-branches/jobs/pgadmin-master-python-linter/builds/39#L5aa7e5db:11>
2

Best Regards,
Victoria & Joao

On Tue, Mar 13, 2018 at 4:45 PM Dave Page <dpage(at)pgadmin(dot)org> wrote:

> Fix unicode handling in the external process tools and show the complete
> command in the process viewer. Fixes #2963. Fixes #3157.
>
> Branch
> ------
> master
>
> Details
> -------
>
> https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=802269910c37a52aa57479bbcc1d8d078f6a88e1
> Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
>
> Modified Files
> --------------
> web/pgadmin/misc/bgprocess/processes.py | 36
> +++++++++++++++++++++--
> web/pgadmin/misc/bgprocess/static/js/bgprocess.js | 6 ++--
> web/pgadmin/tools/backup/__init__.py | 5 ++--
> 3 files changed, 38 insertions(+), 9 deletions(-)
>
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-03-13 21:30:11 pgAdmin 4 commit: PEP-8 fixes
Previous Message Dave Page 2018-03-13 20:48:09 Re: [pgAdmin4][Patch]: RM #2963 - Backup database, Restore database and Maintenance Database failed for é object.