-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
OT resource detector #939
OT resource detector #939
Conversation
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
Flakes were due to a CircleCI/GitHub outage; in future you can force a rerun from the |
Please make your commit history more readable by using |
@YANYZP I don't see significant changes made between this and #924. Recreating PRs is sometimes necessary when there are significant revisions that will fundamentally alter the approach of a PR, but it also means all previous comments and reviews are not immediately associated with the PR. This means any previous issue not resolved in the original PR needs to be recreated in the new PR. As there are now new requests associated with this PR it seems we are not able to go back to #924. Please do not recreate a PR in the future without significant change to the content. |
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.
This is getting close. Some restructuring and removal of the multierror package are needed though.
|
Changed code structures and provided more detailed comments |
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.
The changes to go.mod/go.sum seem like they may be spurious. Can you revert them, and then run go mod tidy?
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.
Looking good, one follow on from the last review.
@YANYZP have you looked into the question @lizthegrey asked above about resetting the go.sum
/go.mod
files?
@YANYZP can we also update the CHANGELOG with this addition? |
CHANGELOG.md
Outdated
@@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm | |||
|
|||
### Added | |||
|
|||
- A general Resources Detector Interface and one implementation FromEnv under folder `sdk/resource`. (#939) |
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.
Can you please instead describe in less technical language? e.g. "Allows Resources to be detected from environment variables"
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.
Sure, will do.
Past PR: #924