headscale/hscontrol
Kristoffer Dalby 1c146f70e9 db: remove _schema from migration tests
Previously we tested migrations on schemas and dumps
of old databases.

The problems with testing migrations against the schemas
is that the migration table is empty, so we try to run
migrations that are already ran on that schema, which might
blow up.

This commit removes the schema approach and just leaves all
the dumps, which include the migration table.

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
2025-11-13 09:46:40 -06:00
..
assets hscontrol: consolidate assets into single package 2025-11-12 08:28:12 -06:00
capver capver: update latest (#2774) 2025-11-12 20:26:54 +01:00
db db: remove _schema from migration tests 2025-11-13 09:46:40 -06:00
derp Fix flaky TestShuffleDERPMapDeterministic by ensuring deterministic map iteration (#2848) 2025-11-02 10:05:23 +01:00
dns integration: replace time.Sleep with assert.EventuallyWithT (#2680) 2025-07-10 23:38:55 +02:00
mapper state: use AllApprovedRoutes instead of SubnetRoutes 2025-11-02 13:19:59 +01:00
policy policy: fix issue where non existent user results in empty ssh pol 2025-11-10 20:34:12 +01:00
routes debug: add json and improve 2025-09-09 09:40:00 +02:00
state types: make pre auth key use bcrypt (#2853) 2025-11-12 16:36:36 +01:00
templates hscontrol: consolidate assets into single package 2025-11-12 08:28:12 -06:00
types types: make pre auth key use bcrypt (#2853) 2025-11-12 16:36:36 +01:00
util types: make pre auth key use bcrypt (#2853) 2025-11-12 16:36:36 +01:00
app.go add favicon to webpages (#2858) 2025-11-12 03:46:57 +00:00
auth.go fix: preserve node expiry when tailscaled restarts 2025-11-11 12:47:48 -06:00
auth_test.go types: make pre auth key use bcrypt (#2853) 2025-11-12 16:36:36 +01:00
debug.go lint and leftover 2025-09-09 09:40:00 +02:00
grpcv1.go types: make pre auth key use bcrypt (#2853) 2025-11-12 16:36:36 +01:00
grpcv1_test.go rename package name to hscontrol 2023-05-10 20:47:51 +02:00
handlers.go hscontrol: consolidate assets into single package 2025-11-12 08:28:12 -06:00
metrics.go integration: replace time.Sleep with assert.EventuallyWithT (#2680) 2025-07-10 23:38:55 +02:00
noise.go lint and leftover 2025-09-09 09:40:00 +02:00
oidc.go templates: migrate OIDC callback to elem-go 2025-11-12 08:28:12 -06:00
oidc_template_test.go hscontrol: use octal literal syntax in test 2025-11-12 08:28:12 -06:00
platform_config.go Return better web errors to the user (#2398) 2025-02-01 15:25:18 +01:00
poll.go stability and race conditions in auth and node store (#2781) 2025-10-16 12:17:43 +02:00
suite_test.go Redo OIDC configuration (#2020) 2024-10-02 14:50:17 +02:00
tailsql.go integration: replace time.Sleep with assert.EventuallyWithT (#2680) 2025-07-10 23:38:55 +02:00
templates_consistency_test.go hscontrol: add template HTML consistency test 2025-11-12 08:28:12 -06:00