Skip to content
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 #1739

Merged
merged 1 commit into from
Mar 12, 2024
Merged

social_sqlalchemy #1739

merged 1 commit into from
Mar 12, 2024

Conversation

NyuydineBill
Copy link
Contributor

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

@NyuydineBill NyuydineBill requested a review from a team as a code owner March 12, 2024 14:42
Copy link

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/e97e12f38c314655b459fd1e93f33236

✔️ fi-tox-mypy SUCCESS in 5m 29s
✔️ fi-tox-lint SUCCESS in 5m 29s
✔️ fi-tox-format SUCCESS in 6m 15s
✔️ fi-tox-python38 SUCCESS in 8m 32s
✔️ fi-tox-python39 SUCCESS in 10m 10s
✔️ fi-tox-python310 SUCCESS in 10m 16s
✔️ fi-tox-python311 SUCCESS in 8m 29s
✔️ fi-tox-docs SUCCESS in 7m 49s
✔️ fi-tox-bandit SUCCESS in 5m 29s
✔️ fi-tox-diff-cover SUCCESS in 9m 54s

@Zlopez Zlopez linked an issue Mar 12, 2024 that may be closed by this pull request
@mergify mergify bot merged commit 8209ce8 into fedora-infra:master Mar 12, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix user Authentication error when on localhost
2 participants