1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-12-20 19:09:07 +01:00
juanfont.headscale/hscontrol/db
Kristoffer Dalby bf4fd078fc clean up use of log.Error where errors could be wrapped
Replace a lot of occurences of log.Error with fmt.Errorf,
bubbling the error up the chain instead.
2024-04-15 12:31:53 +02:00
..
api_key_test.go
api_key.go Replace database locks with transactions (#1701) 2024-02-08 17:28:19 +01:00
db.go fix postgres migration (#1802) 2024-03-01 19:11:46 +01:00
ip_test.go new IP allocator and add postgres to integration tests. (#1756) 2024-02-18 19:31:29 +01:00
ip.go new IP allocator and add postgres to integration tests. (#1756) 2024-02-18 19:31:29 +01:00
node_test.go Rework map session 2024-04-15 12:31:53 +02:00
node.go Rework map session 2024-04-15 12:31:53 +02:00
preauth_keys_test.go Rework map session 2024-04-15 12:31:53 +02:00
preauth_keys.go Rework map session 2024-04-15 12:31:53 +02:00
routes_test.go Rework map session 2024-04-15 12:31:53 +02:00
routes.go clean up use of log.Error where errors could be wrapped 2024-04-15 12:31:53 +02:00
suite_test.go new IP allocator and add postgres to integration tests. (#1756) 2024-02-18 19:31:29 +01:00
users_test.go Replace database locks with transactions (#1701) 2024-02-08 17:28:19 +01:00
users.go Replace database locks with transactions (#1701) 2024-02-08 17:28:19 +01:00