pgAdmin 4 commit: Allow selection of SSL certificates and pgpass files

2017-09-28 Thread Dave Page
Allow selection of SSL certificates and pgpass files in connection properties. Fixes #2649. Fixes #2650 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f855ed88ce447a0c58c1f063c61f33a6bef14dc0 Author: Murtuza Zabuawala Modified Files ---

pgAdmin 4 commit: Dead code cleanup.

2017-09-28 Thread Dave Page
Dead code cleanup. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=739d8e2f1fc19b37b7c7e68f12d8d65520aa6dfc Modified Files -- web/migrations/versions/09d53fca90c7_.py | 7 +++ web/migrations/versions/3c1e4b6eda55_.py | 11 +

pgAdmin 4 commit: Update release notes.

2017-09-28 Thread Dave Page
Update release notes. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=50a78abf48795173c2e4cbd5f49157339db92bf5 Modified Files -- docs/en_US/release_notes_2_0.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

pgAdmin 4 commit: Update message catalogs.

2017-09-28 Thread Dave Page
Update message catalogs. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8ea85221f0d59f4aa20a50882b72092f88fcb13f Modified Files -- web/pgadmin/messages.pot | 8037 + .../translations/de/LC_

Re: pgAdmin 4 commit: Update release notes.

2017-09-28 Thread Harshal Dhumal
Hi Dave, I think RM2671 is missing in release notes. -- *Harshal Dhumal* *Sr. Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Thu, Sep 28, 2017 at 2:51 PM, Dave Page wrote: > Update release notes. > > Branch > -- > master > > Detail

pgAdmin 4 commit: Add missing issue, per Harshal.

2017-09-28 Thread Dave Page
Add missing issue, per Harshal. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9588d76b752ac7700aefcde4281c8ff126148576 Modified Files -- docs/en_US/release_notes_2_0.rst | 1 + 1 file changed, 1 insertion(+)

Re: pgAdmin 4 commit: Update release notes.

2017-09-28 Thread Dave Page
Thanks, fixed. On Thu, Sep 28, 2017 at 10:35 AM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi Dave, > > I think RM2671 is missing in release notes. > > -- > *Harshal Dhumal* > *Sr. Software Engineer* > > EnterpriseDB India: http://www.enterprisedb.com > The Enterprise PostgreSQL

[pgAdmin4][Patch] RM 2742 Unable to connect to database server with different user and role

2017-09-28 Thread Akshay Joshi
Hi Attached is the patch to fix RM 2742 "Unable to connect to database server with different user and role". -- *Akshay Joshi* *Sr. Software Architect * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* RM_2742.patch Description: Binary data

Re: [pgAdmin4][Patch] RM 2742 Unable to connect to database server with different user and role

2017-09-28 Thread Dave Page
Thanks, applied. On Thu, Sep 28, 2017 at 1:18 PM, Akshay Joshi wrote: > Hi > > Attached is the patch to fix RM 2742 "Unable to connect to database server > with different user and role". > > -- > *Akshay Joshi* > > *Sr. Software Architect * > > > > *Phone: +91 20-3058-9517 <+91%2020%203058%20951

pgAdmin 4 commit: Ensure using an alternate role to connect to a databa

2017-09-28 Thread Dave Page
Ensure using an alternate role to connect to a database doesn't cause an error when checking recovery state. Fixes #2742 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5a132a547fd9f84db6a93d06e61e0c47c37a92e8 Author: Akshay Joshi Modified F

[pgAdmin4][Patch]: Fix the path to font-mfizz library in style.css

2017-09-28 Thread Surinder Kumar
Hi *Issue:* Webpacking the code fails due to the wrong path of "font-mfizz" library. [Reported by: Neel Patel] Please find an attached patch. Thanks, Surinder fix_font_mfizz_library_path.patch Description: Binary data

pgAdmin 4 commit: Using the correct path for the font-mfizz stylesheet.

2017-09-28 Thread Ashesh Vashi
Using the correct path for the font-mfizz stylesheet. Reported by: Neel Patel Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bcce574e83be628690e0bd37d152f545edfe5b89 Author: Surinder Kumar Modified Files -- web/pgadmin/static/cs

Re: [pgAdmin4][Patch]: Fix the path to font-mfizz library in style.css

2017-09-28 Thread Ashesh Vashi
Thanks - committed! -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Thu, Sep 28, 2017 at 10:39 PM, Surinder Kumar < surinder.ku...@enterprised

pgAdmin 4 commit: Resolved the logo issue.

2017-09-28 Thread Ashesh Vashi
Resolved the logo issue. For some unknown reason, font-mfizz was showing the slonik icon in italic. Even after upgrading it to the latest version of font-mfizz, the problem was not resolved. So - instead of using the vector font, using the PostgreSQL SVG logo as the application icon, and document

pgAdmin 4 commit: Remove the reference of font-mfizz completely.

2017-09-28 Thread Ashesh Vashi
Remove the reference of font-mfizz completely. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0d754fc39f8f08d7c89ec6e59c0cae6e7b701f57 Modified Files -- web/pgadmin/static/css/style.css | 1 - 1 file changed, 1 deletion(-)