1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-01-08 00:11:42 +01:00
juanfont.headscale/hscontrol/db
Kristoffer Dalby 5a4e52b727
remove last_successful_update error check (#1959)
most of the time we dont even check this error and checking
the string for particular errors is very flake as different
databases (sqlite and psql) use different error messages, and
some users might have it in other languages.

Fixes #1956

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
2024-05-27 11:53:37 +01:00
..
api_key_test.go
api_key.go
db.go remove last_successful_update error check (#1959) 2024-05-27 11:53:37 +01:00
ip_test.go Restore foreign keys and add constraints (#1562) 2024-05-15 20:40:14 -04:00
ip.go Migrate IP fields in database to dedicated columns (#1869) 2024-04-17 07:03:06 +02:00
node_test.go Fix typos (#1860) 2024-05-19 23:49:27 +02:00
node.go Fix typos (#1860) 2024-05-19 23:49:27 +02:00
preauth_keys_test.go Restore foreign keys and add constraints (#1562) 2024-05-15 20:40:14 -04:00
preauth_keys.go Fix typos (#1860) 2024-05-19 23:49:27 +02:00
routes_test.go Restore foreign keys and add constraints (#1562) 2024-05-15 20:40:14 -04:00
routes.go metrics, tuning in tests, db cleanups, fix concurrency issue (#1895) 2024-04-21 18:28:17 +02:00
suite_test.go
users_test.go Restore foreign keys and add constraints (#1562) 2024-05-15 20:40:14 -04:00
users.go more log.Error -> fmt.Errorf cleanup 2024-04-15 12:31:53 +02:00