innercontext/backend
Piotr Oleszczyk dac787b81b test(auth): add multi-user regression coverage
- Enable backend tests in CI (remove if: false)
- Fix test_products_helpers.py to pass current_user parameter
- Fix test_routines_helpers.py to include short_id in products
- Fix llm_context.py to use product_effect_profile correctly
- All 221 tests passing
2026-03-12 16:42:00 +01:00
..
alembic feat(db): backfill tenant ownership for existing records 2026-03-12 14:54:24 +01:00
innercontext test(auth): add multi-user regression coverage 2026-03-12 16:42:00 +01:00
jobs/2026-03-02__17-12-31 feat(api): add short_id column for consistent LLM UUID handling 2026-03-06 10:58:26 +01:00
tests test(auth): add multi-user regression coverage 2026-03-12 16:42:00 +01:00
.coverage test(auth): add multi-user regression coverage 2026-03-12 16:42:00 +01:00
.env.example fix: load .env via python-dotenv; SQLite default for local dev 2026-02-26 20:51:13 +01:00
.python-version Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
AGENTS.md docs: restructure AGENTS.md into hierarchical knowledge base 2026-03-11 11:35:47 +01:00
alembic.ini feat(backend): add Alembic migrations 2026-02-28 20:14:57 +01:00
db.py Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
main.py feat(api): add admin household management endpoints 2026-03-12 16:02:11 +01:00
pgloader.config feat(api): add short_id column for consistent LLM UUID handling 2026-03-06 10:58:26 +01:00
pyproject.toml feat(auth): validate Authelia tokens in FastAPI 2026-03-12 15:13:55 +01:00
README.md Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
skincare.yaml Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
test_query.py refactor(llm): optimize Gemini config profiles for extraction and creativity 2026-03-03 21:24:23 +01:00
uv.lock test(auth): add multi-user regression coverage 2026-03-12 16:42:00 +01:00

See the root README for setup and usage instructions.