[pgAdmin][RM-6978]: pgAdmin4 Scrollbars abnormally thin

2021-12-06 Thread Nikhil Mohite
Hi Hackers,

Please find the attached patch for RM-6978:
 pgAdmin4 Scrollbars abnormally
thin


-- 
*Thanks & Regards,*
*Nikhil Mohite*
*Senior Software Engineer.*
*EDB Postgres* 
*Mob.No: +91-7798364578.*


RM-6978.patch
Description: Binary data


Kerberos Auth fix

2021-12-06 Thread Yogesh Mahajan
Hi,

Please find the attached patch which fixes kerberos auth which is broken
due to 2FA.

Thanks,
Yogesh Mahajan
EnterpriseDB


Kerberos_Auth_fix_v1.patch
Description: Binary data


pgAdmin 4 commit: Increase the width of the scrollbars. Fixes #6978

2021-12-06 Thread Akshay Joshi
Increase the width of the scrollbars. Fixes #6978

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=950809ee55df4b5207537e431b2d51bc5d269289
Author: Nikhil Mohite 

Modified Files
--
docs/en_US/release_notes_6_3.rst|  1 +
web/pgadmin/static/scss/_pgadmin.style.scss | 11 ++-
2 files changed, 7 insertions(+), 5 deletions(-)



pgAdmin 4 commit: Fixed Kerberos authentication issue which is broken d

2021-12-06 Thread Akshay Joshi
Fixed Kerberos authentication issue which is broken due to 2FA.

refs #6543

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=48dc4bacc47f80a585eb7eba9b4a337380ae78a1
Author: Yogesh Mahajan 

Modified Files
--
docs/en_US/mfa.rst   | 4 ++--
web/pgadmin/authenticate/__init__.py | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)



pgAdmin 4 commit: Fixed an issue where tooltip data are not displaying

2021-12-06 Thread Akshay Joshi
Fixed an issue where tooltip data are not displaying on downloaded graphical 
explain plan. Fixes #6840

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c7a49490a219ee140f3e26e80ababf1d40289de4
Author: Pradip Parkale 

Modified Files
--
docs/en_US/release_notes_6_3.rst  |  1 +
web/pgadmin/misc/static/explain/js/explain.js | 72 ++-
2 files changed, 71 insertions(+), 2 deletions(-)



Re: Kerberos Auth fix

2021-12-06 Thread Akshay Joshi
Thanks, the patch applied.

On Mon, Dec 6, 2021 at 5:59 PM Yogesh Mahajan <
yogesh.maha...@enterprisedb.com> wrote:

> Hi,
>
> Please find the attached patch which fixes kerberos auth which is broken
> due to 2FA.
>
> Thanks,
> Yogesh Mahajan
> EnterpriseDB
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


Re: [pgAdmin][RM-6978]: pgAdmin4 Scrollbars abnormally thin

2021-12-06 Thread Akshay Joshi
Thanks, the patch applied.

On Mon, Dec 6, 2021 at 3:31 PM Nikhil Mohite 
wrote:

> Hi Hackers,
>
> Please find the attached patch for RM-6978:
>  pgAdmin4 Scrollbars
> abnormally thin
>
>
> --
> *Thanks & Regards,*
> *Nikhil Mohite*
> *Senior Software Engineer.*
> *EDB Postgres* 
> *Mob.No: +91-7798364578.*
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


Re: [pgAdmin][RM6840]: Tooltip data are not displaying on Downloaded graphical explain plan (SVG file)

2021-12-06 Thread Akshay Joshi
Thanks, the patch applied.

On Sun, Dec 5, 2021 at 3:24 PM Pradip Parkale <
pradip.park...@enterprisedb.com> wrote:

> Hi Hackers,
> Please find the attached patch for #6840 Tooltip data not displaying on
> Downloaded graphical explain plan (SVG file).
>
> --
> Thanks & Regards,
> Pradip Parkale
> Software Engineer | EnterpriseDB Corporation
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


pgAdmin 4 commit: Update Python version compatibility and PyPi descript

2021-12-06 Thread Dave Page
Update Python version compatibility and PyPi description.

Branch
--
master

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

Modified Files
--
pkg/pip/setup_pip.py | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)



pgAdmin 4 commit: PEP-8. Sigh.

2021-12-06 Thread Dave Page
PEP-8. Sigh.

Branch
--
master

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

Modified Files
--
pkg/pip/setup_pip.py | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)



pgAdmin 4 commit: Fixed RESQL test cases for EPAS-14

2021-12-06 Thread Akshay Joshi
Fixed RESQL test cases for EPAS-14

Branch
--
master

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

Modified Files
--
.../14_plus/alter_package_headers_and_comment.sql  | 21 +++
.../alter_package_headers_and_comment_msql.sql |  4 ++
.../14_plus/create_package_with_all_options.sql| 23 
.../create_package_with_all_options_msql.sql   | 17 ++
.../schemas/packages/tests/ppas/14_plus/test.json  | 65 ++
5 files changed, 130 insertions(+)



[patch][pgAdmin] RM7029 The PGv14 SQL FUNCTION syntax of RETURN or BEGIN ATOMIC is not recognized nor displayed

2021-12-06 Thread Rahul Shirsat
Hi Hackers,

Please find the attached patch which resolves the issue of sql function
with atomic definition in PGv14.

-- 
*Rahul Shirsat*
Senior Software Engineer | EnterpriseDB Corporation.


RM7029.patch
Description: Binary data