pgAdmin 4 commit: Conditionally pin Flask version based on Python versi

2022-08-16 Thread Akshay Joshi
Conditionally pin Flask version based on Python version. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f771d3a4bb960047427309b2fbf6ef7f819d4a58 Modified Files -- requirements.txt| 3 ++- web/pgadmin/authen

pgAdmin 4 commit: 1) Pin Flask version 2.1.*

2022-08-16 Thread Akshay Joshi
1) Pin Flask version 2.1.* 2) Fixed API test cases that failed due to a change in the Werkzeug version. 3) Change password issue is fixed. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d4fdd4601e585ed8130845f3d8e3aa8a8a710a51 Modified Files

Re: [pgAdmin][RM7404] Port process watcher to React

2022-08-16 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Aug 16, 2022 at 5:50 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch fixes following issues: > 1. Stop process of Process details dialog not working. > 2. When a server of an in progress cloud deployment is expand

pgAdmin 4 commit: 1. Stop process of Process details dialog not working

2022-08-16 Thread Akshay Joshi
1. Stop process of Process details dialog not working. 2. When a server of an in progress cloud deployment is expanded, it is throwing a failed error. 3. Close the process notification on clicking View Processes. Fixes #3709 Branch -- master Details --- https://git.postgresql.org/gitweb

Re: [pgAdmin][RM7404] Port process watcher to React

2022-08-16 Thread Aditya Toshniwal
Hi Hackers, Attached patch fixes following issues: 1. Stop process of Process details dialog not working. 2. When a server of an in progress cloud deployment is expanded, it is throwing a failed error. 3. Close the process notification on clicking View Processes. Please review. On Thu, Aug 11, 2

pgAdmin 4 commit: 1) Fixed an issue where an existing user is deleted a

2022-08-16 Thread Akshay Joshi
1) Fixed an issue where an existing user is deleted and recreated again in the User Management dialog. Fixes #7618 2) Fixed preferences issue when changing themes. 3) Added validation for user names that already exist. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgad

Re: [pgAdmin4][Patch] - Fixed RM #7540

2022-08-16 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Aug 16, 2022 at 1:10 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hello, > > Please find the attached patch to fix the RM #7540. > > Thanks, > Khushboo > -- Akshay Joshi Principal Software Architect +91 97678

pgAdmin 4 commit: Ensure that rename panel should work on view/edit pan

2022-08-16 Thread Akshay Joshi
Ensure that rename panel should work on view/edit panels. Fixes #7540 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d45072fae5ec5e42784fb3bcdd1498dfd4cf6cd7 Author: Khushboo Vashi Modified Files -- docs/en_US/release_notes_6_13.

pgAdmin 4 commit: Fixed crypt key is missing issue when logout from the

2022-08-16 Thread Akshay Joshi
Fixed crypt key is missing issue when logout from the pgAdmin. Fixes #7614 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ff4c5392d6a1c3214f1b060b0caf0f4c3601d4a6 Modified Files -- docs/en_US/release_notes_6_13.rst | 1 + web/pgadm

pgAdmin 4 commit: Fixed an issue email already exists and disable the '

2022-08-16 Thread Akshay Joshi
Fixed an issue email already exists and disable the 'Locked' switch when its value is false. Fixes #7618 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=485265979e2b14990d808212693554e8a18b66f0 Modified Files -- .../user_managemen

[pgAdmin4][Patch] - Fixed RM #7540

2022-08-16 Thread Khushboo Vashi
Hello, Please find the attached patch to fix the RM #7540. Thanks, Khushboo RM_7540.patch Description: Binary data

pgAdmin 4 commit: Add a condition for Werkzeug version 2.1.1, as it is

2022-08-16 Thread Akshay Joshi
Add a condition for Werkzeug version 2.1.1, as it is supported on Python 3.7 and above. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=88a443f73d06938748d9d0710bc5d8442bdc125c Modified Files -- requirements.txt | 3 ++- 1 file cha

pgAdmin 4 commit: Fixed improper parsing of HTTP requests in Pallets We

2022-08-16 Thread Akshay Joshi
Fixed improper parsing of HTTP requests in Pallets Werkzeug v2.1.0 and below (CVE-2022-29361). Fixes #7602 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2d27a97b8cea855528e9149c0f3f8259cf7c4b51 Modified Files -- docs/en_US/relea