Fix device ID generation to use partition #1770

Merged
mfreeman451 merged 1 commit from refs/pull/1770/head into 994-featcore-support-for-partitions 2025-06-20 05:29:28 +00:00
mfreeman451 commented 2025-06-20 05:27:32 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #997
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/pull/997
Original created: 2025-06-20T05:27:32Z
Original updated: 2025-06-20T05:29:32Z
Original head: carverauto/serviceradar:codex/fix-device_id-format-in-show-devices-query
Original base: 994-featcore-support-for-partitions
Original merged: 2025-06-20T05:29:28Z by @mfreeman451

Summary

  • add partition column to sweep_results
  • build device_id using partition and ip
  • track partition in SweepResult model and integrations
  • plumb partition through core server discovery logic

Testing

  • go vet ./... (fails: unreachable code in generated parser)
  • go test ./...

https://chatgpt.com/codex/tasks/task_e_6854ee2dfa948320b2775955cc49e8e4

Imported from GitHub pull request. Original GitHub pull request: #997 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/pull/997 Original created: 2025-06-20T05:27:32Z Original updated: 2025-06-20T05:29:32Z Original head: carverauto/serviceradar:codex/fix-device_id-format-in-show-devices-query Original base: 994-featcore-support-for-partitions Original merged: 2025-06-20T05:29:28Z by @mfreeman451 --- ## Summary - add partition column to sweep_results - build `device_id` using `partition` and `ip` - track partition in SweepResult model and integrations - plumb partition through core server discovery logic ## Testing - `go vet ./...` *(fails: unreachable code in generated parser)* - `go test ./...` ------ https://chatgpt.com/codex/tasks/task_e_6854ee2dfa948320b2775955cc49e8e4
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar!1770
No description provided.