indie-status-page/venv/lib/python3.11/site-packages/markdown_it
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
..
cli feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
common feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
helpers feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
presets feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
rules_block feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
rules_core feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
rules_inline feat: indie status page MVP -- FastAPI + SQLite 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
_compat.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
_punycode.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
main.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
parser_block.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
parser_core.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
parser_inline.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
port.yaml feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
py.typed feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
renderer.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
ruler.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
token.py feat: indie status page MVP -- FastAPI + SQLite 2026-04-25 05:00:00 +00:00
tree.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