gadget/gadget-code/src
Rob Colbert e0fd6ece54 fix: remove syncIndexes from models, mock DB in drone-session tests
- Removed auto-invoked syncIndexes() blocks from all 11 model files
  (api-client, api-client-log, csrf-token, drone-monitor,
  drone-registration, email-log, email-verification, ide-session,
  user, web-token, web-visit) — no longer needed
- Fixed drone-session.test.ts by mocking ChatSession.updateOne(),
  VectorStoreService.ingestTurn(), and MessageQueue to prevent
  real DB connections during tests
- Removed unused mongoose Types import from drone-session test
- All 129 tests now pass across all packages
2026-05-19 16:32:58 -04:00
..
config feat: Qdrant semantic search over chat history 2026-05-19 14:28:30 -04:00
controllers search input and backend error fixes 2026-05-19 15:43:24 -04:00
lib feat: Qdrant semantic search over chat history 2026-05-19 14:28:30 -04:00
models fix: remove syncIndexes from models, mock DB in drone-session tests 2026-05-19 16:32:58 -04:00
services fix: pass requested vector dimension to embedding API (Ollama + OpenAI) 2026-05-19 16:21:04 -04:00
web-app.ts Fix User Settings persona display issue 2026-05-12 01:15:00 -04:00
web-cli.ts feat: add numPredict, numCtx, maxCompletionTokens to model config pipeline 2026-05-11 13:50:19 -04:00