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

From: Khushboo Vashi <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 9aa116: 1) Added new/missing parameters to pg_dumpall (Bac...
Date: 2023-07-11 06:03:49
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/dependabot/pip/web/regression/boto3-eq-1.28.star/e56f64-67afdb@github.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/dependabot/pip/web/regression/boto3-eq-1.28.star
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 9aa116bf3f8bdb712d1ee7f26a8f3ae72aa8b312
https://github.com/pgadmin-org/pgadmin4/commit/9aa116bf3f8bdb712d1ee7f26a8f3ae72aa8b312
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
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

Commit: 62056cab14e52017dd3a4c9a81ccc5a36508da65
https://github.com/pgadmin-org/pgadmin4/commit/62056cab14e52017dd3a4c9a81ccc5a36508da65
Author: Pravesh Sharma <pravesh(dot)sharma(at)enterprisedb(dot)com>
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

Commit: cb7fd7106c87a040c37d4ed669dee8af6abef381
https://github.com/pgadmin-org/pgadmin4/commit/cb7fd7106c87a040c37d4ed669dee8af6abef381
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>
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

Commit: a6b8b7bfa9d78c1103787f78ab8b4f58f8746c5f
https://github.com/pgadmin-org/pgadmin4/commit/a6b8b7bfa9d78c1103787f78ab8b4f58f8746c5f
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
Date: 2023-07-10 (Mon, 10 Jul 2023)

Changed paths:
M docs/en_US/release_notes_7_5.rst

Log Message:
-----------
Update release notes.

Commit: 115d4afd9e0242db6717025c86df46b7b6a1f9d3
https://github.com/pgadmin-org/pgadmin4/commit/115d4afd9e0242db6717025c86df46b7b6a1f9d3
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
Date: 2023-07-10 (Mon, 10 Jul 2023)

Changed paths:
M docs/en_US/release_notes_7_5.rst
M web/pgadmin/utils/driver/psycopg3/connection.py

Log Message:
-----------
Fix security hotspots reported by Sonarqube.

Commit: 7686280cb2ae37278901051aa9c14da5697fa021
https://github.com/pgadmin-org/pgadmin4/commit/7686280cb2ae37278901051aa9c14da5697fa021
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Date: 2023-07-10 (Mon, 10 Jul 2023)

Changed paths:
M docs/en_US/backup_server_dialog.rst
M web/pgadmin/tools/backup/__init__.py
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/regression/javascript/schema_ui_files/backup.ui.spec.js

Log Message:
-----------
1) Added --exclude-database option for Backup Server.
2) Fixed Jasmine test cases.

Commit: a08714cd6548e5463c0b4f79fde8566407f5389c
https://github.com/pgadmin-org/pgadmin4/commit/a08714cd6548e5463c0b4f79fde8566407f5389c
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Date: 2023-07-10 (Mon, 10 Jul 2023)

Changed paths:
M web/pgadmin/static/js/SchemaView/FieldSetView.jsx
M web/pgadmin/static/js/SchemaView/FormView.jsx
M web/pgadmin/static/js/SchemaView/MappedControl.jsx
M web/pgadmin/static/js/components/FormComponents.jsx
M web/pgadmin/tools/backup/static/js/backup.ui.js

Log Message:
-----------
Allow two controls to be inline in SchemaView.

Commit: 16a0950f63594d6f26ce7ab218f6ccb222e573dc
https://github.com/pgadmin-org/pgadmin4/commit/16a0950f63594d6f26ce7ab218f6ccb222e573dc
Author: San Lin Naing <sanlinnaing2008(at)gmail(dot)com>
Date: 2023-07-10 (Mon, 10 Jul 2023)

Changed paths:
M web/pgadmin/misc/file_manager/__init__.py

Log Message:
-----------
Fix an issue where adding a sub-folder inside a folder is not working as expected. #6544

Commit: 613002c4174bba852a898e39fd0ed51206e66068
https://github.com/pgadmin-org/pgadmin4/commit/613002c4174bba852a898e39fd0ed51206e66068
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Date: 2023-07-10 (Mon, 10 Jul 2023)

Changed paths:
M docs/en_US/release_notes_7_5.rst

Log Message:
-----------
Update release notes

Commit: fbb43f8c3e2c36bcfaa3d51e21c3d0ec142cfd6b
https://github.com/pgadmin-org/pgadmin4/commit/fbb43f8c3e2c36bcfaa3d51e21c3d0ec142cfd6b
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Date: 2023-07-10 (Mon, 10 Jul 2023)

Changed paths:
M web/pgadmin/tools/backup/static/js/backup.ui.js

Log Message:
-----------
Align two switch controls inline for Backup Server and Backup Object dialog.

Commit: ecf29c5be948900d8c9784d8db76449471a6d6bf
https://github.com/pgadmin-org/pgadmin4/commit/ecf29c5be948900d8c9784d8db76449471a6d6bf
Author: dependabot[bot] <49699333+dependabot[bot](at)users(dot)noreply(dot)github(dot)com>
Date: 2023-07-11 (Tue, 11 Jul 2023)

Changed paths:
M requirements.txt

Log Message:
-----------
Python dependency: Update botocore requirement in /web/regression (#6541)

Updates the requirements on [botocore](https://github.com/boto/botocore) to permit the latest version.
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/botocore/compare/1.29.0...1.31.0)

---
updated-dependencies:
- dependency-name: botocore
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support(at)github(dot)com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot](at)users(dot)noreply(dot)github(dot)com>

Commit: 8744b29edff77a942b4887b096f8a5d9edcd10d0
https://github.com/pgadmin-org/pgadmin4/commit/8744b29edff77a942b4887b096f8a5d9edcd10d0
Author: dependabot[bot] <49699333+dependabot[bot](at)users(dot)noreply(dot)github(dot)com>
Date: 2023-07-11 (Tue, 11 Jul 2023)

Changed paths:
M requirements.txt

Log Message:
-----------
Python dependency: Update cryptography requirement (#6404)

Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/40.0.0...41.0.1)

---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support(at)github(dot)com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot](at)users(dot)noreply(dot)github(dot)com>

Commit: 21b81f7999fd95a8679bd8eb113458660637fb62
https://github.com/pgadmin-org/pgadmin4/commit/21b81f7999fd95a8679bd8eb113458660637fb62
Author: dependabot[bot] <49699333+dependabot[bot](at)users(dot)noreply(dot)github(dot)com>
Date: 2023-07-11 (Tue, 11 Jul 2023)

Changed paths:
M requirements.txt

Log Message:
-----------
Python dependency: Bump psycopg[c] from 3.1.8 to 3.1.9 (#6240)

Bumps [psycopg[c]](https://github.com/psycopg/psycopg) from 3.1.8 to 3.1.9.
- [Release notes](https://github.com/psycopg/psycopg/releases)
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](https://github.com/psycopg/psycopg/compare/3.1.8...3.1.9)

---
updated-dependencies:
- dependency-name: psycopg[c]
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support(at)github(dot)com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot](at)users(dot)noreply(dot)github(dot)com>

Commit: 67afdb208fc57179f6fe95606158f8c0b2bae3d1
https://github.com/pgadmin-org/pgadmin4/commit/67afdb208fc57179f6fe95606158f8c0b2bae3d1
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
Date: 2023-07-11 (Tue, 11 Jul 2023)

Changed paths:
M docs/en_US/backup_dialog.rst
M docs/en_US/backup_server_dialog.rst
M docs/en_US/cloud_edb_biganimal.rst
M docs/en_US/images/cloud_biganimal_instance.png
M docs/en_US/release_notes_7_5.rst
M requirements.txt
M runtime/src/js/pgadmin.js
M web/pgacloud/providers/aws.py
M web/pgacloud/providers/biganimal.py
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/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
M web/pgadmin/misc/file_manager/__init__.py
M web/pgadmin/static/js/SchemaView/FieldSetView.jsx
M web/pgadmin/static/js/SchemaView/FormView.jsx
M web/pgadmin/static/js/SchemaView/MappedControl.jsx
M web/pgadmin/static/js/components/FormComponents.jsx
M web/pgadmin/static/js/pgadmin.js
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
M web/pgadmin/utils/driver/psycopg3/connection.py
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
M web/regression/javascript/schema_ui_files/backup.ui.spec.js

Log Message:
-----------
Merge branch 'master' into dependabot/pip/web/regression/boto3-eq-1.28.star

Compare: https://github.com/pgadmin-org/pgadmin4/compare/e56f649d99c8...67afdb208fc5

Browse pgadmin-hackers by date

  From Date Subject
Next Message dependabot[bot] 2023-07-11 06:05:30 [pgadmin-org/pgadmin4] 2fb68b: Python dependency: Update boto3 requirement in /we...
Previous Message dependabot[bot] 2023-07-11 05:58:36 [pgadmin-org/pgadmin4]