Automated Action
a4cc5dbcca
Apply ruff linting fixes to Alembic environment
2025-05-16 06:59:33 +00:00
Automated Action
74c77ba3ea
Update README with enhanced database and migration documentation
2025-05-16 06:59:18 +00:00
Automated Action
8f5fb8073c
Enhance Alembic migrations with robust database initialization and error handling
2025-05-16 06:58:56 +00:00
Automated Action
3f15476ad0
Update README with database configuration details
2025-05-16 06:55:28 +00:00
Automated Action
d3a49864ba
Update database path from /app/storage/db to /app/db
2025-05-16 06:54:20 +00:00
Automated Action
ca45718f42
Fix database path and improve error handling for robust API functionality
2025-05-16 06:50:37 +00:00
Automated Action
0645953951
Implement ultra-reliable database access with comprehensive error handling
2025-05-16 06:46:45 +00:00
Automated Action
669d16ace5
Remove API versioning and implement robust error handling for all endpoints
2025-05-16 06:39:27 +00:00
Automated Action
522c749b23
Implement robust database initialization and fallback mechanisms
2025-05-16 06:31:14 +00:00
Automated Action
7aca5a2ff6
Enhance database initialization and error handling for CRUD operations
2025-05-16 06:25:14 +00:00
Automated Action
f8685abae0
Add redirect from /tasks to /api/v1/tasks for backward compatibility
2025-05-16 06:15:11 +00:00
Automated Action
1280fe986a
Fix API routing prefix and improve error reporting
2025-05-16 06:09:14 +00:00
Automated Action
d48cd52fb7
Fix internal server error when creating tasks and other endpoints
2025-05-16 06:03:23 +00:00
Automated Action
73d7a71140
Configure CORS to allow all origins
2025-05-16 05:41:49 +00:00
Automated Action
489906c063
Fix alembic migration module import error by adding project root to Python path
...
generated with BackendIM... (backend.im)
2025-05-14 07:23:20 +00:00
Automated Action
aeab17a8ea
Implement Task Manager API with FastAPI and SQLite
...
- Set up project structure
- Created Task model with SQLAlchemy
- Implemented SQLite database connection
- Created Alembic migrations
- Added Task CRUD endpoints
- Added health endpoint
- Updated README with project details
generated with BackendIM... (backend.im)
2025-05-14 07:18:59 +00:00
Automated Action
9d38a4ce64
Initial commit from template
2025-05-14 07:15:30 +00:00