Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kamau1
/
swiftops-backend
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
swiftops-backend
/
src
/
app
/
core
41.1 kB
3 contributors
History:
34 commits
kamau1
Add report viewing and exporting permissions to manager and dispatcher roles
f978499
about 2 months ago
__init__.py
Safe
53 Bytes
Iniital Commit
3 months ago
auth.py
Safe
961 Bytes
Iniital Commit
3 months ago
database.py
Safe
870 Bytes
CRITICAL PERFORMANCE FIX: Database connection optimization - Increased SQLAlchemy connection pool from 5 to 20 - Added connection recycling (5 min TTL) - Made SupabaseAuth singleton to reuse connections - Changed audit logging from commit() to flush() to batch writes - Added comprehensive performance fix documentation See PERFORMANCE_FIX.md for CRITICAL step: Must update DATABASE_URL to use Supabase connection pooler (port 6543)
3 months ago
exceptions.py
Safe
875 Bytes
Iniital Commit
3 months ago
health_checks.py
Safe
7.19 kB
fix: health check bucket listing and add Supabase storage RLS policies setup
3 months ago
jwt.py
Safe
1.2 kB
feat/fix: update User model to match Supabase schema, disable auto table creation, and introduce startup DB health checks with connection and table validation
3 months ago
logging.py
Safe
945 Bytes
hide urls and reoder startup sequence
3 months ago
permissions.py
Safe
16.7 kB
Add report viewing and exporting permissions to manager and dispatcher roles
about 2 months ago
rate_limit.py
Safe
928 Bytes
feat: redics, user delete, link profile to media service
3 months ago
security.py
Safe
478 Bytes
Iniital Commit
3 months ago
supabase_auth.py
Safe
10.2 kB
fix: Improve Supabase signup error handling and auto-confirm emails
2 months ago
supabase_client.py
Safe
774 Bytes
fix: add missing Supabase admin client module and update users.py import to restore admin password reset functionality
3 months ago