Publish LumaOps source

This commit is contained in:
LumaOps release export
2026-09-03 01:18:36 +02:00
commit 7f1c0e5f71
2363 changed files with 501543 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# Testen
Backend:
cd lumaops/backend
python -m ruff format --check src tests
python -m ruff check src tests
python -m mypy src
python -m pytest
Frontend:
cd lumaops/frontend
npm ci
npm run lint
npm run test
npm run build
npm audit
Productie:
docker compose build --pull
docker compose up -d
docker compose ps
docker exec lumaops /opt/venv/bin/python /opt/lumaops/healthcheck.py
Gebruik CONNECTOR_MODE=mock uitsluitend met LUMAOPS_ENV=test of development. De Settings-validatie weigert mockmodus in productie en de UI toont een permanente waarschuwing. Fysieke tests beginnen met inventory en daarna één statische kleur op lage frequentie.