-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Social sqlalchemy #1726
Social sqlalchemy #1726
Conversation
…or resolving server errors during login Added New file Auth_ERROR-README.md with the description on how to fix this error
…or resolving server errors during login Added New file Auth_ERROR-README.md with the description on how to fix this error
This commit adds optional instructions for configuring social_sqlalchemy, a package for SQLAlchemy storage support for Python Social Auth, in Flask applications. It provides a code example demonstrating how to set up social_sqlalchemy in a Flask app, including configuring the SQLAlchemy database and initializing social_sqlalchemy. Additionally, it includes a note on starting the development web server with Flask. These instructions are added to the contributing.rst file under the Python Virtualenv section to provide guidance to contributors who may want to use social_sqlalchemy for OAuth and OAuth2 authentication in their Flask applications. Resolves: #issue_number:fedora-infra#1723
This commit adds optional instructions for configuring social_sqlalchemy, a package for SQLAlchemy storage support for Python Social Auth, in Flask applications. It provides a code example demonstrating how to set up social_sqlalchemy in a Flask app, including configuring the SQLAlchemy database and initializing social_sqlalchemy. Additionally, it includes a note on starting the development web server with Flask. These instructions are added to the contributing.rst file under the Python Virtualenv section to provide guidance to contributors who may want to use social_sqlalchemy for OAuth and OAuth2 authentication in their Flask applications. Resolves: #issue_number:fedora-infra#1723
Build succeeded. ✔️ fi-tox-mypy SUCCESS in 7m 25s |
And also don't forget to add news file for the update. See https://anitya.readthedocs.io/en/latest/contributing.html#release-notes for more info |
Build succeeded. ✔️ fi-tox-mypy SUCCESS in 6m 17s |
Done Sir |
Build succeeded. ✔️ fi-tox-mypy SUCCESS in 11m 48s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still some changes required, but getting there.
Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci ✔️ fi-tox-mypy SUCCESS in 9m 18s |
Co-authored-by: Zlopez <michal.konecny@psmail.xyz>
…nitya into social_sqlalchemy
Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci ✔️ fi-tox-mypy SUCCESS in 5m 49s |
Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci ✔️ fi-tox-mypy SUCCESS in 7m 29s |
Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci ✔️ fi-tox-mypy SUCCESS in 7m 41s |
Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci ✔️ fi-tox-mypy SUCCESS in 6m 43s |
Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci ✔️ fi-tox-mypy SUCCESS in 8m 36s |
Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci ✔️ fi-tox-mypy SUCCESS in 6m 04s |
Build succeeded. ✔️ fi-tox-mypy SUCCESS in 7m 19s |
…social_sqlalchemy
Build succeeded. ✔️ fi-tox-mypy SUCCESS in 5m 49s |
Thanks for fixing the tests! Could you now squash the commits so there is only one commit message? |
Build succeeded. ✔️ fi-tox-mypy SUCCESS in 7m 07s |
Added the file directory to include update
…nitya into social_sqlalchemy
Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci ✔️ fi-tox-mypy SUCCESS in 7m 26s |
Description:
This pull request adds optional instructions for configuring social_sqlalchemy, a package for SQLAlchemy storage support for Python Social Auth, in Anitya . It provides a code example demonstrating how to set up social_sqlalchemy in a Anitya , including configuring the SQLAlchemy database and initializing social_sqlalchemy. Additionally, it includes a note on starting the development web server with Flask.
Purpose:
The purpose of this pull request is to enhance the contributing guidelines by providing guidance on integrating social_sqlalchemy with Anitya for OAuth and OAuth2 authentication. This addition aims to assist contributors who may want to use social_sqlalchemy in Anitya project, thereby improving the overall development experience for Anitya contributors.
Changes Made:
Added instructions for configuring social_sqlalchemy in Flask applications to the contributing.rst file.
Included a code example demonstrating the setup process for social_sqlalchemy.
Updated the Python Virtualenv section of the contributing.rst file to include these instructions.
Testing:
These instructions were tested locally by following the provided steps to configure social_sqlalchemy in a Anitya application within a Python virtual environment. The Flask development server was started successfully, indicating that the setup process was correct and functional.
Related Issue:
#1723