headscale/hscontrol/db
derelm 4ea12f472a
Fix failover to disabled route #1706 (#1707)
* fix #1706 - failover should disregard disabled routes during failover

* fixe tests for failover; all current tests assume routes to be enabled

* add testcase for #1706 - failover to disabled route
2024-02-03 15:30:15 +01:00
..
addresses_test.go remove the use key stripping and store the proper keys (#1603) 2023-11-16 17:55:29 +01:00
addresses.go Rename Machine to Node (#1553) 2023-09-24 06:42:05 -05:00
api_key_test.go Replace the timestamp based state system 2023-09-19 10:20:21 -05:00
api_key.go introduce rw lock for db, ish... 2023-09-19 10:20:21 -05:00
db.go add versioned migrations (#1644) 2023-12-10 15:46:14 +01:00
node_test.go ensure online status and route changes are propagated (#1564) 2023-12-09 18:09:24 +01:00
node.go fix node expire error due to type in gorm model Update (#1692) 2024-01-21 17:38:24 +01:00
preauth_keys_test.go Remove support for non-noise clients (pre-1.32) (#1611) 2023-11-23 08:31:33 +01:00
preauth_keys.go Rename Machine to Node (#1553) 2023-09-24 06:42:05 -05:00
routes_test.go Fix failover to disabled route #1706 (#1707) 2024-02-03 15:30:15 +01:00
routes.go Fix failover to disabled route #1706 (#1707) 2024-02-03 15:30:15 +01:00
suite_test.go Use tailscale key types instead of strings (#1609) 2023-11-19 22:37:04 +01:00
users_test.go remove the use key stripping and store the proper keys (#1603) 2023-11-16 17:55:29 +01:00
users.go Rename Machine to Node (#1553) 2023-09-24 06:42:05 -05:00