Re: pgAdmin 4 commit: Added support for schema level restriction. Fixes #55

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgAdmin 4 commit: Added support for schema level restriction. Fixes #55
Date: 2020-07-03 11:37:32
Message-ID: CAKKotZT-O8ndrg3viBusOcWoEAaaaga1o+MQOZyS3zctsyLQyw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Akshay,

PFA patch to add the same changes for EPAS templates as well.

--
Regards,
Murtuza Zabuawala
*EDB*
*POWER TO POSTGRES*
https://www.edbpostgres.com

On Tue, Jun 30, 2020 at 7:16 PM Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
wrote:

> Added support for schema level restriction. Fixes #5583
>
> Allow user to edit the connection properties when the database server
> is already connected.
>
> Branch
> ------
> master
>
> Details
> -------
>
> https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c873218c3279a12d97852f06d3d64fd33f6346d8
> Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>
>
> Modified Files
> --------------
> docs/en_US/database_dialog.rst | 13 +
> docs/en_US/images/database_advanced.png | Bin 0 -> 51645 bytes
> docs/en_US/release_notes_4_24.rst | 1 +
> web/migrations/versions/84700139beb0_.py | 32 +++
> .../browser/server_groups/servers/__init__.py | 3 +-
> .../server_groups/servers/databases/__init__.py | 175 ++++++++----
> .../servers/databases/schemas/__init__.py | 41 ++-
> .../templates/schemas/pg/9.2_plus/sql/nodes.sql | 6 +
> .../schemas/pg/9.2_plus/sql/properties.sql | 4 +
> .../servers/databases/static/js/database.js | 315
> ++++++++++++---------
> .../servers/databases/tests/test_db_put.py | 3 +-
> .../server_groups/servers/databases/tests/utils.py | 3 +-
> .../server_groups/servers/static/js/server.js | 62 +++-
> web/pgadmin/browser/static/js/node.js | 23 +-
> web/pgadmin/model/__init__.py | 15 +
> 15 files changed, 487 insertions(+), 209 deletions(-)
>
>

Attachment Content-Type Size
epas_schem_res.diff application/octet-stream 2.7 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Pramod Ahire 2020-07-03 12:02:31 Re: CSS SonarQube fixes
Previous Message Satish V 2020-07-03 11:00:32 Reg - [RM-3814] Backup dialog does not show details of error if file name box kept empty