-
Notifications
You must be signed in to change notification settings - Fork 56
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
refactor!: Rename environment variables for the sake of consistency #402
Conversation
Codecov Report
@@ Coverage Diff @@
## main #402 +/- ##
=======================================
Coverage 59.52% 59.52%
=======================================
Files 24 24
Lines 1690 1690
=======================================
Hits 1006 1006
Misses 640 640
Partials 44 44
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Commit message should be |
I think we should also rename the corresponding command line flags
|
BREAKING CHANGE: - `EDGEX_CONFIGURTION_PROVIDER` is replaced by `EDGEX_CONFIG_PROVIDER` - `EDGEX_CONF_DIR` is replaced by `EDGEX_CONFIG_DIR` Signed-off-by: Felix Ting <[email protected]>
Signed-off-by: Felix Ting <[email protected]>
the issue edgexfoundry/edgex-go#4248 is opened for this, so we won't make the related change in this PR |
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.
LGTM - I was able to see the changes with the testing instructions.
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.
LGTM
resolve #399
BREAKING CHANGE:
EDGEX_CONFIGURTION_PROVIDER
is replaced byEDGEX_CONFIG_PROVIDER
EDGEX_CONF_DIR
is replaced byEDGEX_CONFIG_DIR
Signed-off-by: Felix Ting [email protected]
If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/go-mod-bootstrap/blob/main/.github/Contributing.md
PR Checklist
Please check if your PR fulfills the following requirements:
BREAKING CHANGE:
describing the break)Testing Instructions
New Dependency Instructions (If applicable)