[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][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

[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

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

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(-)

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 --

Re: Patch for Bug #6832

2021-10-18 Thread Khushboo Vashi
Hi Florian, The patch will fail if we have AUTHENTICATION_SOURCES = ['ldap', 'oauth2'] settings. Also, please rebase your patch. Thanks, Khushboo On Wed, Oct 13, 2021 at 4:03 PM Florian Sabonchi wrote: > Hello I have written a patch for the bug #6832 > >