compose/pkg/watch
David Gageot 093205121c test: replace context.Background()/context.TODO() with t.Context()
Replace manual context creation with t.Context() which is automatically
cancelled when the test completes.

Go 1.24 modernization pattern.

Assisted-By: cagent
Signed-off-by: David Gageot <david.gageot@docker.com>
2026-01-20 11:34:11 +01:00
..
debounce.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
debounce_test.go test: replace context.Background()/context.TODO() with t.Context() 2026-01-20 11:34:11 +01:00
dockerignore.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
dockerignore_test.go Add license header to dockerignore_test.go 2024-10-28 12:26:45 +01:00
ephemeral.go Fix typos 2024-09-11 11:21:24 +02:00
ephemeral_test.go next release will be major version v5.x 2025-11-13 09:32:43 +01:00
notify.go pkg/watch: remove unused IsWindowsShortReadError 2025-09-24 09:29:27 +02:00
notify_test.go test: replace context.Background()/context.TODO() with t.Context() 2026-01-20 11:34:11 +01:00
paths.go feat(desktop): synchronized file share integration (#11614) 2024-03-20 14:41:24 -04:00
paths_test.go ci: enable testifylint linter 2024-11-12 11:12:32 +01:00
temp.go chore: make function comment match function name 2025-04-16 13:33:16 +02:00
temp_dir_fixture.go adjust code and dependencies 2023-02-02 14:59:30 +01:00
watcher_darwin.go Introduced fsnotify build tag to select watcher implementation 2025-12-15 10:16:12 +01:00
watcher_naive.go Introduced fsnotify build tag to select watcher implementation 2025-12-15 10:16:12 +01:00
watcher_naive_test.go deps: remove deprecated github.com/pkg/errors 2023-09-29 06:28:58 +02:00
watcher_nonwin.go fix linting issues 2025-11-16 14:54:58 +01:00
watcher_windows.go fix linting issues 2025-11-16 14:54:58 +01:00