Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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
Ctrl+K
Ctrl+K
3 contributors
History:
34 commits
kamau1
Add report viewing and exporting permissions to manager and dispatcher roles
f978499
5 months ago
__init__.py
Safe
53 Bytes
Iniital Commit
6 months ago
auth.py
Safe
961 Bytes
Iniital Commit
6 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)
6 months ago
exceptions.py
Safe
875 Bytes
Iniital Commit
6 months ago
health_checks.py
Safe
7.19 kB
fix: health check bucket listing and add Supabase storage RLS policies setup
6 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
6 months ago
logging.py
Safe
945 Bytes
hide urls and reoder startup sequence
6 months ago
permissions.py
Safe
16.7 kB
Add report viewing and exporting permissions to manager and dispatcher roles
5 months ago
rate_limit.py
Safe
928 Bytes
feat: redics, user delete, link profile to media service
6 months ago
security.py
Safe
478 Bytes
Iniital Commit
6 months ago
supabase_auth.py
Safe
10.2 kB
fix: Improve Supabase signup error handling and auto-confirm emails
6 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
6 months ago