pgAdmin 4 commit: Prevent the filter dialog CodeMirror from overflowing

2018-01-31 Thread Dave Page
Prevent the filter dialog CodeMirror from overflowing onto the button bar of the dialog. Fixes #3067 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c6e405ce72a1bc1d203c238b7fb2a09e4d7e4faf Author: Murtuza Zabuawala Modified Files --

Re: [pgAdmin4][RM#3067] To fix codemirror scroll alignment

2018-01-31 Thread Dave Page
Thanks, applied. On Tue, Jan 30, 2018 at 11:24 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA patch to fix the issue where CodeMirror text overlaps in data view > filter dialog. > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > T

Re: RM2815: Relogin to pgAdmin from sqleditor/datadrid if session exprires

2018-01-31 Thread Dave Page
Hi Can you rebase this please? It doesn't apply. On Wed, Jan 31, 2018 at 6:42 AM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi Dave, > > Please find updated patch for RM2815 > > issues fixed in updated patch > > 1. Warn user before executing query if connection was reset. > 2. I

pgAdmin 4 commit: PEP8 fixes for the utils module. Fixes #3076

2018-01-31 Thread Dave Page
PEP8 fixes for the utils module. Fixes #3076 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c3ddb7df38eb6592372d82483ed3c0d4ec961061 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/utils/__init__.py |

Re: [pgAdmin4][RM#3076] Fix PEP-8 issues in Utility module

2018-01-31 Thread Dave Page
Thanks, applied. On Wed, Jan 31, 2018 at 10:24 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA patch to fix PEP-8 issues in Utility module's python code. > > To verify the changes, > 1) activate virtual environemt > 2) Navigate to ../web directory and run followin

Re: RM2815: Relogin to pgAdmin from sqleditor/datadrid if session exprires

2018-01-31 Thread Dave Page
Sorry - I think we broke it again. It looks simple to fix, but I'm about to board a flight so can you update again please? Thanks. On Wed, Jan 31, 2018 at 11:17 AM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi, > > On Wed, Jan 31, 2018 at 3:47 PM, Dave Page wrote: > >> Hi >> >>