pgAdmin 4 commit: Fixed an issue where each click to refresh the collec

2021-10-16 Thread Akshay Joshi
Fixed an issue where each click to refresh the collection node, the number of objects decreasing by tens or more. Fixes #6908 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5b411caabeffda29a5947c0ccc398681722ce5b6 Author: Khushboo Vashi Mo

pgAdmin 4 commit: Fixed browser tree sort order regression issue. Fixe

2021-10-16 Thread Akshay Joshi
Fixed browser tree sort order regression issue. Fixes #6912 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a908ef7c611be6258fab8599bb357e386ce6559d Author: Khushboo Vashi Modified Files -- docs/en_US/release_notes_6_1.rst

pgAdmin 4 commit: Fixed the issue where all FKs are removed if one of t

2021-10-16 Thread Akshay Joshi
Fixed the issue where all FKs are removed if one of the multiple FKs on the same column is removed. refs #6891 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c13b1b60e36392fa696ff2406686bb74566fddd0 Author: Aditya Toshniwal Modified Files

pgAdmin 4 commit: Fixed background colour issue in the browser tree. Fi

2021-10-16 Thread Akshay Joshi
Fixed background colour issue in the browser tree. Fixes #6890 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=476d7c5fc96c60047dd0bb22c88853ae6a6d05f9 Author: Nikhil Mohite Modified Files -- docs/en_US/release_notes_6_1.rst

pgAdmin 4 commit: Fixed the issue of editing triggers for advanced serv

2021-10-16 Thread Akshay Joshi
Fixed the issue of editing triggers for advanced servers. Fixes #6802 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1377244e525b9f2941567ca9f32455a480c22f4e Author: Rahul Shirsat Modified Files -- docs/en_US/release_notes_6_1.rs

pgAdmin 4 commit: Added support to allow tables to be dragged to ERD To

2021-10-16 Thread Akshay Joshi
Added support to allow tables to be dragged to ERD Tool. Fixes #6241 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7f3c3fa6f92ff521fec03096e89a8673aed1926a Author: Aditya Toshniwal Modified Files -- docs/en_US/erd_tool.rst

Re: [patch][pgAdmin] RM6802 Unable to edit trigger for advanced servers

2021-10-16 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Oct 14, 2021 at 6:05 PM Rahul Shirsat < rahul.shir...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch which resolves the issue of editing > triggers for advanced servers. > > -- > *Rahul Shirsat* > Senior Software Engineer | EnterpriseD

Re: [pgAdmin][RM-6890]: pgAdmin 4 version 6.0 Background Colors

2021-10-16 Thread Akshay Joshi
Thanks, the patch applied. On Fri, Oct 15, 2021 at 11:23 AM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for > RM-6890: > pgAdmin 4 version 6.0 > Ba

Re: [pgAdmin][RM6241] Allow drag and drop tables to ERD

2021-10-16 Thread Akshay Joshi
Thanks, the patch applied. On Fri, Oct 15, 2021 at 12:11 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Please ignore the previous patch. Attached is the updated patch. > > On Thu, Oct 14, 2021 at 6:38 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: >

Re: [pgAdmin4][Patch] - RM #6908 - pgAdmin 4 v6.0 browser bug (objects refresh issue).

2021-10-16 Thread Akshay Joshi
Thanks, the patch applied. On Fri, Oct 15, 2021 at 2:48 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix the RM #6908 - pgAdmin 4 v6.0 > browser bug (objects refresh issue). > > Thanks, > Khushboo > > -- *Thanks & Regards* *Akshay Joshi

Re: [pgAdmin4][Patch] - RM #6912 - pgadmin 6.0: browser tree sort order regression

2021-10-16 Thread Akshay Joshi
Thanks, the patch applied. On Fri, Oct 15, 2021 at 4:09 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix the RM #6912 - pgadmin 6.0: browser > tree sort order regression. > > Thanks, > Khushboo > -- *Thanks & Regards* *Akshay Joshi* *p

Re: [pgAdmin][RM6891] Composite foreign keys in ERD

2021-10-16 Thread Akshay Joshi
Thanks, the patch applied. On Fri, Oct 15, 2021 at 4:20 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > The patch fixes the issue where all FKs are removed if one of the multiple > FKs on the same column is removed. > Please review. > > On Wed, Oct 13, 2021 at 2:30 PM Ak