pgAdmin 4 commit: Fixed an issue where the blank string is stored inste

2021-10-18 Thread Akshay Joshi
Fixed an issue where the blank string is stored instead of NULL in the server table of SQLite database. Fixes #6915 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b8072bd630a478f19cc1887796d787137593f29b Modified Files -- docs/en

pgAdmin 4 commit: Update version for release.

2021-10-18 Thread Akshay Joshi
Update version for release. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0f92f54452143acf188533202347a82ec0008ce5 Modified Files -- web/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

pgAdmin4 v6.1 candidate builds

2021-10-18 Thread Akshay Joshi
Hi All, pgAdmin4 v6.1 candidate builds and source can be found at https://developer.pgadmin.org/builds/2021-10-18-1/ Fahar, can you please verify it for release on Thursday. -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *EDB Postgres

[pgAdmin4][Patch] - Fix for RM #6928

2021-10-18 Thread Khushboo Vashi
Hi, Please find the attached patch for the RM #6928 - Master password is not asked when On MASTER_PASSWORD_REQUIRED=True & AUTHENTICATION_SOURCES=['webserver'] Thanks, Khushboo RM_6928.patch Description: Binary data

[pgAdmin][RM6929] Error Message displayed if user drag sequence in ERD

2021-10-18 Thread Aditya Toshniwal
Hi Hackers, Please review the attached patch which will not allow one to drop any node except table on ERD. -- Thanks, Aditya Toshniwal pgAdmin Hacker | Software Architect | *edbpostgres.com* "Don't Complain about Heat, Plant a TREE" RM6929.patch Description: Binary da

[pgAdmin4][Patch] - RM #6930 - Existing Server group disappear if user rename it

2021-10-18 Thread Khushboo Vashi
Hi, Please find the attached patch to fix the RM #6930 - Existing Server group disappear if user rename it Thanks, Khushboo RM_6930.patch Description: Binary data

pgAdmin 4 commit: Ensure that only the table node should be allowed to

2021-10-18 Thread Akshay Joshi
Ensure that only the table node should be allowed to drop on the ERD tool. Fixes #6929 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9de14893229fc81477c8c1abc4dccb8284a75f88 Author: Aditya Toshniwal Modified Files -- docs/en_US

pgAdmin 4 commit: 1) Ensure that the master password should be prompt w

2021-10-18 Thread Akshay Joshi
1) Ensure that the master password should be prompt when MASTER_PASSWORD_REQUIRED is set to True and AUTHENTICATION_SOURCES is the webserver. Fixes #6928 2) Fixed an issue where the existing server group is disappeared on rename it. Fixes #6930 Branch -- master Details --- https://gi

Re: [pgAdmin][RM6929] Error Message displayed if user drag sequence in ERD

2021-10-18 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Oct 19, 2021 at 10:33 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Please review the attached patch which will not allow one to drop any node > except table on ERD. > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Softw

Re: [pgAdmin4][Patch] - RM #6930 - Existing Server group disappear if user rename it

2021-10-18 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Oct 19, 2021 at 10:53 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix the RM #6930 - Existing Server > group disappear if user rename it > > Thanks, > Khushboo > -- *Thanks & Regards* *Akshay Joshi*

Re: [pgAdmin4][Patch] - Fix for RM #6928

2021-10-18 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Oct 18, 2021 at 7:07 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch for the RM #6928 - Master password is not > asked when On MASTER_PASSWORD_REQUIRED=True & > AUTHENTICATION_SOURCES=['webserver'] > > > Thank