Re: [pgAdmin4][Patch]: Adding connection status in Query tool

2018-01-11 Thread Dave Page
On Thu, Jan 11, 2018 at 7:00 AM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > On Thu, Jan 11, 2018 at 12:06 PM, Murtuza Zabuawala enterprisedb.com> wrote: > >> User can open Query tool in new browser window where we'll not have >> wcDocker panel. >> > > In that case we can use windo

pgAdmin 4 v2.1 released!

2018-01-11 Thread Dave Page
The pgAdmin Development Team are pleased to announce pgAdmin 4 version 2.1. This release of pgAdmin 4 includes nearly 90 bug fixes and new features. For more details please see the release notes at https://www.pgadmin.org/docs/pgadmin4/dev/release_notes_2_1.html. Notable changes in this release in

pgAdmin 4 commit: Tag REL-2_1 has been created.

2018-01-11 Thread Dave Page
Tag REL-2_1 has been created. View: https://git.postgresql.org/gitweb?p=pgadmin4.git;a=tag;h=refs/tags/REL-2_1 Log Message --- Tag 2.1

pgAdmin 4 commit: Don't listen on port 443 if TLS is not enabled when l

2018-01-11 Thread Dave Page
Don't listen on port 443 if TLS is not enabled when launching the container. Fixes #2998 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8b3aecd137bc9d93ab74acfcdff6b07a6d655f91 Modified Files -- pkg/docker/entry.sh | 10 +

[pgadmin4][Patch]: Display Functions node for GreenPlum database

2018-01-11 Thread Joao De Almeida Pereira
Hello Hackers, We had some requests from GreenPlum users to display the functions node again. This patch reintroduces functions as a node underneath the Schemas. Unfortunately this patch is not final because I could not find the place where the Data Type is populated from. (See next image)[image:

pgAdmin 4 commit: Ensure images in the docs have alt tags for screen re

2018-01-11 Thread Dave Page
Ensure images in the docs have alt tags for screen readers. Fixes #2903 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b78b97d89b458773da92fc2989250063449aac31 Author: Murtuza Zabuawala Modified Files -- docs/en_US/add_restore_po

Re: [pgAdmin4][Patch#2903] To add ALT tags for images in pgAdmin4 help files

2018-01-11 Thread Dave Page
Thanks, patch applied. On Wed, Jan 10, 2018 at 7:15 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA patch to add ALT tags in all the online help file images for > accessibility. > RM#2903 > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprised

[pgAdmin4][Patch] Statistics button not working for GreenPlum

2018-01-11 Thread Joao De Almeida Pereira
Hello Hackers, Find attached a patch that enables the retrieval of statistics for databases and servers on GreenPlum databases. Thanks Joao diff --git a/web/pgadmin/browser/server_groups/servers/databases/templates/databases/sql/default/stats.sql b/web/pgadmin/browser/server_groups/servers/dat

Re: [pgadmin4][Patch]: Display Functions node for GreenPlum database

2018-01-11 Thread Murtuza Zabuawala
Hi Joao, We have written common function 'def get_types(...)' in a class called 'DataTypeReader' to fetch datatypes in a file '../pgadmin4/web/pgadmin/ browser/server_groups/servers/databases/schemas/utils.py' and we have inherited from DataTypeReader in Function module's 'FunctionView' class to u

pgAdmin 4 commit: Fixed the warnings/errors reported by eslint for all

2018-01-11 Thread Ashesh Vashi
Fixed the warnings/errors reported by eslint for all the static javascripts. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c32eb6bd37157fd5abc4d6a4ceeb6c7c954ba377 Modified Files -- web/pgadmin/about/static/js/about.js

Re: ESLINT: On pgAdmin static javascripts

2018-01-11 Thread Ashesh Vashi
On Thu, Jan 11, 2018 at 11:16 AM, Ashesh Vashi < ashesh.va...@enterprisedb.com> wrote: > Hi Murtuza, > > On Tue, Jan 9, 2018 at 4:08 PM, Murtuza Zabuawala enterprisedb.com> wrote: > >> All patches looks good to me except one issue as shown in screenshot >> which I observed while opening Preferenc