Commit History

Fix: Make seed more robust, save API key even if hash fails
e0fc6a0

Caner Giden commited on

Fix: Improve /admin/api-key endpoint with multiple file paths and DB fallback
92bf88b

Caner Giden commited on

Add: GET /admin/api-key endpoint to display seeded API key in UI
5c6567b

Caner Giden commited on

Add: Write API key to both /tmp and project root for easy access
9be7131

Caner Giden commited on

Add: Write API key to /tmp/admin_api_key.txt for easy access
3835135

Caner Giden commited on

Fix: Reduce API key to 16 hex chars, use 60 byte safety margin for bcrypt
b8aa349

Caner Giden commited on

Fix: Configure logging to show INFO messages
6e83a99

Caner Giden commited on

Fix: Reduce API key length to 20 hex chars, add truncate to verify, fix logging
bafe296

Caner Giden commited on

Fix: Truncate API key to 72 bytes for bcrypt compatibility
ab3a8ab

Caner Giden commited on

Fix: Use lifespan instead of deprecated on_event, reduce API key length for bcrypt
bf0f173

Caner Giden commited on

Add admin user and API key seeding on startup
35d03a1

Caner Giden commited on

A4: Add projects, flows, flow_runs models and API endpoints
287234d

Caner Giden commited on

Fix: Make HTTPBearer return 401 instead of 403 when Authorization header is missing
d35d068

Caner Giden commited on

A3: Add API key authentication and GET /me endpoint
30384dd

Caner Giden commited on

A2: Add api_keys model and update initial migration
4a665c4

Caner Giden commited on

A1: Add typed HealthResponse model with OpenAPI schema
3f7ab36

Caner Giden commited on

Fix: Use psycopg v3 and lazy DB engine initialization to prevent import errors
4d010b9

Caner Giden commited on

Fix Core Phase 1: Add health endpoint, __init__.py files, and router registration
09f421f

Caner Giden commited on

Rename app.py to main.py to avoid conflict with app package
0d1b3ea

Caner Giden commited on

Fix app.py import issue: use direct FastAPI app creation
618a6c9

Caner Giden commited on

Fix Hugging Face Spaces deployment: add Dockerfile and update app.py
2fbfcd8

Caner Giden commited on

Update deploy-to-hf.yml
ba62e89
unverified

Caner Giden commited on

Add app.py for Hugging Face Spaces deployment and fix config
8cb8e61

Caner Giden commited on

Restructure project: add models, alembic migrations, and core modules
393325a

Caner Giden commited on

Update README with project metadata and description
9afc6c3
unverified

Caner Giden commited on

Add GitHub Actions workflow for Hugging Face deployment
9efa0ef
unverified

Caner Giden commited on

Create main.py
5854c43
unverified

Caner Giden commited on

Create health.py
6aa66d5
unverified

Caner Giden commited on

Add database session management with SQLAlchemy
a90e89f
unverified

Caner Giden commited on

Add configuration settings for the application
e5a2439
unverified

Caner Giden commited on

Create __init__.py
0358820
unverified

Caner Giden commited on

Add Dockerfile for Python application setup
d06745d
unverified

Caner Giden commited on

Add initial requirements for FastAPI project
1005e95
unverified

Caner Giden commited on

Initial commit
cf32605
unverified

Caner Giden commited on