cleanup #3100
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!3100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refs/pull/3100/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: #3102
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/pull/3102
Original created: 2026-03-30T14:33:05Z
Original updated: 2026-03-30T14:38:15Z
Original head: carverauto/serviceradar:updates/cleanup-2
Original base: staging
Original merged: 2026-03-30T14:33:58Z 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 review comment.
Original author: @Copilot
Original URL: https://github.com/carverauto/serviceradar/pull/3102#discussion_r3010253215
Original created: 2026-03-30T14:38:14Z
Original path: INSTALL.md
Original line: 13
INSTALL now instructs
cp .env-sample .envbeforedocker compose up -d, but:.env-samplecurrently contains local-dev / integration-test variables (including absolute paths like/home/.../.local-dev-certs/...). That’s likely confusing for a Docker Compose quickstart and can leak machine-specific paths into user environments..env.example, while multiple docs still instructcp .env.example .env(README-Docker.md, DOCKER_QUICKSTART.md, docs/docs/docker-setup.md, docker/README.md). Either update those references in the same PR, or keep a compatible.env.example(copy/symlink).Imported GitHub PR review comment.
Original author: @Copilot
Original URL: https://github.com/carverauto/serviceradar/pull/3102#discussion_r3010253275
Original created: 2026-03-30T14:38:15Z
Original path: AGENTS.md
Original line: 37
This section removes the
web/directory from the repo layout, but the Project Overview above still describes “a Next.js web UI”. Sinceweb/no longer exists, please update the overview wording to avoid implying there’s still a Next.js app in-tree (or clarify what replaced it).Imported GitHub PR review comment.
Original author: @Copilot
Original URL: https://github.com/carverauto/serviceradar/pull/3102#discussion_r3010253297
Original created: 2026-03-30T14:38:15Z
Original path: AGENTS.md
Original line: 52
This removes the Next.js
web/lint/build command, but other repo docs still referencecd web && ...(e.g. openspec/project.md). Please update those references (or remove them) so contributors don’t try to run commands against a non-existent directory.