indie-status-page/venv/lib/python3.11/site-packages/pydantic/_internal
IndieStatusBot 902133edd3 feat: indie status page MVP -- FastAPI + SQLite
- 8 DB models (services, incidents, monitors, subscribers, etc.)
- Full CRUD API for services, incidents, monitors
- Public status page with live data
- Incident detail page with timeline
- API key authentication
- Uptime monitoring scheduler
- 13 tests passing
- TECHNICAL_DESIGN.md with full spec
2026-04-25 05:00:00 +00:00
..
__init__.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_config.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_core_metadata.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_core_utils.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_dataclasses.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_decorators.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_decorators_v1.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_discriminated_union.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_docs_extraction.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_fields.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_forward_ref.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_generate_schema.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_generics.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_git.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_import_utils.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_internal_dataclass.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_known_annotated_metadata.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_mock_val_ser.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_model_construction.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_namespace_utils.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_repr.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_schema_gather.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_schema_generation_shared.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_serializers.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_signature.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_typing_extra.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_utils.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_validate_call.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_validators.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00