open-webui/backend/open_webui
JunghwanNA 5c3b95838d Respect maintainer preference against new PR test files
A collaborator explicitly asked that test files not be included on the PR. This follow-up keeps the file reindex safety fix intact while dropping the newly added repository test file, and relies on focused local verification outside the tracked diff instead.

Constraint: Keep the data-loss fix intact while removing the only PR artifact a reviewer objected to
Rejected: Leave the new test file in place and wait | direct reviewer feedback is already available and easy to satisfy
Confidence: medium
Scope-risk: narrow
Reversibility: clean
Directive: For this PR, preserve the reindex ordering fix but avoid re-adding a dedicated repository test file unless a maintainer explicitly asks for one
Tested: python3 -m py_compile backend/open_webui/routers/files.py backend/open_webui/utils/knowledge_collections.py; focused local harness for reindex_file_in_collection success/failure ordering
Not-tested: Repository pytest suite after dropping the tracked test file
2026-04-17 13:13:55 +09:00
..
data refac: mv backend files to /open_webui dir 2024-09-04 16:54:48 +02:00
internal refac 2026-04-12 19:41:02 -05:00
migrations refac 2026-04-14 17:22:54 -05:00
models refac 2026-04-14 17:22:54 -05:00
retrieval chore: format 2026-04-14 17:27:31 -05:00
routers Prevent silent KB vector loss when file reindexing fails 2026-04-16 21:20:34 +09:00
socket fix: invalidate stale Socket.IO sessions on role change and user deletion (#23642) 2026-04-12 16:19:38 -05:00
static refac 2026-03-23 23:39:52 -05:00
storage refac 2026-04-12 19:08:30 -05:00
test Respect maintainer preference against new PR test files 2026-04-17 13:13:55 +09:00
tools fix(retrieval): offload sync VECTOR_DB_CLIENT calls in async paths via AsyncVectorDBClient (#23706) 2026-04-14 10:50:18 -05:00
utils Prevent silent KB vector loss when file reindexing fails 2026-04-16 21:20:34 +09:00
__init__.py refac (#22987) 2026-03-24 15:41:26 -05:00
alembic.ini fix: Alembic CLI commands from failing 2025-08-15 04:17:47 -04:00
config.py refac 2026-04-14 00:07:50 -05:00
constants.py chore: format 2026-04-14 17:27:31 -05:00
env.py refac 2026-04-15 10:26:47 -07:00
functions.py refac: async db 2026-04-12 14:22:11 -05:00
main.py chore: format 2026-04-14 17:27:31 -05:00
tasks.py refac 2026-03-17 17:58:01 -05:00