pgAdmin 4 commit: Update version for release.

2019-10-15 Thread Akshay Joshi
Update version for release. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d7b1e2cd9c331f3611a8ada347f79d338462252c Modified Files -- runtime/Info.plist | 4 ++-- runtime/pgAdmin4.pro | 2 +- web/config.py| 4 ++-- 3 files

pgAdmin4 v4.14 candidate builds

2019-10-15 Thread Akshay Joshi
Hi All, pgAdmin4 v4.14 candidate builds and source can be found at https://developer.pgadmin.org/builds/2019-10-15-1/ *Note*:- Windows build has some problem, so I'll share that later. Fahar, can you please verify it for release on Thursday. -- *Thanks & Regards* *Akshay Joshi* *Sr. Software

Re: pgAdmin4 v4.14 candidate builds

2019-10-15 Thread Fahar Abbas
Hi Akshay, Here is the showstopper issue in Docker: https://redmine.postgresql.org/issues/4835 Kind Regards, On Tue, Oct 15, 2019 at 3:49 PM Akshay Joshi wrote: > Hi All, > > pgAdmin4 v4.14 candidate builds and source can be found at > https://developer.pgadmin.org/builds/2019-10-15-1/ > > *N

Re: pgAdmin4 v4.14 candidate builds

2019-10-15 Thread Akshay Joshi
Hi Fahar On Tue, Oct 15, 2019 at 4:32 PM Fahar Abbas wrote: > Hi Akshay, > > Here is the showstopper issue in Docker: > https://redmine.postgresql.org/issues/4835 > This is definitely not a showstopper issue as the user can change the Binary Path to "*/usr/local/pgsql-11*" and run the func

Re: pgAdmin4 v4.14 candidate builds

2019-10-15 Thread Fahar Abbas
On Tue, Oct 15, 2019 at 5:56 PM Akshay Joshi wrote: > Hi Fahar > > On Tue, Oct 15, 2019 at 4:32 PM Fahar Abbas > wrote: > >> Hi Akshay, >> >> Here is the showstopper issue in Docker: >> https://redmine.postgresql.org/issues/4835 >> > > This is definitely not a showstopper issue as the user

Re: pgAdmin4 v4.14 candidate builds

2019-10-15 Thread Akshay Joshi
On Tue, Oct 15, 2019 at 6:30 PM Fahar Abbas wrote: > > On Tue, Oct 15, 2019 at 5:56 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi Fahar >> >> On Tue, Oct 15, 2019 at 4:32 PM Fahar Abbas >> wrote: >> >>> Hi Akshay, >>> >>> Here is the showstopper issue in Docker: >>> https://

pgAdmin 4 commit: Ensure the MAC OSX app should be notarized for Catali

2019-10-15 Thread Akshay Joshi
Ensure the MAC OSX app should be notarized for Catalina. Added post-build script in Jenkins to notarize appbundle. Fixes #4817 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e987fe9d37b4a058cb943395cd3fbc73b61a371e Author: Paresh More Modi