[pgadmin-org/pgadmin4] a6b8b7: Update release notes.

2023-07-09 Thread Khushboo Vashi
  Branch: refs/heads/master
  Home:   https://github.com/pgadmin-org/pgadmin4
  Commit: a6b8b7bfa9d78c1103787f78ab8b4f58f8746c5f
  
https://github.com/pgadmin-org/pgadmin4/commit/a6b8b7bfa9d78c1103787f78ab8b4f58f8746c5f
  Author: Khushboo Vashi 
  Date:   2023-07-10 (Mon, 10 Jul 2023)

  Changed paths:
M docs/en_US/release_notes_7_5.rst

  Log Message:
  ---
  Update release notes.






[pgadmin-org/pgadmin4] cb7fd7: Enable cluster deployment with gp3 volume for AWS ...

2023-07-09 Thread Yogesh Mahajan
  Branch: refs/heads/master
  Home:   https://github.com/pgadmin-org/pgadmin4
  Commit: cb7fd7106c87a040c37d4ed669dee8af6abef381
  
https://github.com/pgadmin-org/pgadmin4/commit/cb7fd7106c87a040c37d4ed669dee8af6abef381
  Author: Yogesh Mahajan 
  Date:   2023-07-10 (Mon, 10 Jul 2023)

  Changed paths:
M docs/en_US/cloud_edb_biganimal.rst
M docs/en_US/images/cloud_biganimal_instance.png
M web/pgacloud/providers/aws.py
M web/pgacloud/providers/biganimal.py
M web/pgadmin/misc/cloud/biganimal/__init__.py
M web/pgadmin/misc/cloud/rds/__init__.py
M web/pgadmin/misc/cloud/static/js/aws.js
M web/pgadmin/misc/cloud/static/js/aws_schema.ui.js
M web/pgadmin/misc/cloud/static/js/biganimal.js
M web/pgadmin/misc/cloud/static/js/biganimal_schema.ui.js

  Log Message:
  ---
  Enable cluster deployment with gp3 volume for AWS & BigAnimal cloud 
providers. #6323






[pgadmin-org/pgadmin4] 62056c: Fixed sonaqube security smells and bugs

2023-07-09 Thread Pravesh Sharma
  Branch: refs/heads/master
  Home:   https://github.com/pgadmin-org/pgadmin4
  Commit: 62056cab14e52017dd3a4c9a81ccc5a36508da65
  
https://github.com/pgadmin-org/pgadmin4/commit/62056cab14e52017dd3a4c9a81ccc5a36508da65
  Author: Pravesh Sharma 
  Date:   2023-07-10 (Mon, 10 Jul 2023)

  Changed paths:
M runtime/src/js/pgadmin.js
M web/pgadmin/__init__.py
M web/pgadmin/authenticate/mfa/authenticator.py
M 
web/pgadmin/browser/server_groups/servers/databases/casts/static/js/cast.ui.js
M 
web/pgadmin/browser/server_groups/servers/databases/publications/__init__.py
M 
web/pgadmin/browser/server_groups/servers/databases/schemas/domains/static/js/domain.ui.js
M 
web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/static/js/synonym.ui.js
M web/pgadmin/browser/server_groups/servers/static/js/server.js
M web/pgadmin/static/js/pgadmin.js
M web/regression/javascript/SecurityPages/ForgotPasswordPage.spec.js
M web/regression/javascript/SecurityPages/LoginPage.spec.js
M web/regression/javascript/SecurityPages/MfaRegisterPage.spec.js
M web/regression/javascript/SecurityPages/MfaValidatePage.spec.js
M web/regression/javascript/SecurityPages/PasswordResetPage.spec.js

  Log Message:
  ---
  Fixed sonaqube security smells and bugs

1. Delete unreachable code or refactor the code to make it reachable.
2. Unexpected var, use let or const instead.
3. Remove useless assignment to variable.
4. Define a constant instead of duplicating the literal
5. Remove commented out code






[pgadmin-org/pgadmin4] 9aa116: 1) Added new/missing parameters to pg_dumpall (Bac...

2023-07-09 Thread Akshay Joshi
  Branch: refs/heads/master
  Home:   https://github.com/pgadmin-org/pgadmin4
  Commit: 9aa116bf3f8bdb712d1ee7f26a8f3ae72aa8b312
  
https://github.com/pgadmin-org/pgadmin4/commit/9aa116bf3f8bdb712d1ee7f26a8f3ae72aa8b312
  Author: Akshay Joshi 
  Date:   2023-07-10 (Mon, 10 Jul 2023)

  Changed paths:
M docs/en_US/backup_dialog.rst
M docs/en_US/backup_server_dialog.rst
M docs/en_US/release_notes_7_5.rst
M web/pgadmin/tools/backup/__init__.py
M web/pgadmin/tools/backup/static/js/backup.js
M web/pgadmin/tools/backup/static/js/backup.ui.js
M web/pgadmin/tools/backup/tests/test_backup_create_job_unit_test.py
M web/pgadmin/tools/sqleditor/command.py

  Log Message:
  ---
  1) Added new/missing parameters to pg_dumpall (Backup Server). #6416

2) Added new/missing parameters to pg_dump (Backup Objects). #6417