pgAdmin 4 commit: 1) Added SSL support for creating a subscription. Fix

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Added SSL support for creating a subscription. Fix
Date: 2021-02-19 09:28:04
Message-ID: E1lD24y-0003V0-6d@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Added SSL support for creating a subscription. Fixes #6201
2) Fixed an issue where the user is not able to create the subscription. Fixes #6230
3) Fixed a couple of issues raised during testing of logical replication.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=731ba32e816fa30e5cb6116108edecd504572d2c
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_5_0.rst | 2 +
.../browser/server_groups/servers/__init__.py | 3 +
.../publications/static/js/publication.js | 15 +++
.../publications/sql/11_plus/properties.sql | 2 +-
.../templates/publications/sql/13_plus/create.sql | 23 ++++
.../publications/sql/13_plus/properties.sql | 9 ++
.../templates/publications/sql/13_plus/update.sql | 48 +++++++
.../publications/sql/default/get_all_tables.sql | 1 +
.../publications/sql/default/properties.sql | 2 +-
.../servers/databases/subscriptions/__init__.py | 23 +++-
.../subscriptions/static/js/subscription.js | 138 +++++++++++++++++++--
.../templates/subscriptions/sql/default/create.sql | 4 +-
.../subscriptions/sql/default/properties.sql | 36 +++---
.../templates/subscriptions/sql/default/update.sql | 4 +-
.../server_groups/servers/model_validation.js | 4 -
web/pgadmin/utils/versioned_template_loader.py | 3 +-
16 files changed, 277 insertions(+), 40 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-02-19 09:29:38 Re: [pgAdmin][RM6201]:SSL Support in subscription.
Previous Message Akshay Joshi 2021-02-19 09:00:49 Re: [pgAdmin][RM6239] Explain plan and geometry viewer is not working