Re: pgAdmin 4 commit: Fix naming inconsistency for the column and FTS parse

2019-03-14 Thread Khushboo Vashi
Hi, Please find the attach fix for the regression. Thanks, Khushboo On Thu, Mar 14, 2019 at 10:23 PM Dave Page wrote: > Fix naming inconsistency for the column and FTS parser modules. Fixes #1269 > > Branch > -- > master > > Details > --- > > https://git.postgresql.org/gitweb?p=pgadmin

pgAdmin 4 commit: Fix naming inconsistency for the column and FTS parse

2019-03-14 Thread Dave Page
Fix naming inconsistency for the column and FTS parser modules. Fixes #1269 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=69ec460b6024c3deaa5616455ebd81d32abfeded Modified Files -- docs/en_US/release_notes_4_4.rst

pgAdmin 4 commit: Improve a couple of German translations. Fixes #3104

2019-03-14 Thread Dave Page
Improve a couple of German translations. Fixes #3104 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=395d3cb5458a843b4e48172dcf393eba9f1af171 Modified Files -- docs/en_US/release_notes_4_4.rst | 1 + .../translat

pgAdmin 4 commit: Append the file suffix to filenames when needed in th

2019-03-14 Thread Dave Page
Append the file suffix to filenames when needed in the File Create dialogue. Fixes #4069 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c548eac5efaf94a652ee75656e3438930e69bbfe Modified Files -- docs/en_US/release_notes_4_4.rst

pgAdmin 4 commit: Remove the direct dependency on fsevents as we don't

2019-03-14 Thread Dave Page
Remove the direct dependency on fsevents as we don't use it ourselves and it errors on Linux and Windows. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=145ca618aeb0cab1bf734d9ea02945f0766dd4e0 Modified Files -- libraries.txt

Packagers: Python and JS dependency updates

2019-03-14 Thread Dave Page
Packagers; I've just committed a patch to update the Python and JS dependencies for pgAdmin. You can see the new requirements at the URLs below: Python runtime: https://git.postgresql.org/gitweb/?p=pgadmin4.git;a=blob;f=requirements.txt;h=60f0bd66cf21cd57c84da3f01f055f8345906c85;hb=e4417229aa674

pgAdmin 4 commit: Update all Python and JS dependencies. Fixes #4019

2019-03-14 Thread Dave Page
Update all Python and JS dependencies. Fixes #4019 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e4417229aa67404ec479a2f8a01c9a488bc68173 Author: Khushboo Vashi Modified Files -- docs/en_US/release_notes_4_4.rst

Re: RM4069 - Append the file suffix to filenames when needed in the File Create dialogue.

2019-03-14 Thread Dave Page
Hi On Thu, Mar 14, 2019 at 1:00 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi Dave, > > On Thu, Mar 14, 2019 at 5:01 PM Dave Page wrote: > >> Here's a small patch for $SUBJECT. >> >> I'd normally commit something like this directly but wanted some thoughts >> on the fact that

Re: RM4069 - Append the file suffix to filenames when needed in the File Create dialogue.

2019-03-14 Thread Khushboo Vashi
Hi Dave, On Thu, Mar 14, 2019 at 5:01 PM Dave Page wrote: > Here's a small patch for $SUBJECT. > > I'd normally commit something like this directly but wanted some thoughts > on the fact that it introduces a third method for figuring out what path > separator to use to the file manager code: > >

RM4069 - Append the file suffix to filenames when needed in the File Create dialogue.

2019-03-14 Thread Dave Page
Here's a small patch for $SUBJECT. I'd normally commit something like this directly but wanted some thoughts on the fact that it introduces a third method for figuring out what path separator to use to the file manager code: 1) We get it from the config file (which is actually a template) 2) We l