compose/pkg/watch
Sebastiaan van Stijn 5d732010a7
replace dockerfile/dockerignore with patternmatcher/ignorefile
The BuildKit dockerignore package was integrated in the patternmatcher
repository / module. This patch updates our uses of the BuildKit package
with its new location.

A small local change was made to keep the format of the existing error message,
because the "ignorefile" package is slightly more agnostic in that respect
and doesn't include ".dockerignore" in the error message.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-08-23 00:43:17 +02:00
..
dockerignore.go replace dockerfile/dockerignore with patternmatcher/ignorefile 2023-08-23 00:43:17 +02:00
ephemeral.go watch: add note about goroutine-safety & test 2023-03-23 11:33:03 -04:00
ephemeral_test.go watch: add note about goroutine-safety & test 2023-03-23 11:33:03 -04:00
notify.go fix typos 2023-06-27 16:12:25 +02:00
notify_test.go use CGO to enable fsevent on OSX 2023-02-10 17:24:48 +01:00
paths.go fix typos 2023-06-27 16:12:25 +02:00
paths_test.go adjust code and dependencies 2023-02-02 14:59:30 +01:00
temp.go adjust code and dependencies 2023-02-02 14:59:30 +01:00
temp_dir_fixture.go adjust code and dependencies 2023-02-02 14:59:30 +01:00
watcher_darwin.go watch: add tar sync implementation (#10853) 2023-08-01 14:39:08 -04:00
watcher_naive.go watch: ignore ephemeral files & minor output tweaks 2023-02-24 14:34:51 -05:00
watcher_naive_test.go adjust code and dependencies 2023-02-02 14:59:30 +01:00
watcher_nonwin.go adjust code and dependencies 2023-02-02 14:59:30 +01:00
watcher_windows.go adjust code and dependencies 2023-02-02 14:59:30 +01:00