pgAdmin 4 commit: 1) Added option to ignore the whitespaces while compa

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 option to ignore the whitespaces while compa
Date: 2020-06-17 10:58:33
Message-ID: E1jlVm5-0008Hh-Mp@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Added option to ignore the whitespaces while comparing objects in schema diff. Fixes #5468
2) Added server group name while selecting servers in schema diff. Fixes #5500
3) Fixed an issue where two identical tables showing different by schema diff tool. Fixes #5584

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cb268075c2e8f61c6297ead49970c6f81e04c292

Modified Files
--------------
docs/en_US/images/preferences_schema_diff.png | Bin 93009 -> 119849 bytes
docs/en_US/preferences.rst | 3 ++
docs/en_US/release_notes_4_23.rst | 3 ++
.../databases/schemas/tables/columns/utils.py | 4 +--
.../databases/schemas/tables/indexes/__init__.py | 12 +++----
.../databases/schemas/tables/schema_diff_utils.py | 15 +++++---
web/pgadmin/static/css/style.css | 1 +
web/pgadmin/tools/schema_diff/__init__.py | 31 ++++++++++++----
web/pgadmin/tools/schema_diff/compare.py | 2 ++
web/pgadmin/tools/schema_diff/directory_compare.py | 39 ++++++++++++++++----
.../schema_diff/static/js/schema_diff.backform.js | 40 +++++++++++++++------
.../tools/schema_diff/static/js/schema_diff_ui.js | 18 ++++++++++
12 files changed, 132 insertions(+), 36 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Yogesh Mahajan 2020-06-17 11:03:22 [pgAdmin4][Patch] - Issue fixes reported by SonarQube -2
Previous Message Dave Page 2020-06-17 10:54:36 pgAdmin 4 commit: Correct function naming.