[pgadmin-org/pgadmin4] 0e0eb3: Fixed the validation for source and target schema ...
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 0e0eb3c2d5bb4c57bf3e496d26be6a2e00ab200f https://github.com/pgadmin-org/pgadmin4/commit/0e0eb3c2d5bb4c57bf3e496d26be6a2e00ab200f Author: Akshay Joshi Date: 2023-08-14 (Mon, 14 Aug 2023) Changed paths: M web/pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx Log Message: --- Fixed the validation for source and target schema in schema diff tool.
[pgadmin-org/pgadmin4] e1f1e3: Python dependency: Bump werkzeug from 2.2.3 to 2.3.7
Branch: refs/heads/dependabot/pip/werkzeug-2.3.7 Home: https://github.com/pgadmin-org/pgadmin4 Commit: e1f1e3b178825f6f2865a4b393e4887c87e48411 https://github.com/pgadmin-org/pgadmin4/commit/e1f1e3b178825f6f2865a4b393e4887c87e48411 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-08-14 (Mon, 14 Aug 2023) Changed paths: M requirements.txt Log Message: --- Python dependency: Bump werkzeug from 2.2.3 to 2.3.7 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 2.3.7. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.2.3...2.3.7) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]
[pgadmin-org/pgadmin4]
Branch: refs/heads/dependabot/pip/werkzeug-2.3.6 Home: https://github.com/pgadmin-org/pgadmin4
[pgadmin-org/pgadmin4] d1391f: Python dependency: Bump werkzeug from 2.2.3 to 2.3...
Branch: refs/heads/dependabot/pip/web/regression/werkzeug-2.3.7 Home: https://github.com/pgadmin-org/pgadmin4 Commit: d1391f8a2efec4090be8bba68261f4e2a4f81b99 https://github.com/pgadmin-org/pgadmin4/commit/d1391f8a2efec4090be8bba68261f4e2a4f81b99 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-08-14 (Mon, 14 Aug 2023) Changed paths: M requirements.txt Log Message: --- Python dependency: Bump werkzeug from 2.2.3 to 2.3.7 in /web/regression Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 2.3.7. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.2.3...2.3.7) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]
[pgadmin-org/pgadmin4]
Branch: refs/heads/dependabot/pip/web/regression/werkzeug-2.3.6 Home: https://github.com/pgadmin-org/pgadmin4
[pgadmin-org/pgadmin4] a9799f: Generate SBOM for Python wheel package.
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: a9799f25a25defa5be52a06e964f569e10f885e6 https://github.com/pgadmin-org/pgadmin4/commit/a9799f25a25defa5be52a06e964f569e10f885e6 Author: Khushboo Vashi Date: 2023-08-14 (Mon, 14 Aug 2023) Changed paths: M pkg/pip/build.sh Log Message: --- Generate SBOM for Python wheel package.
[pgadmin-org/pgadmin4] 3b0fcd: Python dependency: Bump eslint from 8.42.0 to 8.47...
Branch: refs/heads/dependabot/npm_and_yarn/runtime/eslint-8.47.0 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 3b0fcd887dc6100aced31ff1f392799aed41ec8d https://github.com/pgadmin-org/pgadmin4/commit/3b0fcd887dc6100aced31ff1f392799aed41ec8d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-08-14 (Mon, 14 Aug 2023) Changed paths: M runtime/package.json M runtime/yarn.lock Log Message: --- Python dependency: Bump eslint from 8.42.0 to 8.47.0 in /runtime Bumps [eslint](https://github.com/eslint/eslint) from 8.42.0 to 8.47.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.42.0...v8.47.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]
[pgadmin-org/pgadmin4]
Branch: refs/heads/dependabot/npm_and_yarn/runtime/eslint-8.46.0 Home: https://github.com/pgadmin-org/pgadmin4
[pgadmin-org/pgadmin4] 2c81b3: Sort parent objects as well in Schema Diff tool.
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 2c81b33925ee32f69505c0042121bf631ad9e4ac https://github.com/pgadmin-org/pgadmin4/commit/2c81b33925ee32f69505c0042121bf631ad9e4ac Author: Akshay Joshi Date: 2023-08-14 (Mon, 14 Aug 2023) Changed paths: M web/pgadmin/tools/schema_diff/static/js/components/ResultGridComponent.jsx Log Message: --- Sort parent objects as well in Schema Diff tool.