Skip to content
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

Closed
wants to merge 19 commits into from

Conversation

MenD32
Copy link
Contributor

@MenD32 MenD32 commented Jan 13, 2024

Checklist:

Add FileEventSource support for recursive file events

@MenD32 MenD32 requested a review from whynowy as a code owner January 13, 2024 15:21
@MenD32 MenD32 marked this pull request as draft January 13, 2024 15:21
@MenD32 MenD32 force-pushed the feat/recursive-file-events branch 3 times, most recently from b66db66 to 3b2963c Compare January 13, 2024 18:57
MenD32 and others added 14 commits January 13, 2024 21:07
…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]>
@MenD32 MenD32 force-pushed the feat/recursive-file-events branch from 6b7080e to 1e11621 Compare January 13, 2024 19:07
@MenD32
Copy link
Contributor Author

MenD32 commented Jan 13, 2024

I cant figure out why but for some reason make codegen produced results that fail the codegen test, i'd use codegen locally, and it'd add blank lines to the api docs' md files for some reason I cant quite figure out, I am assuming its something problamatic with my local setup since the html files pass the test, so I removed the blank lines manually

@MenD32 MenD32 marked this pull request as ready for review January 13, 2024 21:46
@@ -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
Copy link
Member

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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. 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?
  2. No eviction mechanism for deleting?

Copy link
Contributor

This Pull Request is stale because it has been open for 60 days with
no activity. It will be closed in 7 days if no further activity.

@github-actions github-actions bot added the stale label Mar 28, 2024
@MenD32 MenD32 closed this Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants