headscale/hscontrol/mapper
Kristoffer Dalby 91730e2a1d hscontrol: use EmbedObject for node logging
Replace manual Uint64("node.id")/Str("node.name") field patterns with
EmbedObject(node) which automatically includes all standard node fields
(id, name, machine key, node key, online status, tags, user).

This reduces code repetition and ensures consistent logging across:
- state.go: Connect/Disconnect, persistNodeToDB, AutoApproveRoutes
- auth.go: handleLogout, handleRegisterWithAuthKey
2026-02-06 07:40:29 +01:00
..
batcher.go hscontrol: fix tag updates not propagating to node self view 2026-01-20 10:13:47 +01:00
batcher_lockfree.go oidc: make email verification configurable 2025-12-18 11:42:32 +00:00
batcher_test.go db: use PolicyManager for RequestTags migration 2026-01-21 15:10:29 +01:00
builder.go change: smarter change notifications 2025-12-16 10:12:36 +01:00
builder_test.go bunch of qol (#2748) 2025-08-27 17:09:13 +02:00
mapper.go hscontrol: use EmbedObject for node logging 2026-02-06 07:40:29 +01:00
mapper_test.go make tags first class node owner (#2885) 2025-12-02 12:01:25 +01:00
tail_test.go types: add option to disable taildrop, improve tests (#2955) 2025-12-12 11:35:16 +01:00