Re: Translators: Release next week

2021-11-17 Thread Akshay Joshi
Thanks, the patch applied but will be available in the next release 6.3. One request can you please try to send the patch before Monday 5 PM IST, so that it will be included in the release. On Mon, Nov 15, 2021 at 9:16 PM wrote: > hi > here's the french translation update for upcoming release >

Re: [pgAdmin][RM-6906]: Referenced Table drop down should be disabled in foreign Key > Columns after one row added.

2021-11-17 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Nov 16, 2021 at 9:45 AM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for RM-6906: > Referenced Table drop-down > should be disabled in foreign Key > Columns a

Re: [pgAdmin][RM6986]: Can't debug function with timestamp parameter

2021-11-17 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Nov 17, 2021 at 12:37 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for #6986 Can't debug function with > timestamp parameter. > > -- > Thanks & Regards, > Pradip Parkale > Software Engineer | Enterp

Re: [patch][pgAdmin4] RM7006 With Python 3.10 eventlet==0.31.0 breaking the application

2021-11-17 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Nov 17, 2021 at 6:54 PM Rahul Shirsat < rahul.shir...@enterprisedb.com> wrote: > Hi Hackers, > > Ensure that with Python 3.10 and the latest eventlet dependency should not > break the application. > > -- > *Rahul Shirsat* > Senior Software Engineer | EnterpriseD

Re: [pgAdmin][RM-6964]: After removing database from properties tab, its properties is also displayed

2021-11-17 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Nov 18, 2021 at 10:42 AM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Team, > > Please find the attached patch for RM-6964: > After removing the database > from the properties tab, its properties are als

pgAdmin 4 commit: Fixed an issue where the user can't debug function wi

2021-11-17 Thread Akshay Joshi
Fixed an issue where the user can't debug function with timestamp parameter. Fixes #6986 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a5b79564ff22c201e61a5febd78ab1747470e5aa Author: Pradip Parkale Modified Files -- docs/en_US

pgAdmin 4 commit: Update French translation.

2021-11-17 Thread Akshay Joshi
Update French translation. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e1020aefddea5f26118bb913bec58561eb4ea0a4 Author: Fred Escallier Modified Files -- .../translations/fr/LC_MESSAGES/messages.mo| Bin 217710 -> 23565

pgAdmin 4 commit: Fixed an issue where properties of the database shoul

2021-11-17 Thread Akshay Joshi
Fixed an issue where properties of the database should not be visible after removing the database. Fixes #6964 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cc91e5da94db4a3f4318ab8ead05ca056f3df343 Author: Nikhil Mohite Modified Files ---

pgAdmin 4 commit: Fixed an issue where referenced table drop-down shoul

2021-11-17 Thread Akshay Joshi
Fixed an issue where referenced table drop-down should be disabled in foreign key -> columns after one row is added. Fixes #6906 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3d5d507f4bb9d46a0dc69f1fd80d7564d03572d3 Author: Nikhil Mohite M

pgAdmin 4 commit: Ensure that Python 3.10 and the latest eventlet depen

2021-11-17 Thread Akshay Joshi
Ensure that Python 3.10 and the latest eventlet dependency should not break the application. Fixes #7006 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5b99646798a58be2c5edbc7ad5440498e6c01efa Author: Rahul Shirsat Modified Files --

[pgAdmin][RM-6964]: After removing database from properties tab, its properties is also displayed

2021-11-17 Thread Nikhil Mohite
Hi Team, Please find the attached patch for RM-6964: After removing the database from the properties tab, its properties are also displayed. -- *Thanks & Regards,* *Nikhil Mohite* *Senior Software Engineer.* *EDB Postgres*

[patch][pgAdmin4] RM7006 With Python 3.10 eventlet==0.31.0 breaking the application

2021-11-17 Thread Rahul Shirsat
Hi Hackers, Ensure that with Python 3.10 and the latest eventlet dependency should not break the application. -- *Rahul Shirsat* Senior Software Engineer | EnterpriseDB Corporation. RM7006.patch Description: Binary data

Re: [pgAdmin][RM-6984]: Port Backup Global, Backup Server and Backup object dialog in React

2021-11-17 Thread Akshay Joshi
Hi Nikhil Following are the review comments: GUI: - Dialog size should be increased. - Remove the first blank element from the Encoding dropdown. - When opening the file dialog header should have the title 'Select file'. - 'Backup server' title should be changed to 'Backup Server'