Files
galaxy/lib
mvdbeek 0cf910ddac persist tool removal in the index — uninstalls stayed in-memory only
remove_tool_by_id popped the entry from every in-memory map, but the
persisted singleton index still carried it. Every populate broadcasts a
reload_tool_source_cache invalidation, so the very next reload handed
the entry back and the uninstalled tool resolved again
(test_repository_uninstall expected err_msg, got the full tool).

ToolSourceStore grows remove_index_entry — the uninstall counterpart of
update_index_entry — and remove_tool_by_id writes the removal through.
2026-07-28 17:27:24 +02:00
..
2026-07-22 08:11:31 +03:00