[pgadmin-org/pgadmin4] fea1b9: Use http for SVG namespace URLs which were changed...

2023-03-14 Thread Aditya Toshniwal
  Branch: refs/heads/master
  Home:   https://github.com/pgadmin-org/pgadmin4
  Commit: fea1b9cf82c31f09233ce9cd63b9f4a6a3c57d62
  
https://github.com/pgadmin-org/pgadmin4/commit/fea1b9cf82c31f09233ce9cd63b9f4a6a3c57d62
  Author: Aditya Toshniwal 
  Date:   2023-03-14 (Tue, 14 Mar 2023)

  Changed paths:
M web/pgadmin/dashboard/static/js/PgAdminLogo.jsx
M web/pgadmin/static/js/Explain/Graphical.jsx
M web/pgadmin/static/js/Explain/svg_download.js

  Log Message:
  ---
  Use http for SVG namespace URLs which were changed to https for SonarQube 
fixes. #5943






[pgadmin-org/pgadmin4] 59edf5: Update release note

2023-03-14 Thread Akshay Joshi
  Branch: refs/heads/master
  Home:   https://github.com/pgadmin-org/pgadmin4
  Commit: 59edf50c02ace067f4b5a5d2b19e8b6736009338
  
https://github.com/pgadmin-org/pgadmin4/commit/59edf50c02ace067f4b5a5d2b19e8b6736009338
  Author: Akshay Joshi 
  Date:   2023-03-14 (Tue, 14 Mar 2023)

  Changed paths:
M docs/en_US/release_notes_7_0.rst

  Log Message:
  ---
  Update release note






pgAdmin Project Contributions

2023-03-14 Thread Dajer Abreu
Hi my name is Dajer and  I will love to help the pgAdmin project. I have 
several years of python and flask experience and multiple years of vueJS 
(Similar to Reach). I have created my fork and I’m ready to work. What are the 
steps if I want to work on issue and stuff

#5922
Clear PK on Copy-and-Paste of table rows

Thanks
Dajer




Re: pgAdmin Project Contributions

2023-03-14 Thread Aditya Toshniwal
Hi Dajer,

There are no steps as such. If your dev environment is running then you can
reproduce and fix the issue and raise the PR to pgAdmin master. The pgAdmin
team will review it and raise comments or code change requests if needed.
Let us know if you face any issues.

On Tue, Mar 14, 2023 at 3:31 PM Dajer Abreu  wrote:

> Hi my name is Dajer and  I will love to help the pgAdmin project. I have
> several years of python and flask experience and multiple years of vueJS
> (Similar to Reach). I have created my fork and I’m ready to work. What are
> the steps if I want to work on issue and stuff
>
> #5922
>
> Clear PK on Copy-and-Paste of table rows
>
>
>
> Thanks
>
> Dajer
>
>
>
>
>


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

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


[pgadmin-org/pgadmin4] d05374: Change psycopg-binary in setup_pip.py file.

2023-03-14 Thread Khushboo Vashi
  Branch: refs/heads/master
  Home:   https://github.com/pgadmin-org/pgadmin4
  Commit: d053742ca4b59b5dd75786ad3a0980fa5cb18c53
  
https://github.com/pgadmin-org/pgadmin4/commit/d053742ca4b59b5dd75786ad3a0980fa5cb18c53
  Author: Khushboo Vashi 
  Date:   2023-03-14 (Tue, 14 Mar 2023)

  Changed paths:
M pkg/pip/setup_pip.py

  Log Message:
  ---
  Change psycopg-binary in setup_pip.py file.






[pgadmin-org/pgadmin4] e40804: Update supported Python versions.

2023-03-14 Thread Dave Page
  Branch: refs/heads/master
  Home:   https://github.com/pgadmin-org/pgadmin4
  Commit: e408049bae62347a1bef45b638982ca6708a53c4
  
https://github.com/pgadmin-org/pgadmin4/commit/e408049bae62347a1bef45b638982ca6708a53c4
  Author: Dave Page 
  Date:   2023-03-14 (Tue, 14 Mar 2023)

  Changed paths:
M README.md
M pkg/pip/setup_pip.py

  Log Message:
  ---
  Update supported Python versions.






[pgadmin-org/pgadmin4] 48f2e2: Fixed feature tests failures occurred due to psyco...

2023-03-14 Thread Yogesh Mahajan
  Branch: refs/heads/master
  Home:   https://github.com/pgadmin-org/pgadmin4
  Commit: 48f2e2744c57672cf00cb2e554137bd0fb7f4b3d
  
https://github.com/pgadmin-org/pgadmin4/commit/48f2e2744c57672cf00cb2e554137bd0fb7f4b3d
  Author: Yogesh Mahajan 
  Date:   2023-03-14 (Tue, 14 Mar 2023)

  Changed paths:
M web/regression/feature_tests/pg_datatype_validation_test.py
M web/regression/feature_tests/query_tool_journey_test.py
M web/regression/feature_tests/query_tool_tests.py
M web/regression/feature_tests/view_data_dml_queries.py
M web/regression/feature_tests/xss_checks_pgadmin_debugger_test.py
M web/regression/feature_tests/xss_checks_roles_control_test.py
M web/regression/runtests.py

  Log Message:
  ---
  Fixed feature tests failures occurred due to psycopg3 changes.






[pgadmin-org/pgadmin4] 0a543d: Ensure that the user's storage directory is create...

2023-03-14 Thread Akshay Joshi
  Branch: refs/heads/master
  Home:   https://github.com/pgadmin-org/pgadmin4
  Commit: 0a543d0e95957b7a1f25ec4bf8bcf18ad4a433ba
  
https://github.com/pgadmin-org/pgadmin4/commit/0a543d0e95957b7a1f25ec4bf8bcf18ad4a433ba
  Author: Akshay Joshi 
  Date:   2023-03-14 (Tue, 14 Mar 2023)

  Changed paths:
M docs/en_US/release_notes_7_0.rst
M web/config.py
M web/pgadmin/tools/user_management/__init__.py
M web/pgadmin/utils/paths.py

  Log Message:
  ---
  Ensure that the user's storage directory is created when the users are 
created, as well as for those users who have not yet been created. #5824






[pgadmin-org/pgadmin4] 294282: Fixed circular import error.

2023-03-14 Thread Akshay Joshi
  Branch: refs/heads/master
  Home:   https://github.com/pgadmin-org/pgadmin4
  Commit: 294282c7caa597fd28ed3711204a1c4583d7a7a2
  
https://github.com/pgadmin-org/pgadmin4/commit/294282c7caa597fd28ed3711204a1c4583d7a7a2
  Author: Akshay Joshi 
  Date:   2023-03-14 (Tue, 14 Mar 2023)

  Changed paths:
M web/pgadmin/utils/paths.py

  Log Message:
  ---
  Fixed circular import error.






[pgadmin-org/pgadmin4] 292d76: Update SQLAlchemy, Flask, Flask-SQLAlchemy, and ot...

2023-03-14 Thread Aditya Toshniwal
  Branch: refs/heads/master
  Home:   https://github.com/pgadmin-org/pgadmin4
  Commit: 292d76b39e9d3c199222fac06ff3131a4055502b
  
https://github.com/pgadmin-org/pgadmin4/commit/292d76b39e9d3c199222fac06ff3131a4055502b
  Author: Aditya Toshniwal 
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
M pkg/linux/build-functions.sh
M requirements.txt
M web/config.py
M web/migrations/versions/09d53fca90c7_.py
M web/migrations/versions/7fedf8531802_.py
M web/migrations/versions/aff1436e3c8c_.py
M web/migrations/versions/c465fee44968_.py
M web/migrations/versions/d39482714a2e_.py
M web/migrations/versions/f656e56dfdc8_.py
M web/migrations/versions/fdc58d9bd449_.py
M web/pgAdmin4.py
M web/pgadmin/__init__.py
M web/pgadmin/authenticate/__init__.py
M web/pgadmin/authenticate/kerberos.py
M 
web/pgadmin/browser/server_groups/servers/tests/test_check_ssh_mock_connect.py
M web/pgadmin/browser/utils.py
A web/pgadmin/evaluate_config.py
M web/pgadmin/model/__init__.py
M web/pgadmin/tools/sqleditor/__init__.py
M web/pgadmin/tools/user_management/__init__.py
M web/pgadmin/utils/session.py

  Log Message:
  ---
  Update SQLAlchemy, Flask, Flask-SQLAlchemy, and other packages to current 
versions. #5901

- Update Flask, Flask-SQLAlchemy, Flask-Babel, Flask-Security-Too, 
Flask-SocketIO, pytz, psutil, SQLAlchemy, bcrypt, cryptography, eventlet, 
Authlib, requests python packages
- Remove pinned dnspython, Werkzeug packages from requirements.txt






[pgadmin-org/pgadmin4] 795e92: Bump webpack from 5.75.0 to 5.76.0 in /web

2023-03-14 Thread dependabot[bot]
  Branch: refs/heads/dependabot/npm_and_yarn/web/webpack-5.76.0
  Home:   https://github.com/pgadmin-org/pgadmin4
  Commit: 795e9252dde48a45a75ed98ba1dc22cc26af4601
  
https://github.com/pgadmin-org/pgadmin4/commit/795e9252dde48a45a75ed98ba1dc22cc26af4601
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-15 (Wed, 15 Mar 2023)

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

  Log Message:
  ---
  Bump webpack from 5.75.0 to 5.76.0 in /web

Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] 






[pgadmin-org/pgadmin4] 8c8be6: Remove pyOpenSSL from requirements

2023-03-14 Thread Akshay Joshi
  Branch: refs/heads/master
  Home:   https://github.com/pgadmin-org/pgadmin4
  Commit: 8c8be6461c0140775aca6abaf1a1f7a17418e331
  
https://github.com/pgadmin-org/pgadmin4/commit/8c8be6461c0140775aca6abaf1a1f7a17418e331
  Author: Akshay Joshi 
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
M docs/en_US/release_notes_7_0.rst
M requirements.txt

  Log Message:
  ---
  Remove pyOpenSSL from requirements