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
--
docs/en_US/images/server_advanced.png  | Bin 86133 -> 35463 bytes
docs/en_US/images/server_connection.png| Bin 78869 -> 42649 bytes
docs/en_US/images/server_general.png   | Bin 51272 -> 39091 bytes
docs/en_US/images/server_ssl.png   | Bin 0 -> 40339 bytes
docs/en_US/server_dialog.rst   |  89 
web/migrations/versions/ef590e979b0d_.py   |  46 
.../browser/server_groups/servers/__init__.py  |  98 +++--
.../server_groups/servers/static/js/server.js  | 116 +++--
web/pgadmin/misc/file_manager/__init__.py  |  46 ++--
.../misc/file_manager/static/css/file_manager.css  |   5 +-
web/pgadmin/misc/file_manager/static/js/utility.js |  42 +++-
.../file_manager/js/file_manager_config.json   |   1 +
web/pgadmin/model/__init__.py  |  19 ++--
web/pgadmin/utils/driver/psycopg2/__init__.py  |  35 ++-
14 files changed, 439 insertions(+), 58 deletions(-)



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 +--
web/migrations/versions/d85a62333272_.py |  2 --
web/migrations/versions/f195f9a4923d_.py |  4 +---
web/migrations/versions/fdc58d9bd449_.py | 11 +--
web/pgadmin/setup/db_version.py  |  9 -
6 files changed, 10 insertions(+), 34 deletions(-)



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_MESSAGES/messages.mo|  Bin 113740 -> 126937 bytes
.../translations/de/LC_MESSAGES/messages.po| 8996 
.../translations/pl/LC_MESSAGES/messages.mo|  Bin 112948 -> 126007 bytes
.../translations/pl/LC_MESSAGES/messages.po| 8651 +++
.../translations/zh/LC_MESSAGES/messages.mo|  Bin 86541 -> 101468 bytes
.../translations/zh/LC_MESSAGES/messages.po| 8630 +++
7 files changed, 19634 insertions(+), 14680 deletions(-)



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
>
> 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: 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 Company
>
> On Thu, Sep 28, 2017 at 2:51 PM, Dave Page  wrote:
>
>> Update release notes.
>>
>> Branch
>> --
>> master
>>
>> Details
>> ---
>> https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdif
>> f;h=50a78abf48795173c2e4cbd5f49157339db92bf5
>>
>> Modified Files
>> --
>> docs/en_US/release_notes_2_0.rst | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>>
>


-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


[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%209517>Mobile: +91 976-788-8246
> <+91%2097678%2088246>*
>



-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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 Files
--
docs/en_US/release_notes_2_0.rst  | 3 ++-
web/pgadmin/browser/server_groups/servers/__init__.py | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)



[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/css/style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



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...@enterprisedb.com> wrote:

> 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
>


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 documentation link on dashboard now.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9c6c32e9368a44dc43e6374758ea3b23dd4e21b3

Modified Files
--
web/config.py  |  2 +-
web/package.json   |  1 -
.../templates/dashboard/welcome_dashboard.html |  2 +-
web/pgadmin/static/css/pgadmin.css | 25 ++
web/yarn.lock  |  4 
5 files changed, 27 insertions(+), 7 deletions(-)



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(-)