pgAdmin 4 commit: Strings are wrapped into gettext in the Dashboard and

2022-08-18 Thread Akshay Joshi
Strings are wrapped into gettext in the Dashboard and Cloud modules.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8bcd1e4e60a99de4b267d4d94803f6ba53c8e736
Author: Khushboo Vashi 

Modified Files
--
web/pgadmin/dashboard/static/js/Dashboard.jsx| 10 
web/pgadmin/misc/cloud/static/js/CloudWizard.jsx | 16 ++--
web/pgadmin/misc/cloud/static/js/aws.js  | 25 ++-
web/pgadmin/misc/cloud/static/js/azure.js| 24 +-
web/pgadmin/misc/cloud/static/js/biganimal.js| 31 
5 files changed, 54 insertions(+), 52 deletions(-)



pgAdmin 4 commit: 1) Fixed column "none" does not exist issue, while co

2022-08-18 Thread Akshay Joshi
1) Fixed column "none" does not exist issue, while comparing schema objects. 
Fixes #7591
2) Fixed an issue where schema diff did not pick up the change in RLS policy. 
Fixes #7596
3) Ensure that schema diff maintains view ownership when view definitions are 
modified. Fixes #7611

Branch
--
master

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

Modified Files
--
docs/en_US/release_notes_6_13.rst  |  3 +++
.../schemas/tables/row_security_policies/__init__.py   |  2 +-
.../views/templates/mviews/pg/default/sql/update.sql   |  5 +
.../views/templates/mviews/ppas/default/sql/update.sql |  5 +
.../views/templates/views/pg/default/sql/update.sql| 18 --
.../views/templates/views/ppas/default/sql/update.sql  |  6 ++
.../tests/pg/default/alter_mview_definition_msql.sql   |  3 +++
.../tests/pg/default/alter_view_add_some_priv_msql.sql |  4 ++--
.../tests/pg/default/alter_view_definition_msql.sql|  4 
.../schemas/views/tests/pg/default/alter_view_msql.sql |  4 ++--
.../tests/ppas/default/alter_mview_definition_msql.sql |  3 +++
11 files changed, 46 insertions(+), 11 deletions(-)



Re: [pgAdmin4][Patch]: Gettext fixes in Dashboard and cloud modules

2022-08-18 Thread Akshay Joshi
Thanks, the patch applied.

On Thu, Aug 18, 2022 at 12:17 PM Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:

> Hi,
>
> Please find the attached patch to fix the gettext at no of places in
> Dashboard and Cloud modules.
>
> Thanks,
> Khushboo
>


-- 



Akshay Joshi

Principal Software Architect

+91 9767888246

www.enterprisedb.com







[Patch] - Bug #7617 - [Azure PostgreSQL] Cloud Deployment failed for Azure PostgreSQL

2022-08-18 Thread Yogesh Mahajan
Hi,

Please find the patch to fix issue reported in RM 7617 & 7616
Thanks,
Yogesh Mahajan
EnterpriseDB


RM_7617_v1.patch
Description: Binary data


[pgAdmin][patch] Multiple pgAdmin fixes

2022-08-18 Thread Aditya Toshniwal
Hi Hackers,

Attached patch fixes:
1. Explain plan crashes query tool after SonarQube fixes.
2. Fix XSS issue in query tool.
3. Process details for cloud process not showing complete command.
4. Confirm dialog before removing processes.

Please review.

-- 
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | *edbpostgres.com*

"Don't Complain about Heat, Plant a TREE"


multiple.fixes.patch
Description: Binary data


pgAdmin 4 commit: Update Dependencies

2022-08-18 Thread Akshay Joshi
Update Dependencies

Branch
--
master

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

Modified Files
--
DEPENDENCIES | 24 
1 file changed, 12 insertions(+), 12 deletions(-)



pgAdmin 4 commit: Update message catalogs

2022-08-18 Thread Akshay Joshi
Update message catalogs

Branch
--
master

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

Modified Files
--
web/pgadmin/messages.pot   | 3274 +-
.../translations/br/LC_MESSAGES/messages.mo|  Bin 159719 -> 153639 bytes
.../translations/br/LC_MESSAGES/messages.po| 5406 
.../translations/cs/LC_MESSAGES/messages.mo|  Bin 244137 -> 220307 bytes
.../translations/cs/LC_MESSAGES/messages.po| 5043 +++
.../translations/de/LC_MESSAGES/messages.mo|  Bin 74365 -> 71375 bytes
.../translations/de/LC_MESSAGES/messages.po| 3640 +--
.../translations/es/LC_MESSAGES/messages.mo|  Bin 103768 -> 100434 bytes
.../translations/es/LC_MESSAGES/messages.po| 3697 +--
.../translations/fr/LC_MESSAGES/messages.mo|  Bin 256059 -> 231658 bytes
.../translations/fr/LC_MESSAGES/messages.po| 6592 +++-
.../translations/it/LC_MESSAGES/messages.mo|  Bin 250505 -> 226487 bytes
.../translations/it/LC_MESSAGES/messages.po| 5801 +
.../translations/ja/LC_MESSAGES/messages.mo|  Bin 253618 -> 243931 bytes
.../translations/ja/LC_MESSAGES/messages.po| 3649 +--
.../translations/ko/LC_MESSAGES/messages.mo|  Bin 93228 -> 90319 bytes
.../translations/ko/LC_MESSAGES/messages.po| 3673 +--
.../translations/pl/LC_MESSAGES/messages.mo|  Bin 92252 -> 89125 bytes
.../translations/pl/LC_MESSAGES/messages.po| 3673 +--
.../translations/ru/LC_MESSAGES/messages.mo|  Bin 119363 -> 115203 bytes
.../translations/ru/LC_MESSAGES/messages.po| 3673 +--
.../translations/zh/LC_MESSAGES/messages.mo|  Bin 143706 -> 139868 bytes
.../translations/zh/LC_MESSAGES/messages.po| 3584 ++-
23 files changed, 26894 insertions(+), 24811 deletions(-)



pgAdmin 4 commit: 1) Ensure that the next button should be disabled if

2022-08-18 Thread Akshay Joshi
1) Ensure that the next button should be disabled if the password did not match 
for Azure deployment. Fixes #7616
2) Fixed an issue where Azure cloud deployment failed. Fixes #7617

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f873ab537408a6125cff7e519ce5dcccab0ed8fc
Author: Yogesh Mahajan 

Modified Files
--
docs/en_US/release_notes_6_13.rst | 2 ++
web/pgadmin/misc/cloud/azure/__init__.py  | 2 +-
web/pgadmin/misc/cloud/static/js/azure.js | 5 +
3 files changed, 8 insertions(+), 1 deletion(-)



pgAdmin 4 commit: 1. Explain plan crashes query tool after SonarQube fi

2022-08-18 Thread Akshay Joshi
1. Explain plan crashes query tool after SonarQube fixes.
2. Fix XSS issue in query tool.
3. Process details for cloud process not showing complete command.
4. Confirm dialog before removing processes.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=09e2c0eac09db5776f35a07fbfe89d2776305609
Author: Aditya Toshniwal 

Modified Files
--
web/pgadmin/misc/bgprocess/static/js/BgProcessNotify.jsx  |  1 +
web/pgadmin/misc/bgprocess/static/js/Processes.jsx| 11 ++-
web/pgadmin/misc/cloud/utils/__init__.py  |  2 +-
.../js/Explain => misc/static/explain}/img/ex_aggregate.svg   |  0
.../js/Explain => misc/static/explain}/img/ex_append.svg  |  0
.../js/Explain => misc/static/explain}/img/ex_bmp_and.svg |  0
.../js/Explain => misc/static/explain}/img/ex_bmp_heap.svg|  0
.../js/Explain => misc/static/explain}/img/ex_bmp_index.svg   |  0
.../js/Explain => misc/static/explain}/img/ex_bmp_or.svg  |  0
.../static/explain}/img/ex_broadcast_motion.svg   |  0
.../js/Explain => misc/static/explain}/img/ex_cte_scan.svg|  0
.../js/Explain => misc/static/explain}/img/ex_delete.svg  |  0
.../Explain => misc/static/explain}/img/ex_foreign_scan.svg   |  0
.../Explain => misc/static/explain}/img/ex_gather_merge.svg   |  0
.../Explain => misc/static/explain}/img/ex_gather_motion.svg  |  0
.../js/Explain => misc/static/explain}/img/ex_group.svg   |  0
.../js/Explain => misc/static/explain}/img/ex_hash.svg|  0
.../Explain => misc/static/explain}/img/ex_hash_anti_join.svg |  0
.../Explain => misc/static/explain}/img/ex_hash_semi_join.svg |  0
.../static/explain}/img/ex_hash_setop_except.svg  |  0
.../static/explain}/img/ex_hash_setop_except_all.svg  |  0
.../static/explain}/img/ex_hash_setop_intersect.svg   |  0
.../static/explain}/img/ex_hash_setop_intersect_all.svg   |  0
.../static/explain}/img/ex_hash_setop_unknown.svg |  0
.../static/explain}/img/ex_index_only_scan.svg|  0
.../js/Explain => misc/static/explain}/img/ex_index_scan.svg  |  0
.../js/Explain => misc/static/explain}/img/ex_insert.svg  |  0
.../js/Explain => misc/static/explain}/img/ex_join.svg|  0
.../js/Explain => misc/static/explain}/img/ex_limit.svg   |  0
.../js/Explain => misc/static/explain}/img/ex_lock_rows.svg   |  0
.../js/Explain => misc/static/explain}/img/ex_materialize.svg |  0
.../js/Explain => misc/static/explain}/img/ex_merge.svg   |  0
.../static/explain}/img/ex_merge_anti_join.svg|  0
.../Explain => misc/static/explain}/img/ex_merge_append.svg   |  0
.../static/explain}/img/ex_merge_semi_join.svg|  0
.../static/explain}/img/ex_named_tuplestore_scan.svg  |  0
.../js/Explain => misc/static/explain}/img/ex_nested.svg  |  0
.../static/explain}/img/ex_nested_loop_anti_join.svg  |  0
.../static/explain}/img/ex_nested_loop_semi_join.svg  |  0
.../js/Explain => misc/static/explain}/img/ex_projectset.svg  |  0
.../static/explain}/img/ex_recursive_union.svg|  0
.../static/explain}/img/ex_redistribute_motion.svg|  0
.../js/Explain => misc/static/explain}/img/ex_result.svg  |  0
.../js/Explain => misc/static/explain}/img/ex_scan.svg|  0
.../js/Explain => misc/static/explain}/img/ex_seek.svg|  0
.../js/Explain => misc/static/explain}/img/ex_setop.svg   |  0
.../js/Explain => misc/static/explain}/img/ex_sort.svg|  0
.../js/Explain => misc/static/explain}/img/ex_subplan.svg |  0
.../static/explain}/img/ex_table_func_scan.svg|  0
.../js/Explain => misc/static/explain}/img/ex_tid_scan.svg|  0
.../js/Explain => misc/static/explain}/img/ex_unique.svg  |  0
.../js/Explain => misc/static/explain}/img/ex_unknown.svg |  0
.../js/Explain => misc/static/explain}/img/ex_update.svg  |  0
.../js/Explain => misc/static/explain}/img/ex_values_scan.svg |  0
.../static/explain}/img/ex_window_aggregate.svg   |  0
.../Explain => misc/static/explain}/img/ex_worktable_scan.svg |  0
web/pgadmin/static/js/Explain/Graphical.jsx   |  4 ++--
web/pgadmin/static/js/components/PgTable.jsx  |  7 ---
web/pgadmin/static/js/helpers/Notifier.jsx|  2 +-
web/pgadmin/tools/sqleditor/__init__.py   | 11 ++-
.../sqleditor/static/js/components/QueryToolComponent.jsx | 10 +-
web/pgadmin/tools/sqleditor/static/js/sqleditor_title.js  |  6 +++---
.../javascript/search_objects/search_objects_dialog_spec.js   |  2 ++
63 files changed, 35 insertions(+), 21 deletions(-)



Re: [pgAdmin][patch] Multiple pgAdmin fixes

2022-08-18 Thread Akshay Joshi
Thanks, the patch applied.

On Thu, Aug 18, 2022 at 6:20 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Attached patch fixes:
> 1. Explain plan crashes query tool after SonarQube fixes.
> 2. Fix XSS issue in query tool.
> 3. Process details for cloud process not showing complete command.
> 4. Confirm dialog before removing processes.
>
> Please review.
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin Hacker | Software Architect | *edbpostgres.com*
> 
> "Don't Complain about Heat, Plant a TREE"
>


-- 



Akshay Joshi

Principal Software Architect

+91 9767888246

www.enterprisedb.com







Re: [Patch] - Bug #7617 - [Azure PostgreSQL] Cloud Deployment failed for Azure PostgreSQL

2022-08-18 Thread Akshay Joshi
Thanks, the patch applied.

On Thu, Aug 18, 2022 at 5:57 PM Yogesh Mahajan <
yogesh.maha...@enterprisedb.com> wrote:

> Hi,
>
> Please find the patch to fix issue reported in RM 7617 & 7616
> Thanks,
> Yogesh Mahajan
> EnterpriseDB
>


-- 



Akshay Joshi

Principal Software Architect

+91 9767888246

www.enterprisedb.com







Translators: Release next week

2022-08-18 Thread Akshay Joshi
Hi Translators,

We will have a release next week, so updates to translations before the
release would be helpful. The template and catalogs have been updated in
git.

*Note:* We generally create our candidate builds on Monday (2 PM IST), so
please send the translation file by Monday 1.00 PM IST.

-- 



Akshay Joshi

Principal Software Architect

+91 9767888246

www.enterprisedb.com