pgAdmin 4 commit: Expect the yum repo metadata to be GPG signed.

2021-05-06 Thread Dave Page
Expect the yum repo metadata to be GPG signed. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c32ff3a7eefa84bd346f87e3418135799b267299 Modified Files -- pkg/redhat/repo-rpm.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[pgAdmin][Patch] Bug #6407 - missing CREATE TYPE statement when using CREATE Script menu

2021-05-06 Thread Yogesh Mahajan
Hi, Attached patch adds support for Nested Table & Varay Type creation in Advance Server.(Supported by version > PPAS 96 ) Thanks, Yogesh Mahajan EnterpriseDB diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/types/__init__.py b/web/pgadmin/browser/server_groups/servers/da

Re: [pgAdmin][RM6355]: pgAdmin is able to open external files that are dragged into it.

2021-05-06 Thread Akshay Joshi
Thanks, patch applied. On Wed, May 5, 2021 at 8:20 PM Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hello, > > PFA patch to remove duplicate code and avoid DOM search operation in > panel.js. > > -- > Regards, > Murtuza Zabuawala > *EDB* > *POWER TO POSTGRES* > https://www.edbp

pgAdmin 4 commit: Remove duplicate code and avoid DOM search operation.

2021-05-06 Thread Akshay Joshi
Remove duplicate code and avoid DOM search operation. refs #6355 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4c550076a25d70cb9aa9bdb97056c4882a93 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/browser/static/js/p

Re: [pgAdmin][RM6355]: pgAdmin is able to open external files that are dragged into it.

2021-05-06 Thread Pradip Parkale
Hi Akshay, Patch looks good to me. On Wed, May 5, 2021 at 8:20 PM Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hello, > > PFA patch to remove duplicate code and avoid DOM search operation in > panel.js. > > -- > Regards, > Murtuza Zabuawala > *EDB* > *POWER TO POSTGRES* > htt