fix: UI performance updates and mapper fixes #3017
No reviewers
Labels
No labels
1week
2weeks
Failed compliance check
IP cameras
NATS
Possible security concern
Review effort 1/5
Review effort 2/5
Review effort 3/5
Review effort 4/5
Review effort 5/5
UI
aardvark
accessibility
amd64
api
arm64
auth
back-end
bgp
blog
bug
build
checkers
ci-cd
cleanup
cnpg
codex
core
dependencies
device-management
documentation
duplicate
dusk
ebpf
enhancement
eta 1d
eta 1hr
eta 3d
eta 3hr
feature
fieldsurvey
github_actions
go
good first issue
help wanted
invalid
javascript
k8s
log-collector
mapper
mtr
needs-triage
netflow
network-sweep
observability
oracle
otel
plug-in
proton
python
question
reddit
redhat
research
rperf
rperf-checker
rust
sdk
security
serviceradar-agent
serviceradar-agent-gateway
serviceradar-web
serviceradar-web-ng
siem
snmp
sysmon
topology
ubiquiti
wasm
wontfix
zen-engine
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
carverauto/serviceradar!3017
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refs/pull/3017/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Imported from GitHub pull request.
Original GitHub pull request: #2996
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/pull/2996
Original created: 2026-03-06T01:12:07Z
Original updated: 2026-03-06T05:55:46Z
Original head: carverauto/serviceradar:bug/slow-device-details-page-load
Original base: staging
Original merged: 2026-03-06T05:55:35Z by @mfreeman451
IMPORTANT: Please sign the Developer Certificate of Origin
Thank you for your contribution to ServiceRadar. Please note, when contributing, the developer must include
a DCO sign-off statement indicating the DCO acceptance in one commit message. Here
is an example DCO Signed-off-by line in a commit message:
Describe your changes
Issue ticket number and link
Code checklist before requesting a review
Imported GitHub PR comment.
Original author: @qodo-code-review[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2996#issuecomment-4008844671
Original created: 2026-03-06T01:13:05Z
Review Summary by Qodo
Sweep-to-mapper promotion with async device loading and SNMP optimizations
✨ Enhancement🐞 Bug fix🧪 TestsWalkthroughs
Description
Diagram
File Changes
1. elixir/web-ng/lib/serviceradar_web_ng_web/live/device_live/show.ex
✨ Enhancement+154/-702. elixir/serviceradar_core/test/serviceradar/sweep_jobs/sweep_results_flow_e2e_test.exs
🧪 Tests+311/-93. elixir/serviceradar_core/lib/serviceradar/sweep_jobs/mapper_promotion.ex
✨ Enhancement+403/-0View more (23)
4. elixir/serviceradar_core/lib/serviceradar/sweep_jobs/sweep_results_ingestor.ex
✨ Enhancement+174/-75. elixir/serviceradar_core/test/serviceradar/inventory/sync_ingestor_vendor_type_test.exs
🧪 Tests+164/-66. elixir/serviceradar_core/priv/repo/migrations/20260306001000_optimize_device_inventory_rollup_bulk_sync.exs
⚙️ Configuration changes+237/-07. elixir/serviceradar_core/lib/serviceradar/inventory/sync_ingestor.ex
✨ Enhancement+73/-218. elixir/serviceradar_core/test/serviceradar/snmp_profiles/credential_resolver_test.exs
🧪 Tests+71/-69. elixir/serviceradar_core/lib/serviceradar/agent_config/compilers/snmp_compiler.ex
✨ Enhancement+103/-210. elixir/serviceradar_core/test/serviceradar/snmp_profiles/snmp_compiler_test.exs
🧪 Tests+89/-1811. elixir/serviceradar_core/lib/serviceradar/snmp_profiles/credential_resolver.ex
✨ Enhancement+39/-1012. elixir/serviceradar_core/lib/serviceradar/edge/agent_command_bus.ex
✨ Enhancement+26/-213. elixir/serviceradar_core/test/serviceradar/sweep_jobs/sweep_results_ingestor_test.exs
🧪 Tests+1/-114. go/pkg/mapper/discovery.go
✨ Enhancement+88/-1115. go/pkg/mapper/snmp_polling.go
✨ Enhancement+39/-916. go/pkg/mapper/discovery_recursive_enrichment_test.go
🧪 Tests+89/-017. go/pkg/agent/control_stream.go
✨ Enhancement+14/-318. go/pkg/mapper/discovery_test.go
🧪 Tests+35/-019. go/pkg/agent/mapper_service.go
✨ Enhancement+19/-020. rust/srql/src/query/interfaces.rs
✨ Enhancement+115/-3921. rust/srql/src/query/downsample.rs
Formatting+3/-322. openspec/changes/add-sweep-mapper-promotion/design.md
📝 Documentation+39/-023. openspec/changes/add-sweep-mapper-promotion/specs/network-discovery/spec.md
📝 Documentation+30/-024. openspec/changes/add-sweep-mapper-promotion/specs/sweep-jobs/spec.md
📝 Documentation+30/-025. openspec/changes/add-sweep-mapper-promotion/proposal.md
📝 Documentation+14/-026. openspec/changes/add-sweep-mapper-promotion/tasks.md
📝 Documentation+15/-0Imported GitHub PR comment.
Original author: @qodo-code-review[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2996#issuecomment-4008844757
Original created: 2026-03-06T01:13:07Z
Code Review by Qodo
🐞 Bugs (4)📘 Rule violations (2)📎 Requirement gaps (0)1. ensure_inventory_rollup_schema! runs DDL
📘 Rule violation⛯ Reliability2. Invalid SQL: JOIN after WHERE
🐞 Bug✓ Correctness3. Flow stats loading can stall
🐞 Bug⛯ Reliability4.
SyncIngestor uses raw SQL☑📘 Rule violation⛯ Reliability5. Rollup refresh can raise
🐞 Bug⛯ Reliability6. Seeds trim may crash
🐞 Bug⛯ ReliabilityImported GitHub PR review comment.
Original author: @qodo-code-review[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2996#discussion_r2893214528
Original created: 2026-03-06T01:18:06Z
Original path: elixir/serviceradar_core/test/serviceradar/inventory/sync_ingestor_vendor_type_test.exs
Original line: 605
1. ensure_inventory_rollup_schema! runs ddl
📘 Rule violation⛯ ReliabilityAgent Prompt
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation toolsImported GitHub PR review comment.
Original author: @qodo-code-review[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2996#discussion_r2893214532
Original created: 2026-03-06T01:18:06Z
Original path: rust/srql/src/query/interfaces.rs
Original line: 270
2. Invalid sql: join after where
🐞 Bug✓ CorrectnessAgent Prompt
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation toolsImported GitHub PR review comment.
Original author: @qodo-code-review[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2996#discussion_r2893214536
Original created: 2026-03-06T01:18:06Z
Original path: elixir/web-ng/lib/serviceradar_web_ng_web/live/device_live/show.ex
Original line: 226
3. Flow stats loading can stall
🐞 Bug⛯ ReliabilityAgent Prompt
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools