Re: pgAdmin 4 commit: Improvement in the look and feel of the whole applica

2019-01-02 Thread Akshay Joshi
Thanks patch applied. On Wed, Jan 2, 2019 at 11:23 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Kindly ignore the previous patch. Attaching updated patch with few more > corrections. > The patch includes: > - Base font size changed from 0.815rem to 0.875rem,

pgAdmin 4 commit: Fixed following:

2019-01-02 Thread Akshay Joshi
Fixed following: - Base font size changed from 0.815rem to 0.875rem, for navbar from 0.875rem to 0.925rem. - Dialog sizes made consistent throughout the application. Now there are 3 size options for width and height each - sm, md, lg. Combination of any of these to be used hereafter - Alignment

pgAdmin 4 commit: Make the upgrade check key configurable.

2019-01-02 Thread Dave Page
Make the upgrade check key configurable. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d7da8be4864429e33465a4fe382337b930c99649 Modified Files -- web/config.py | 3 +++ web/pgadmin/browser/__init__.py | 7

pgAdmin 4 commit: Update yarn lockfile.

2019-01-02 Thread Dave Page
Update yarn lockfile. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6a9406237a0fb6d9d2babc5c37377df899180631 Modified Files -- web/yarn.lock | 1015 + 1 file changed, 14

Re: [pgAdmin4][Patch] - RM 3780 pgAdmin4 lacks ability to specify NULL values in CSV export

2019-01-02 Thread Dave Page
On Mon, Dec 24, 2018 at 2:17 AM Akshay Joshi wrote: > > > On Fri, 21 Dec 2018, 19:45 Dave Page >> >> >> On Fri, Dec 21, 2018 at 2:08 PM Akshay Joshi < >> akshay.jo...@enterprisedb.com> wrote: >> >>> >>> >>> On Fri, 21 Dec 2018, 18:52 Dave Page >> Hi Looks good - I just found one

pgAdmin 4 commit: Update copyright notices for 2019

2019-01-02 Thread Akshay Joshi
Update copyright notices for 2019 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e23d307c56e92453dc5ea108214c52bdb2409705 Author: Murtuza Zabuawala Modified Files -- docs/en_US/code_review.rst

Re: [pgAdmin] [RM#3839] Update copyright notices for 2019

2019-01-02 Thread Akshay Joshi
Thanks patch applied. On Mon, Dec 31, 2018 at 2:47 PM Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA patch to update copyright notices for 2019. > > - Added the *.rst, .sh, .in, .mako, .ini, .jsx* extensions in the > copyright update tool. > > -- > Regards, >

pgAdmin 4 commit: Increase default startup timeout and give progressive

2019-01-02 Thread Dave Page
Increase default startup timeout and give progressive messages when things are slow. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6e5b54eb1a45a53c07e0f69995eb189f1aa4946b Author: Aditya Toshniwal Modified Files --

Re: [patch][pgAdmin4] Windows error - The application server could not be contacted occasionally

2019-01-02 Thread Dave Page
Thanks, applied. On Tue, Jan 1, 2019 at 10:24 AM Aditya Toshniwal wrote: > > Hi Hackers, > > Some of the windows users are facing the error as "The application server > could not be contacted" while starting pgAdmin4. The startup logs had > nothing. Just that the application timed out. > I was

Packagers: Handling upgrade checks

2019-01-02 Thread Dave Page
Packagers, As you probably know, pgAdmin 4 checks for updates upon startup, and if a newer version is available, directs the user to www.pgadmin.org to download it. The is a problem if your pgAdmin came with a PostgreSQL installer (as you can't download them from our website), and potentially