Logo
Explore Help
Sign In
platform/crucible-agent-build-fastapi-endpoint
2
0
Fork 0
You've already forked crucible-agent-build-fastapi-endpoint
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
c7f56c6762fc4b280ff9b6d7b069d9293e34ddc0
crucible-agent-build-fastap…/Makefile
demo-bot 812656e28e
Some checks failed
ci / validate (push) Has been cancelled
Details
decomposer: generate deliverable files for Define the service contract and project architecture for the FastAPI endpoint monitoring service.; Implement the typed monitor CRUD API and concurrency-safe in-memory state according to the service design.; Implement secure on-demand endpoint checks with status updates, latency measurement, robust error handling, and redacted structured logs.; Add operational API endpoints and environment-driven runtime configuration to the monitoring service.; Create automated tests for the monitoring service.; Package the service with Docker and developer documentation.; Validate the complete project.
2026-08-09 15:52:39 +00:00

16 lines
260 B
Makefile
Raw Blame History

.PHONY: install format lint type test verify image
install:
python -m pip install -e '.[dev]'
format:
ruff format .
lint:
ruff format --check .
ruff check .
type:
mypy src
test:
pytest -q
verify: lint type test
image:
docker build -t endpoint-monitor .
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 277ms Template: 24ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API