You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop Enterprise 10.1 and Cloud 10.2; fix ES 8.3 seeds; run dedup after merge
Enterprise 10.1 and Cloud 10.2 removed: the landing page only links to
current-version content so BFS never discovers older-version pages.
No viable seeding strategy without significant crawler rework.
ES 8.3: add section seeds identical to 8.4 pattern. The assumption that
/section/8.3 redirects to 8.5 was wrong -- 8.4 section seeds work fine
with the same URL pattern and 8.3 should too.
GHA workflow: run run_dedup_pass() after merge so the merged DB actually
has is_duplicate flags set. Previously merge_dbs() never called dedup,
leaving all rows with is_duplicate=0 in the published DB.
server.py: remove splunk-enterprise-10-1 and splunk-cloud-10-2 from
tool descriptions and valid version list.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments