Skip to content

feat!: v0.3.0 #212

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

Draft
wants to merge 50 commits into
base: main
Choose a base branch
from
Draft

feat!: v0.3.0 #212

wants to merge 50 commits into from

Conversation

cofin
Copy link
Member

@cofin cofin commented May 5, 2025

Description

Closes

* fix: show login error

* fix: show shignup error

* chore: pre-commit
@@ -46,7 +52,9 @@
"""Amount of time to wait before recycling connections."""
POOL_PRE_PING: bool = field(default_factory=get_env("DATABASE_PRE_POOL_PING", False))
"""Optionally ping database before fetching a session from the connection pool."""
URL: str = field(default_factory=get_env("DATABASE_URL", "sqlite+aiosqlite:///db.sqlite3"))
URL: str = field(
default_factory=get_env("DATABASE_URL", "postgres://app:app@localhost:15432/app")

Check failure

Code scanning / SonarCloud

PostgreSQL database passwords should not be disclosed High

Make sure this PostgreSQL database password gets changed and removed from the code. See more on SonarQube Cloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
54 Security Hotspots
E Security Rating on New Code (required ≥ A)
D Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants