[pgadmin-org/pgadmin4] 96f3ac: Code improvements to handle API errors gracefully ...
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 96f3ac8a53edb2ea45fd84d2f08904365a24bcd8 https://github.com/pgadmin-org/pgadmin4/commit/96f3ac8a53edb2ea45fd84d2f08904365a24bcd8 Author: Aditya Toshniwal Date: 2023-05-23 (Tue, 23 May 2023) Changed paths: M web/pgadmin/preferences/static/js/components/PreferencesComponent.jsx M web/pgadmin/static/js/tree/tree_nodes.ts Log Message: --- Code improvements to handle API errors gracefully in tree code. #6308
[pgadmin-org/pgadmin4] b6924a: Fixed error occurring while opening query tool aft...
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: b6924a84d6fa40e0c7d5ca61fe7db5756b50de6e https://github.com/pgadmin-org/pgadmin4/commit/b6924a84d6fa40e0c7d5ca61fe7db5756b50de6e Author: Yogesh Mahajan Date: 2023-05-23 (Tue, 23 May 2023) Changed paths: M web/pgadmin/browser/server_groups/servers/static/js/server.js Log Message: --- Fixed error occurring while opening query tool after togging Resume/Pause wal replay. #6026
[pgadmin-org/pgadmin4] bbd592: Python dependency: Update requests requirement fro...
Branch: refs/heads/dependabot/pip/requests-eq-2.31.star Home: https://github.com/pgadmin-org/pgadmin4 Commit: bbd5922cb5d4c2fdd1b084be92a0a171765a25df https://github.com/pgadmin-org/pgadmin4/commit/bbd5922cb5d4c2fdd1b084be92a0a171765a25df Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-05-23 (Tue, 23 May 2023) Changed paths: M requirements.txt Log Message: --- Python dependency: Update requests requirement from ==2.28.* to ==2.31.* Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot]
[pgadmin-org/pgadmin4]
Branch: refs/heads/dependabot/pip/requests-eq-2.30.star Home: https://github.com/pgadmin-org/pgadmin4
[pgadmin-org/pgadmin4]
Branch: refs/heads/dependabot/pip/web/regression/requests-eq-2.30.star Home: https://github.com/pgadmin-org/pgadmin4
[pgadmin-org/pgadmin4] ec20f5: Python dependency: Update requests requirement in ...
Branch: refs/heads/dependabot/pip/web/regression/requests-eq-2.31.star Home: https://github.com/pgadmin-org/pgadmin4 Commit: ec20f5f7743d632424970644f190309bfc07b152 https://github.com/pgadmin-org/pgadmin4/commit/ec20f5f7743d632424970644f190309bfc07b152 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-05-23 (Tue, 23 May 2023) Changed paths: M requirements.txt Log Message: --- Python dependency: Update requests requirement in /web/regression Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot]
[pgadmin-org/pgadmin4] 75cbf9: Text changes for Show/Hide nodes feature. #5048
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 75cbf9165e59c993aaccef1cc254d7031547e41e https://github.com/pgadmin-org/pgadmin4/commit/75cbf9165e59c993aaccef1cc254d7031547e41e Author: Aditya Toshniwal Date: 2023-05-24 (Wed, 24 May 2023) Changed paths: M web/pgadmin/browser/register_browser_preferences.py M web/pgadmin/preferences/static/js/components/PreferencesComponent.jsx Log Message: --- Text changes for Show/Hide nodes feature. #5048