Re: [pgAdmin][RM-3827]: In Query History tab, query details should be scrollable

2021-09-30 Thread Nikhil Mohite
Hi Akshay, please find the attached updated patch for RM-3827 (v2) On Fri, Sep 17, 2021 at 9:07 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Thu, Sep 16, 2021 at 2:21 PM Nikhil Mohite < > nikhil.moh...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Please find the attached patch

[pgAdmin][patch] Multiple table related fixes

2021-09-30 Thread Aditya Toshniwal
Hi Hackers, Attached patch fixes: 1. File select control sets value for all other to last selected file. Fixes #6814 2. Vacuum parameters related issues. Fixes #6777 3. Exclusion removes all columns if one row is removed. Fixes #6771 Please review. -- Thanks, Aditya Toshniwal pgAdmin Hacker | So

New pgadmin 4 language translation

2021-09-30 Thread Paulo Lima Machado
Hello, I would like to contribute to translating pgAdmin 4 into a Brazilian Portuguese language (PT.br). Can you guide me on how to proceed? Att. -- Paulo Machado Especialista Sia Trecho 08, lotes 245 / 255 / 265 || +55 (61) 3039-9700 71205-080 || Guará || Brasília, DF 0800-6020097 w

Re: [pgAdmin4][Patch] - Fixes RM #6833

2021-09-30 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Sep 30, 2021 at 4:58 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached updated patch. > > Thanks, > Khushboo > > On Thu, Sep 30, 2021 at 1:37 PM Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> Hi, >> >

pgAdmin 4 commit: Properties panel is not updated when any object is ad

2021-09-30 Thread Akshay Joshi
Properties panel is not updated when any object is added/deleted from the browser tree. Fixes #6833 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5e0c113c7bc4ffefbec569e7ca5416d9acf9dd8a Author: Khushboo Vashi Modified Files --

Re: [pgAdmin4][Patch] - Fixes RM #6833

2021-09-30 Thread Khushboo Vashi
Hi, Please find the attached updated patch. Thanks, Khushboo On Thu, Sep 30, 2021 at 1:37 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to partial fix the RM #6833 - The > Properties panel is not updated when any object is added/deleted fr

Re: [pgAdmin][RM-6836]: [React - Event Trigger ]When field is editable in properties mode.

2021-09-30 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Sep 30, 2021 at 3:32 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for > RM-6836: > [React - Event Trigger ]When

Re: [pgAdmin][RM6677 & RM6632] [React] Port Procedure and Function node to react

2021-09-30 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Sep 30, 2021 at 4:13 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Akshay, > > Please find the attached patch for #6838 and #6841. > Issues are: > >1. System procedure should not be visible in the properties tab for >function. >2.

pgAdmin 4 commit: 1) System procedure should not be visible in the prop

2021-09-30 Thread Akshay Joshi
1) System procedure should not be visible in the properties tab for function. 2) The estimated cost option should be editable in edit mode for Procedure. 3) Should give an error when language is not specified. Fixes #6838 #6841 Branch -- master Details --- https://git.postgresql.org/gitw

pgAdmin 4 commit: Ensure that the 'When' field should be read-only in t

2021-09-30 Thread Akshay Joshi
Ensure that the 'When' field should be read-only in the properties panel. Fixes #6836 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1a25fdffbba4bea35c76af4ed142908ee75be9fa Author: Nikhil Mohite Modified Files -- web/pgadmin/st

Re: [pgAdmin][RM6677 & RM6632] [React] Port Procedure and Function node to react

2021-09-30 Thread Pradip Parkale
Hi Akshay, Please find the attached patch for #6838 and #6841. Issues are: 1. System procedure should not be visible in the properties tab for function. 2. Estimated cost option should be editable in edit mode for Procedure. 3. Should give an error when language is not specified. On

Re: [patch][pgAdmin] RM6744 Unable to delete rows for Enum type in Create Type dialogue

2021-09-30 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Sep 30, 2021 at 1:46 PM Rahul Shirsat < rahul.shir...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for fixing some additional issues. > > On Mon, Sep 20, 2021 at 1:13 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Tha

[pgAdmin][RM-6836]: [React - Event Trigger ]When field is editable in properties mode.

2021-09-30 Thread Nikhil Mohite
Hi Hackers, Please find the attached patch for RM-6836: [React - Event Trigger ]When field is editable in properties mode. -- *Thanks & Regards,* *Nikhil Mohite* *Software Engineer.* *EDB Postgres*

Re: [pgAdmin][RM6816] Date time control related fixes

2021-09-30 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Sep 30, 2021 at 1:30 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch for a few more stability improvements to date time > picker. > Please review. > > On Wed, Sep 29, 2021 at 1:44 PM Akshay Joshi < > akshay

pgAdmin 4 commit: Fixed some additional issues for the Type node.

2021-09-30 Thread Akshay Joshi
Fixed some additional issues for the Type node. refs #6744 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1632e5287a72391cd9fe1a8d11abd1178b236ac0 Author: Rahul Shirsat Modified Files -- .../databases/schemas/types/static/js/typ

pgAdmin 4 commit: Few more stability improvements to date time picker.

2021-09-30 Thread Akshay Joshi
Few more stability improvements to date time picker. refs #6816 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=381f5edbd5dbd29ed47ea2d7a02651e12bed8eb8 Author: Aditya Toshniwal Modified Files -- web/package.json

Re: [patch][pgAdmin] RM6744 Unable to delete rows for Enum type in Create Type dialogue

2021-09-30 Thread Rahul Shirsat
Hi Hackers, Please find the attached patch for fixing some additional issues. On Mon, Sep 20, 2021 at 1:13 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Mon, Sep 20, 2021 at 1:06 PM Rahul Shirsat < > rahul.shir...@enterprisedb.com> wrote: > >> Hi Akshay, >> >> Please find the updat

[pgAdmin4][Patch] - Fixes RM #6833

2021-09-30 Thread Khushboo Vashi
Hi, Please find the attached patch to partial fix the RM #6833 - The Properties panel is not updated when any object is added/deleted from the browser tree. This patch includes the fix when we delete the object from the collection node. It also includes the fix when the pgAdmin window is resized

Re: [pgAdmin][RM6816] Date time control related fixes

2021-09-30 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch for a few more stability improvements to date time picker. Please review. On Wed, Sep 29, 2021 at 1:44 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Wed, Sep 29, 2021 at 1:35 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi