Re: [pgAdmin][RM6794]: Provide functionality to disable/enable rules

2021-10-13 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Oct 13, 2021 at 4:50 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Akshay, > > Please find the updated patch. > > On Tue, Oct 12, 2021 at 5:37 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi Pradip >> >> You forgot to implem

Re: [pgAdmin][RM-6876]: Dashboard does not get update after connecting to server.

2021-10-13 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Oct 13, 2021 at 5:34 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for > RM-6876: > Dashboard does not get > upd

Re: [pgAdmin4][Patch] - RM #6905 - Impossible to load databases

2021-10-13 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Oct 14, 2021 at 10:26 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix the RM #6905 - Impossible to load > databases. > > Thanks, > Khushboo > > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | P

Re: [pgadmin4][patch] Fix typos of docs and comments.

2021-10-13 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Oct 13, 2021 at 3:06 PM huangj.f...@fujitsu.com < huangj.f...@fujitsu.com> wrote: > Hi, all > > I found some typos in docs and comments, the attached patch shows it. > > -- > Thanks && regards > HuangJ > > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker |

pgAdmin 4 commit: Added support to enable/disable rules. Fixes #6794

2021-10-13 Thread Akshay Joshi
Added support to enable/disable rules. Fixes #6794 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=173cb60691d3b2217a19f17926e4deab04b2a87d Author: Pradip Parkale Modified Files -- docs/en_US/images/rule_definition_enabled.png

pgAdmin 4 commit: Fixed some typos in the documentation and comments.

2021-10-13 Thread Akshay Joshi
Fixed some typos in the documentation and comments. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8a21d9b50048a9c6f7fb9fb6528a3374813f0372 Author: huangj.f...@fujitsu.com Modified Files -- docs/en_US/code_overview.rst

pgAdmin 4 commit: Ensure that the Dashboard should get updated after co

2021-10-13 Thread Akshay Joshi
Ensure that the Dashboard should get updated after connecting to the server. Fixes #6876 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fa21e25cb2ffcbc57e11860151c3075427a9dda5 Author: Nikhil Mohite Modified Files -- docs/en_US/

pgAdmin 4 commit: Fixed an issue where the users are unable to load the

2021-10-13 Thread Akshay Joshi
Fixed an issue where the users are unable to load the databases behind an HTTP reverse proxy. Fixes #6905 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2aac87569b5a7b388bc53a8ef1ee48306bbed66a Author: Khushboo Vashi Modified Files

[pgAdmin4][Patch] - RM #6905 - Impossible to load databases

2021-10-13 Thread Khushboo Vashi
Hi, Please find the attached patch to fix the RM #6905 - Impossible to load databases. Thanks, Khushboo RM_6905.patch Description: Binary data

[pgAdmin][RM-6876]: Dashboard does not get update after connecting to server.

2021-10-13 Thread Nikhil Mohite
Hi Hackers, Please find the attached patch for RM-6876: Dashboard does not get update after connecting to server. -- *Thanks & Regards,* *Nikhil Mohite* *Software Engineer.* *EDB Postgres*

Re: Patch for Bug #6832

2021-10-13 Thread Akshay Joshi
Khushboo, Can you please review the patch? On Wed, Oct 13, 2021 at 4:03 PM Florian Sabonchi wrote: > Hello I have written a patch for the bug #6832 > > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *EDB Postgres * *Mobile: +91 97

Re: feature #6640

2021-10-13 Thread Akshay Joshi
Khushboo, Can you please review the patch? On Wed, Oct 13, 2021 at 4:03 PM Florian Sabonchi wrote: > Hi I have written a patch for feature #6640 > > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *EDB Postgres * *Mobile: +91 976-7

Re: [pgAdmin][RM6794]: Provide functionality to disable/enable rules

2021-10-13 Thread Pradip Parkale
Hi Akshay, Please find the updated patch. On Tue, Oct 12, 2021 at 5:37 PM Akshay Joshi wrote: > Hi Pradip > > You forgot to implement the following: > ENABLE REPLICA RULE rewrite_rule_name > ENABLE ALWAYS RULE rewrite_rule_name > Fixed. > > It is just like a trigger, you need to get the drop-

feature #6640

2021-10-13 Thread Florian Sabonchi
Hi I have written a patch for feature #6640 From fd3978884501845099ca6547cd342ead0f833b14 Mon Sep 17 00:00:00 2001 From: Florian Sabonchi Date: Sun, 10 Oct 2021 12:38:50 +0200 Subject: [PATCH] first draft for feature #6640 --- docs/en_US/oauth2.rst | 1 + web/config.py

Patch for Bug #6832

2021-10-13 Thread Florian Sabonchi
Hello I have written a patch for the bug #6832 From 40a72af814c34080883f069fd239047df48b2b7b Mon Sep 17 00:00:00 2001 From: Florian Sabonchi Date: Sat, 9 Oct 2021 12:57:49 +0200 Subject: [PATCH] fixe for Bug #6832 --- web/pgAdmin4.py | 5 - web/pgadmin/__init__.py | 6 ++ 2 fil

[pgadmin4][patch] Fix typos of docs and comments.

2021-10-13 Thread huangj.f...@fujitsu.com
Hi, all I found some typos in docs and comments, the attached patch shows it. -- Thanks && regards HuangJ fix_typos.patch Description: fix_typos.patch

Re: [pgAdmin][React]: Port catalog object columns

2021-10-13 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Oct 13, 2021 at 12:48 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch to port catalog object columns to react. > > -- > *Thanks & Regards,* > *Nikhil Mohite* > *Software Engineer.* > *EDB Postgres*

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

2021-10-13 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Oct 13, 2021 at 1:53 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Attached is the updated patch. > > On Wed, Oct 13, 2021 at 12:53 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi Aditya >> >> Jasmine test cases are

pgAdmin 4 commit: Added support for composite foreign keys in the ERD t

2021-10-13 Thread Akshay Joshi
Added support for composite foreign keys in the ERD tool. Fixes #6891 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8b7b63868f91803db8db2dc1b177b268fa57ce78 Author: Aditya Toshniwal Modified Files -- docs/en_US/release_notes_6_1

pgAdmin 4 commit: Port columns node under the Catalog Objects in React.

2021-10-13 Thread Akshay Joshi
Port columns node under the Catalog Objects in React. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=96ce29878931fd7d867217ac946657e4d153e077 Author: Nikhil Mohite Modified Files -- .../columns/static/js/catalog_object_column.js

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

2021-10-13 Thread Aditya Toshniwal
Hi, Attached is the updated patch. On Wed, Oct 13, 2021 at 12:53 PM Akshay Joshi wrote: > Hi Aditya > > Jasmine test cases are failing after applying the patch. Can you please > fix and resend it. > > On Wed, Oct 13, 2021 at 12:35 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote

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

2021-10-13 Thread Akshay Joshi
Hi Aditya Jasmine test cases are failing after applying the patch. Can you please fix and resend it. On Wed, Oct 13, 2021 at 12:35 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Please review the attached patch which adds support for composite foreign > keys in

[pgAdmin][React]: Port catalog object columns

2021-10-13 Thread Nikhil Mohite
Hi Hackers, Please find the attached patch to port catalog object columns to react. -- *Thanks & Regards,* *Nikhil Mohite* *Software Engineer.* *EDB Postgres* *Mob.No: +91-7798364578.* catalog_object_column.patch Description: Binary data

[pgAdmin][RM6891] Composite foreign keys in ERD

2021-10-13 Thread Aditya Toshniwal
Hi Hackers, Please review the attached patch which adds support for composite foreign keys in ERD. -- Thanks, Aditya Toshniwal pgAdmin Hacker | Software Architect | *edbpostgres.com* "Don't Complain about Heat, Plant a TREE" RM6891.patch Description: Binary data