1. 06 Nov, 2025 5 commits
  2. 05 Nov, 2025 3 commits
  3. 04 Nov, 2025 1 commit
  4. 03 Nov, 2025 21 commits
  5. 31 Oct, 2025 6 commits
  6. 30 Oct, 2025 1 commit
  7. 27 Oct, 2025 3 commits
    • Alfredo Di Napoli's avatar
      Fix bug in purgeNodeCorpus · 734f0dd5
      Alfredo Di Napoli authored
      This commit fixes a bug in `purgeNodeCorpus` where we were calling
      `deleteContext` on the nodeId of the node_context table entry, not the
      actual contextId!
      734f0dd5
    • Alfredo Di Napoli's avatar
      Expose subtle bug in purgeNode · b8d8a373
      Alfredo Di Napoli authored
      Expose via a test a subtle bug in `purgeNode` -- if the IDs of the
      node_contexts and the contexts won't line up (as it would be the case
      for the canned test data) the deletion won't work properly.
      b8d8a373
    • Alfredo Di Napoli's avatar
      Fix 'newCorpusForUser'' helper · f2d57401
      Alfredo Di Napoli authored
      This commit fixes the helper I have introduced a few commits ago, which
      was creating a new corpus for the user but it was returning to the
      latter only the oldest created, not the newest.
      
      That triggered a few bugs in the codebase.
      f2d57401