[pgadmin-org/pgadmin4] 0ac471: Fix an issue where import/export data is not worki...

2023-11-13 Thread Akshay Joshi
  Branch: refs/heads/master
  Home:   https://github.com/pgadmin-org/pgadmin4
  Commit: 0ac471d1601f86b7421a0620c142588a2bf8a15b
  
https://github.com/pgadmin-org/pgadmin4/commit/0ac471d1601f86b7421a0620c142588a2bf8a15b
  Author: Akshay Joshi 
  Date:   2023-11-13 (Mon, 13 Nov 2023)

  Changed paths:
M docs/en_US/release_notes_7_9.rst
M web/pgadmin/tools/import_export/__init__.py

  Log Message:
  ---
  Fix an issue where import/export data is not working for shared servers. #6875






[pgadmin-org/pgadmin4] 7f49b8: Fix an issue in ERD tool where SQL generated is mi...

2023-11-13 Thread Anil Sahoo
  Branch: refs/heads/master
  Home:   https://github.com/pgadmin-org/pgadmin4
  Commit: 7f49b891df63d9a3230059ae11fbc6ea8fa8763b
  
https://github.com/pgadmin-org/pgadmin4/commit/7f49b891df63d9a3230059ae11fbc6ea8fa8763b
  Author: Anil Sahoo 
  Date:   2023-11-13 (Mon, 13 Nov 2023)

  Changed paths:
M 
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/columns/utils.py

  Log Message:
  ---
  Fix an issue in ERD tool where SQL generated is missing columns for the 
table. #6920






PgAdmin - Turkish Translation

2023-11-13 Thread Sezer BOZKIR
Hi PgAdmin team, 


I want to help you about the translation of the Pgadmin for Turkish
language. What should I do for helping officially? :) 


Regards,

--
Sezer BOZKIR
Sr.Python Developer

Re: PgAdmin - Turkish Translation

2023-11-13 Thread Aditya Toshniwal
Hi Sezer,

Please check - https://www.pgadmin.org/development/translations/
Let us know if you have any questions.

On Mon, Nov 13, 2023 at 2:33 PM Sezer BOZKIR  wrote:

> Hi PgAdmin team,
>
> I want to help you about the translation of the Pgadmin for Turkish
> language. What should I do for helping officially? :)
>
> Regards,
> --
> Sezer BOZKIR
> Sr.Python Developer
>


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

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


[pgadmin-org/pgadmin4] cba029: Javascript dependency: Bump axios from 1.4.0 to 1....

2023-11-13 Thread dependabot[bot]
  Branch: refs/heads/dependabot/npm_and_yarn/web/axios-1.6.1
  Home:   https://github.com/pgadmin-org/pgadmin4
  Commit: cba0293a3e92f407aa1ee73852657bee0cbb1038
  
https://github.com/pgadmin-org/pgadmin4/commit/cba0293a3e92f407aa1ee73852657bee0cbb1038
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-11-13 (Mon, 13 Nov 2023)

  Changed paths:
M web/package.json
M web/yarn.lock

  Log Message:
  ---
  Javascript dependency: Bump axios from 1.4.0 to 1.6.1 in /web

Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.4.0...v1.6.1)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 






[pgadmin-org/pgadmin4]

2023-11-13 Thread dependabot[bot]
  Branch: refs/heads/dependabot/npm_and_yarn/web/axios-1.6.0
  Home:   https://github.com/pgadmin-org/pgadmin4




[pgadmin-org/pgadmin4] 0e8868: Remove gettext from empty strings in the title of ...

2023-11-13 Thread Akshay Joshi
  Branch: refs/heads/master
  Home:   https://github.com/pgadmin-org/pgadmin4
  Commit: 0e8868a65013093dbb1a5062f0650a84fb3b45c6
  
https://github.com/pgadmin-org/pgadmin4/commit/0e8868a65013093dbb1a5062f0650a84fb3b45c6
  Author: Akshay Joshi 
  Date:   2023-11-13 (Mon, 13 Nov 2023)

  Changed paths:
M docs/en_US/release_notes_7_9.rst
M web/pgadmin/dashboard/static/js/SystemStats/Storage.jsx

  Log Message:
  ---
  Remove gettext from empty strings in the title of the storage graph. #6884






[pgadmin-org/pgadmin4] e5cba5: Add JSON key "SharedUsername" to servers.json example

2023-11-13 Thread Mirko
  Branch: refs/heads/master
  Home:   https://github.com/pgadmin-org/pgadmin4
  Commit: e5cba59a02275ec19d9a1496ea04bcfad0b68ed4
  
https://github.com/pgadmin-org/pgadmin4/commit/e5cba59a02275ec19d9a1496ea04bcfad0b68ed4
  Author: Mirko <4560672+m...@users.noreply.github.com>
  Date:   2023-11-13 (Mon, 13 Nov 2023)

  Changed paths:
M docs/en_US/import_export_servers.rst

  Log Message:
  ---
  Add JSON key "SharedUsername" to servers.json example