-
Notifications
You must be signed in to change notification settings - Fork 748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/recursive file events #2977
Conversation
b66db66
to
3b2963c
Compare
Signed-off-by: AmitMendl <[email protected]>
Signed-off-by: AmitMendl <[email protected]>
Signed-off-by: AmitMendl <[email protected]>
Signed-off-by: AmitMendl <[email protected]>
Signed-off-by: AmitMendl <[email protected]>
Signed-off-by: AmitMendl <[email protected]>
Signed-off-by: AmitMendl <[email protected]>
Signed-off-by: AmitMendl <[email protected]>
…proj#2966) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: AmitMendl <[email protected]>
….0 to 2.9.0 (argoproj#2967) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: AmitMendl <[email protected]>
Signed-off-by: zhaowei.wang <[email protected]> Co-authored-by: zhaowei.wang <[email protected]> Signed-off-by: AmitMendl <[email protected]>
…goproj#2968) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: AmitMendl <[email protected]>
Signed-off-by: Derek Wang <[email protected]> Signed-off-by: AmitMendl <[email protected]>
Signed-off-by: AmitMendl <[email protected]>
6b7080e
to
1e11621
Compare
Signed-off-by: AmitMendl <[email protected]>
Signed-off-by: AmitMendl <[email protected]>
Signed-off-by: AmitMendl <[email protected]>
Signed-off-by: AmitMendl <[email protected]>
I cant figure out why but for some reason |
@@ -16,8 +16,8 @@ EXECUTABLES = curl docker gzip go | |||
# docker image publishing options | |||
DOCKER_PUSH?=false | |||
IMAGE_NAMESPACE?=quay.io/argoproj | |||
VERSION?=latest | |||
BASE_VERSION:=latest | |||
VERSION?=v1.9.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should not change these.
log.Errorw("failed getting filestat", zap.Error(err)) | ||
} | ||
if fileinfo.IsDir() { | ||
err = watcher.Add(event.Name) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- If there is a dir create with sub directories (folder A contains B, B contains C), how many events are supposed to get? will it have duplicated processing?
- No eviction mechanism for deleting?
This Pull Request is stale because it has been open for 60 days with |
Checklist:
Add FileEventSource support for recursive file events