pgAdmin 4 commit: Added support for formatted JSON viewer/editor when i

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added support for formatted JSON viewer/editor when i
Date: 2021-08-03 06:10:49
Message-ID: E1mAndZ-0000go-K9@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added support for formatted JSON viewer/editor when interacting with data in a JSON column. Fixes #5198

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8e214ca8fb9df8669e1f293fb06164b63b52b1fc
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/editgrid.rst | 80 ++++
.../images/json_editor_code_preview_tool_bar.png | Bin 0 -> 16055 bytes
docs/en_US/images/json_editor_modes.png | Bin 0 -> 396571 bytes
.../images/json_editor_tree_form_mode_tool_bar.png | Bin 0 -> 15521 bytes
docs/en_US/release_notes_5_6.rst | 1 +
web/package.json | 1 +
web/pgadmin/feature_tests/view_data_dml_queries.py | 25 +-
web/pgadmin/static/css/style.css | 2 +
web/pgadmin/static/js/slickgrid/editors.js | 155 +++++---
web/pgadmin/static/scss/_jsoneditor.overrides.scss | 406 +++++++++++++++++++++
web/pgadmin/static/scss/pgadmin.scss | 1 +
.../tools/sqleditor/static/scss/_sqleditor.scss | 14 +
web/regression/feature_utils/locators.py | 2 +
web/webpack.shim.js | 1 +
web/yarn.lock | 64 +++-
15 files changed, 708 insertions(+), 44 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-08-03 06:11:08 Re: [pgAdmin][patch] - Feature #5198 - Use a formatted json viewer/editor when interacting with data in a json column.
Previous Message Semab Tariq 2021-08-02 08:27:17 Re: PFA: Patch to generate universal(arm64, x86_64) binaries for macOS