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

fix: correct typo and add cancel context handling in watchFSNotify function #29

Merged

Conversation

kwakubiney
Copy link
Contributor

No description provided.

Signed-off-by: kwakubiney <kebiney@hotmail.com>
Signed-off-by: kwakubiney <kebiney@hotmail.com>
@kwakubiney kwakubiney requested a review from a team as a code owner June 1, 2024 13:51
@kwakubiney kwakubiney changed the title correct typo and cancel context handling in watchFSNotify function correct typo and add cancel context handling in watchFSNotify function Jun 1, 2024
Copy link
Member

@GeorgeMac GeorgeMac left a comment

Choose a reason for hiding this comment

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

Hey @kwakubiney ! Thank you for the contribution the change looks great. I was just curious, what version of Go are you using? I can't seem to recreate the changes that have been committed here to the go.work.sum. I am wondering where they're coming from.

I need to get a CI step into this repo to do some go mod and work checks to make sure it synced properly.

Copy link
Member

@GeorgeMac GeorgeMac left a comment

Choose a reason for hiding this comment

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

I've actually managed to recreate your change after doing a go mod download. Go work sum is often a bit of a mystery to me. Changes looks great. Thank you!

@GeorgeMac GeorgeMac changed the title correct typo and add cancel context handling in watchFSNotify function fix: correct typo and add cancel context handling in watchFSNotify function Jun 1, 2024
@GeorgeMac GeorgeMac added this pull request to the merge queue Jun 1, 2024
Merged via the queue into flipt-io:main with commit 804ccb6 Jun 1, 2024
2 checks passed
@kwakubiney
Copy link
Contributor Author

Sorry, I was away for a bit. Glad you figured it out :) @GeorgeMac

markphelps added a commit that referenced this pull request Jan 10, 2025
* 'main' of https://github.com/flipt-io/reverst:
  fix(config): only call run if informer not already synced (#33)
  fix(config): correctly set token supplied via explicit token field (#32)
  feat(config): support watching k8s secrets directly as token sources (#31)
  fix(server): call WriteHeader in status interceptor (#30)
  fix: correct typo and add cancel context handling in watchFSNotify function (#29)
  feat: rename reverst to reverstd and add a new tunnel client CLI in its place (#28)
  feat(gh): tag images pushed to main with SHA as latest (#27)
  fix(server/client): fix propagation of client errors from server to client (#26)
  chore(gh): run publish on merge_group event type
  chore(mod): upgrade quic-go to v0.44.0 (#25)
  fix(server): stop accumulating times and calculate correct ellapsed
  fix(roundrobbin): ensure current cannot be out of bounds
  fix(roundrobbin): ensure that evict is only called once
  chore(dagger): run unit tests 5 times repeatedly
  test(roundrobbin): add failing case ensuring one call to evict per unique eviction
  chore(server): add debug logging around metrics endpoint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants