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

refactor!: Use common Config Stem constants for Core Contracts #4243

Merged
merged 1 commit into from
Dec 13, 2022

Conversation

lenny-goodell
Copy link
Member

@lenny-goodell lenny-goodell commented Dec 1, 2022

BREAKING CHANGE: Location of service configuration in Consul changed

closes #4242

Signed-off-by: Leonard Goodell leonard.goodell@intel.com

Note: this PR is dependent on the following PR being merged first.

If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/edgex-go/blob/main/.github/Contributing.md

PR Checklist

Please check if your PR fulfills the following requirements:

  • I am not introducing a breaking change (if you are, flag in conventional commit message with BREAKING CHANGE: describing the break)
  • I am not introducing a new dependency (add notes below if you are)
  • I have added unit tests for the new feature or bug fix (if not, why?)
  • I have fully tested (add details below) this the new feature or bug fix (if not, why?)
  • I have opened a PR for the related docs change (if not, why?)

Testing Instructions

Build and run core/support services with edgex stack running (core/support services stopped)
Verify configuration is pushed to /edgex/3.0/

New Dependency Instructions (If applicable)

jim-wang-intel
jim-wang-intel previously approved these changes Dec 2, 2022
Copy link
Contributor

@jim-wang-intel jim-wang-intel left a comment

Choose a reason for hiding this comment

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

LGTM

bnevis-i
bnevis-i previously approved these changes Dec 2, 2022
cloudxxx8
cloudxxx8 previously approved these changes Dec 5, 2022
Copy link
Member

@cloudxxx8 cloudxxx8 left a comment

Choose a reason for hiding this comment

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

LGTM

@lenny-goodell lenny-goodell force-pushed the remove-config-stems branch 2 times, most recently from 5316d1b to 32c5e47 Compare December 13, 2022 21:08
@lenny-goodell lenny-goodell marked this pull request as ready for review December 13, 2022 21:08
@lenny-goodell lenny-goodell force-pushed the remove-config-stems branch 2 times, most recently from 37fb671 to 284eb16 Compare December 13, 2022 21:30
jim-wang-intel
jim-wang-intel previously approved these changes Dec 13, 2022
BREAKING CHANGE: Location of service configuration in Consul changed

closes edgexfoundry#4242

Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.4% 0.4% Duplication

@codecov-commenter
Copy link

Codecov Report

Merging #4243 (284eb16) into main (ce5f54e) will not change coverage.
The diff coverage is 14.28%.

❗ Current head 284eb16 differs from pull request most recent head 795f556. Consider uploading reports for the commit 795f556 to get more accurate results

@@           Coverage Diff           @@
##             main    #4243   +/-   ##
=======================================
  Coverage   43.29%   43.29%           
=======================================
  Files         125      125           
  Lines       11126    11126           
=======================================
  Hits         4817     4817           
  Misses       5896     5896           
  Partials      413      413           
Impacted Files Coverage Δ
internal/security/fileprovider/main.go 0.00% <0.00%> (ø)
internal/security/proxy/main.go 0.00% <0.00%> (ø)
internal/security/secretstore/main.go 0.00% <0.00%> (ø)
.../security/bootstrapper/command/setupacl/command.go 68.61% <25.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@lenny-goodell lenny-goodell merged commit c06f5ea into edgexfoundry:main Dec 13, 2022
@lenny-goodell lenny-goodell deleted the remove-config-stems branch December 13, 2022 23:01
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.

Use Config Stem constants from Core Contracts
5 participants