[pgAdmin][RM-6404]: Separate settings for query tool tab title and connection info

2021-06-07 Thread Nikhil Mohite
Hi Hackers, Please find the attached patch for RM-6404 : Separate settings for query tool tab title and connection info. 1. Query tool connection string will not get change as per "Query tool tab title". 2. It will use the default title format. (%DATABAS

Re: [Patch][pgAdmin] RM4203 Rename Database by another user

2021-06-07 Thread Rahul Shirsat
Hi Akshay, Please find the updated patch below for your reference. I have added an extra check for verifying the database rename. Sorry for the inconvenience caused. On Tue, Jun 1, 2021 at 8:50 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Sun, May 30, 2021 at 12:03 AM Rahul Shirsa

[pgAdmin][RM-6482]: Server property "Foreground Color" does not work.

2021-06-07 Thread Nikhil Mohite
Hi Hackers, Please find the attached patch for RM-6482 : Server property "Foreground Color" does not work. -- *Thanks & Regards,* *Nikhil Mohite* *Software Engineer.* *EDB Postgres*

pgAdmin 4 commit: Updated Flask-Security-Too to the latest v4. Fixes #6

2021-06-07 Thread Akshay Joshi
Updated Flask-Security-Too to the latest v4. Fixes #6225 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=065a3aa2f5a22024746419596de7de8dff34440c Author: Aditya Toshniwal Modified Files -- docs/en_US/release_notes_5_4.rst

pgAdmin 4 commit: 1) Added logic to set the appropriate default binary

2021-06-07 Thread Akshay Joshi
1) Added logic to set the appropriate default binary path if DEFAULT_BINARY_PATH is set in the config and the user not updated the preferences. 2) Remove 'gpdb' from DEFAULT_BINARY_PATH. 3) Fixed API test cases. refs #5370 Branch -- master Details --- https://git.postgresql.org/gitwe

Re: [pgAdmin][RM6225] Update Flask-Security-Too v4

2021-06-07 Thread Akshay Joshi
Thanks, the patch applied. On Fri, Jun 4, 2021 at 6:54 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch updates Flask-Security-Too to the latest v4. > Please review. > > -- > Thanks, > Aditya Toshniwal > pgAdmin hacker | Sr. Software Engineer | *edb

pgAdmin 4 commit: Fixed an issue where the Foreground Color property of

2021-06-07 Thread Akshay Joshi
Fixed an issue where the Foreground Color property of server dialog does not work. Fixes #6482 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5b124834162474e6ee9371698d30f1905c41ff4a Author: Nikhil Mohite Modified Files -- docs/

pgAdmin 4 commit: Added extra check for verifying the rename of the dat

2021-06-07 Thread Akshay Joshi
Added extra check for verifying the rename of the database. refs #4203 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d5f537aae497e4ac3811a035ca357dbef07c0885 Author: Rahul Shirsat Modified Files -- web/pgadmin/tools/sqleditor/_

pgAdmin 4 commit: Ensure that the Query Tool connection string should n

2021-06-07 Thread Akshay Joshi
Ensure that the Query Tool connection string should not be changed as per the 'Query Tool tab title'. Fixes #6404 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e1067ffe6737f32db3c41c99d9c95191781d534b Author: Nikhil Mohite Modified Files -

Re: [pgAdmin][RM-6404]: Separate settings for query tool tab title and connection info

2021-06-07 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Jun 7, 2021 at 5:08 PM Nikhil Mohite wrote: > Hi Hackers, > > Please find the attached patch for RM-6404 > : Separate settings for query > tool tab title and connection info. > 1. Query tool connection string will not

Re: [pgAdmin][RM-6482]: Server property "Foreground Color" does not work.

2021-06-07 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Jun 7, 2021 at 5:31 PM Nikhil Mohite wrote: > Hi Hackers, > > Please find the attached patch for RM-6482 > : > Server property "Foreground Color" d

Re: [Patch][pgAdmin] RM4203 Rename Database by another user

2021-06-07 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Jun 7, 2021 at 5:08 PM Rahul Shirsat wrote: > Hi Akshay, > > Please find the updated patch below for your reference. I have added an > extra check for verifying the database rename. > Sorry for the inconvenience caused. > > On Tue, Jun 1, 2021 at 8:50 PM Akshay