Skip to content

History / Scripts Reference

Revisions

  • Add Case Notifications page; document the two navigation templates New page covering the per-case updates bell: what counts as an update, the durable per-(user, case) read watermark, the 14-day lookback on first sight of a case, the panel, the three endpoints and the upgrade path. - Home: Pages table entry and a Notifications section under what's new - API Reference: Notifications endpoints under Cases - Development Guide: new gotcha — the header exists twice (navigation.html for dashboard/manage, navigation_ext.html for case pages) and both are live, so shared header UI belongs in a partial included from both - Changelog: entry for the bell - Scripts Reference: fix a broken anchor to the post-migration login failure section (GitHub strips the em-dash, leaving two hyphens from the two spaces, not four)

    @zach115th zach115th committed Jul 31, 2026
  • Add Knowledge Map page; document setuptools/pkg_resources + rolldown window gotchas - New Knowledge-Map page: the case Graph tab was undocumented. Covers the four layers and their source tables, event vs direct edge kinds, the three link tables feeding direct edges, API response shape, and the three non-obvious behaviours (linked-only nodes, suppressed redundant direct edges, IOC-centric Notes layer). - Home: nav row + case-relationships bullet. - Development Guide: window-exposure escape hatch for ui/src/pages files that cannot move to ui/public (treeshake:false does not save uncalled declarations under rolldown); new section on setuptools >= 83 -- pkg_resources removal only surfaces at app boot, so a green docker build is not validation. Includes the 3-step acceptance bar. - Scripts Reference: add seed_wayne_demo.py; expand backfill_ioc_note_links.py with the PYTHONPATH and MSYS_NO_PATHCONV requirements and the truncated-hash matching limit. - Changelog: knowledge map, dependency sweep, setuptools shim.

    @zach115th zach115th committed Jul 29, 2026
  • [DOC] Scripts-Reference: document scram-sha-256 password re-issue in migrate_postgres_17.sh pg17 defaults to scram-sha-256 auth; pg12 dumps store passwords as MD5 hashes which are incompatible. Added callout explaining that the restore phase handles this automatically (reads from .env, runs ALTER USER). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @zach115th zach115th committed Jul 4, 2026
  • [DOC] Migration troubleshooting: post-import login failure, secrets diagnostic, force-recreate rule

    @zach115th zach115th committed Jun 29, 2026
  • [IMP] Migration docs: expand import_vanilla_db.sh with --from flag, step-by-step guide, directory layout, all flags, post-import checklist

    @zach115th zach115th committed Jun 29, 2026
  • Add initial wiki (11 pages)

    @zach115th zach115th committed Jun 29, 2026