EverOS/tests/unit
Kendrick-Song 56ee9c8e5c
fix(search): scope deprecated_by filter to user tables only (#330)
compile_filters() unconditionally appended 'deprecated_by IS NULL' to
every query, but the deprecated_by column only exists on user-scoped
tables (episode, atomic_fact — Reflection V1). Agent tables
(agent_case, agent_skill) lack this column, causing a SQL error on
agent search/get queries.

Gate the clause behind owner_type == 'user' so agent queries no longer
reference a non-existent column.

Bump version to 1.1.2.

Co-authored-by: Jiayao Song <jiayao.song@shanda.com>
2026-07-08 11:17:01 +08:00
..
test_component chore(release): update EverOS to 1.1.1 (#327) 2026-07-07 18:30:03 +08:00
test_config chore(release): update EverOS to 1.1.1 (#327) 2026-07-07 18:30:03 +08:00
test_core chore(release): update EverOS to 1.1.1 (#327) 2026-07-07 18:30:03 +08:00
test_entrypoints chore(release): update EverOS to 1.1.1 (#327) 2026-07-07 18:30:03 +08:00
test_infra chore(release): update EverOS to 1.1.1 (#327) 2026-07-07 18:30:03 +08:00
test_memory fix(search): scope deprecated_by filter to user tables only (#330) 2026-07-08 11:17:01 +08:00
test_scripts docs: align config and github workflow (#314) 2026-06-29 07:31:31 +08:00
test_service chore(release): update EverOS to 1.1.1 (#327) 2026-07-07 18:30:03 +08:00
__init__.py chore: initialize EverOS 1.0.0 2026-06-06 07:33:17 +08:00
test_benchmark_config.py chore(release): update EverOS to 1.1.1 (#327) 2026-07-07 18:30:03 +08:00