pgAdmin 4 commit: 1) Preserve the settings set by the user in the impor

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Preserve the settings set by the user in the impor
Date: 2022-07-18 05:24:36
Message-ID: E1oDJFE-0004ld-KJ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Preserve the settings set by the user in the import/export data dialog. Fixes #7428
2) Fixed the JSON editor issue of hiding the first record. Fixes #7520

Branch
------
master

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

Modified Files
--------------
docs/en_US/images/import_export_columns.png | Bin 229848 -> 153297 bytes
docs/en_US/images/import_export_general.png | Bin 0 -> 84638 bytes
docs/en_US/images/import_export_miscellaneous.png | Bin 244522 -> 0 bytes
docs/en_US/images/import_export_options.png | Bin 83801 -> 289167 bytes
docs/en_US/import_export_data.rst | 46 ++-
docs/en_US/release_notes_6_12.rst | 2 +
web/pgadmin/browser/static/js/utility_view.jsx | 24 ++
.../feature_tests/query_tool_journey_test.py | 13 +-
web/pgadmin/feature_tests/view_data_dml_queries.py | 136 ++++---
web/pgadmin/misc/cloud/static/js/azure.js | 2 +-
web/pgadmin/tools/import_export/__init__.py | 47 ++-
.../tools/import_export/static/js/import_export.js | 23 +-
.../import_export/static/js/import_export.ui.js | 406 ++++++++++-----------
.../templates/import_export/sql/cmd.sql | 19 +-
.../js/components/QueryToolDataGrid/Editors.jsx | 2 +-
web/regression/feature_utils/pgadmin_page.py | 8 +-
16 files changed, 388 insertions(+), 340 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-07-18 05:24:47 Re: [Patch] - Bug #7428 - Import Export Issues
Previous Message Akshay Joshi 2022-07-14 12:39:18 Re: [pgAdmin][RM7512] Notices disappear from the messages tab