Files
meshcore-analyzer/cmd
dborupandClaude Sonnet 5 e6cc7a5d99 chore: exclude meshguide sync script + ping-scores backfill from master
Two dborup-specific, already-used pieces held back from the generic
master branch:

- ops/meshguide-sync/sync_areas.py: fetches Danish region boundaries
  from meshguide.dk, useless for any other CoreScope deployment. This
  fast-forward merge brought it in again (areas-meshguide-sync had it
  restored after an earlier accidental deletion); excluding it here,
  same as every previous merge round.
- cmd/ingestor/db.go's ping_triggers_backfill_v1 async migration: a
  one-time historical scan that already ran and completed on stg
  (298 pings recorded from before the feature existed). Per dborup:
  other deployments merging from master didn't ask for a full-table
  CHAN-message scan on their own database. The ping-scores feature
  itself (detection, scoring, leaderboards, frontend) stays -- only
  the backfill-specific function + its tests are removed.

Both pieces remain intact on areas-meshguide-sync, where they've
already served their purpose.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-26 15:34:31 +02:00
..