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

Add missing context.Context support and propagation #322

Merged
merged 1 commit into from Apr 21, 2021

Conversation

theckman
Copy link
Collaborator

While looking at something I discovered that I had accidentally missed adding
full context.Context support in two places. In particular, in
service_dependency.go the context for AssociateServiceDependenciesWithContext
wasn't being used. Second, I missed adding context support to AssignTags()
completely.

@theckman theckman added this to the v1.4.0 milestone Apr 18, 2021
@theckman
Copy link
Collaborator Author

@stmcallister missed two. :)

While looking at something I discovered that I had accidentally missed adding
full `context.Context` support in two places. In particular, in
`service_dependency.go` the context for `AssociateServiceDependenciesWithContext`
wasn't being used. Second, I missed adding context support to `AssignTags()`
completely.
Copy link
Contributor

@stmcallister stmcallister left a comment

Choose a reason for hiding this comment

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

Looks good! 🌮

@stmcallister stmcallister merged commit c3b74f5 into master Apr 21, 2021
@stmcallister stmcallister deleted the missing_context branch April 21, 2021 20:35
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.

None yet

2 participants