Conversation
… heights, stale devices full width
… over-counting poll events)
- Add .golangci.yml with curated linter set (gosec, misspell, prealloc, gocritic) - Add internal/version package with ldflags-injected Version/Commit/BuildDate - Add unit tests: config (6), retry (4), writers (5) — 15 total - Makefile: ldflags injection, test/version targets, -race flag - Dockerfile: pin Alpine 3.21, build ARGs for version, strip flags - CI: add go test -race step - auth.go: unexport SessionFile, add os.MkdirAll in saveSession - main.go: add signal.Stop(), log version at startup - retry.go: use structured slog args - Pre-commit: add go vet before lint
- Pin datasource UID in provisioning to match dashboard generator - Rename 'Offline / Stale Devices (>24h)' → 'Currently Disconnected Devices' - Fix README session path from container to host path - Parameterize Grafana admin password via GF_ADMIN_PASSWORD env var - Regenerate dashboard JSON
- docker-compose.yml: all 3 services use user: PUID:PGID from .env - Dockerfile: removed hardcoded eero user, user controlled via compose - .env.example: added PUID/PGID with instructions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.