pgAdmin 4 commit: Port RLS node to react. Fixes #6660 - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Port RLS node to react. Fixes #6660
Date
Msg-id E1mOExC-0003yO-JG@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Port RLS node to react. Fixes #6660

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=40879a57846707eb054f126eb5a7fcf335462624
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
.../static/js/row_security_policy.js               | 102 +++------------
.../static/js/row_security_policy.ui.js            | 137 +++++++++++++++++++++
.../schema_ui_files/row_security_policy.ui.spec.js |  99 +++++++++++++++
3 files changed, 251 insertions(+), 87 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed minor issue with merging
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Integer and Numeric inputs fixes.