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 ctx parameter to provider interface and aws API #1364

Merged
merged 2 commits into from
Jan 15, 2020

Conversation

tariq1890
Copy link
Contributor

@tariq1890 tariq1890 commented Jan 12, 2020

NOTE: This is a breaking change.

Why am I doing this?

i) We use external-dns as a dependency and we are forced to use a private fork since we need to use AWS API calls with context. We'd really like to stop using the fork and have these changes passed upstream.

ii) I think this breaking change is justified since passing contexts down an API call stack is considered a good pattern. This change should also pave way for removing the many context.TODO()s in the codebase. This itself is proof that we ought to be passing contexts.

Would to get your thoughts and review on this. Thanks!

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jan 12, 2020
@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jan 12, 2020
@tariq1890
Copy link
Contributor Author

/assign @njuettner

Copy link
Member

@njuettner njuettner left a comment

Choose a reason for hiding this comment

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

This makes sense 👍. I don't really think it is a breaking PR unless you mean other PR's having a merge conflict after merging this PR?

Out of curiosity, which project you're talking about depends on external-dns?

@linki
Copy link
Member

linki commented Jan 13, 2020

lgtm. Let's wait until we get the current release out before merging this.
/hold

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 13, 2020
@tariq1890
Copy link
Contributor Author

tariq1890 commented Jan 14, 2020

Out of curiosity, which project you're talking about depends on external-dns?

This is a private project.

@linki
Copy link
Member

linki commented Jan 15, 2020

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 15, 2020
@linki
Copy link
Member

linki commented Jan 15, 2020

@tariq1890 Thank you!

@njuettner
Copy link
Member

/remove hold

@njuettner
Copy link
Member

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 15, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: njuettner, tariq1890

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 15, 2020
@k8s-ci-robot k8s-ci-robot merged commit f400ded into kubernetes-sigs:master Jan 15, 2020
@tariq1890 tariq1890 deleted the add_ctx branch January 15, 2020 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants