[pgadmin-org/pgadmin4] 3c43aa: 1) Added 'Ignore Grants' option in the schema diff...

From: Akshay Joshi <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 3c43aa: 1) Added 'Ignore Grants' option in the schema diff...
Date: 2023-08-11 12:08:57
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/e80d55-3c43aa@github.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 3c43aa12af01c73b56dc4b37a8ec4510f80b480e
https://github.com/pgadmin-org/pgadmin4/commit/3c43aa12af01c73b56dc4b37a8ec4510f80b480e
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Date: 2023-08-11 (Fri, 11 Aug 2023)

Changed paths:
M docs/en_US/images/preferences_schema_diff.png
M docs/en_US/images/schema_diff_compare_button.png
M docs/en_US/preferences.rst
M docs/en_US/release_notes_7_6.rst
M docs/en_US/schema_diff.rst
M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/static/js/foreign_table.ui.js
M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/templates/foreign_tables/sql/default/create.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/templates/foreign_tables/sql/default/properties.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/templates/foreign_tables/sql/default/update.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/pg/default/test_foreign_table.json
M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/ppas/default/test_foreign_table.json
R web/pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/functions/pg/sql/11_plus/update.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/functions/pg/sql/12_plus/update.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/functions/pg/sql/14_plus/update.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/functions/pg/sql/default/update.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/functions/ppas/sql/12_plus/update.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/functions/ppas/sql/14_plus/update.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/functions/ppas/sql/default/update.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/schema_diff_utils.py
A web/pgadmin/browser/server_groups/servers/databases/schemas/types/templates/types/ppas/sql/default/type_schema_diff.sql
M web/pgadmin/tools/schema_diff/__init__.py
M web/pgadmin/tools/schema_diff/compare.py
M web/pgadmin/tools/schema_diff/directory_compare.py
M web/pgadmin/tools/schema_diff/static/js/SchemaDiffConstants.js
M web/pgadmin/tools/schema_diff/static/js/components/ResultGridComponent.jsx
M web/pgadmin/tools/schema_diff/static/js/components/SchemaDiffButtonComponent.jsx
M web/pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx
R web/pgadmin/tools/schema_diff/tests/pg/10_plus/source.sql
R web/pgadmin/tools/schema_diff/tests/pg/10_plus/target.sql
M web/pgadmin/tools/schema_diff/tests/pg/11_plus/source.sql
M web/pgadmin/tools/schema_diff/tests/pg/11_plus/target.sql
M web/pgadmin/tools/schema_diff/tests/pg/12_plus/target.sql
R web/pgadmin/tools/schema_diff/tests/ppas/10_plus/source.sql
R web/pgadmin/tools/schema_diff/tests/ppas/10_plus/target.sql
M web/pgadmin/tools/schema_diff/tests/ppas/11_plus/source.sql
M web/pgadmin/tools/schema_diff/tests/ppas/11_plus/target.sql
M web/pgadmin/tools/schema_diff/tests/test_schema_diff_comp.py

Log Message:
-----------
1) Added 'Ignore Grants' option in the schema diff tool. #5759

2) Added 'Ignore Tablespace' option in the schema diff tool. #6004
3) Ensure that Schema Diff comparison results should be displayed in the sorted order. #6595
4) Fixed an issue where the SET directive is excluded from the function header in the schema diff tool. #6651

Browse pgadmin-hackers by date

  From Date Subject
Next Message MysticBoy 2023-08-14 05:11:41 [pgadmin-org/pgadmin4] 98fd51: Fixed Chinese translation error
Previous Message Khushboo Vashi 2023-08-11 09:42:48 [pgadmin-org/pgadmin4] e80d55: Use a consistent name for sbom files.