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: Move topic config to appropriate config struct #830

Merged
merged 4 commits into from
May 10, 2021

Conversation

lenny-goodell
Copy link
Member

@lenny-goodell lenny-goodell commented May 7, 2021

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • [x ] Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

Topic config at level with no context.

Issue Number: close #829

What is the new behavior?

Topic config now at level where they have context

Does this PR introduce a breaking change?

  • Yes
  • No

BREAKING CHANGE: Edgex-MessageBus and External-Mqtt configuration has changed

Are there any new imports or modules? If so, what are they used for and why?

no

Are there any specific instructions or things that should be known prior to reviewing?

Other information

lenny added 4 commits May 7, 2021 16:33
closes #598

Signed-off-by: lenny <leonard.goodell@intel.com>
closes #598

Signed-off-by: lenny <leonard.goodell@intel.com>
Signed-off-by: lenny <leonard.goodell@intel.com>
close edgexfoundry#829

BREAKING CHANGE: Edgex-MessageBus and External-Mqtt configuration has changed

Signed-off-by: lenny <leonard.goodell@intel.com>
@codecov-commenter
Copy link

Codecov Report

Merging #830 (80be374) into master (c93cf0e) will increase coverage by 0.32%.
The diff coverage is 93.10%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #830      +/-   ##
==========================================
+ Coverage   62.47%   62.79%   +0.32%     
==========================================
  Files          31       31              
  Lines        1964     1981      +17     
==========================================
+ Hits         1227     1244      +17     
  Misses        647      647              
  Partials       90       90              
Impacted Files Coverage Δ
internal/trigger/messagebus/messaging.go 70.14% <93.10%> (+4.33%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c93cf0e...80be374. Read the comment docs.

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

@lenny-goodell lenny-goodell merged commit c9e8075 into edgexfoundry:master May 10, 2021
@lenny-goodell lenny-goodell deleted the bus-config branch May 10, 2021 18:33
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.

Refactor Trigger configuration so Topics are on appropriate sub-configuration
3 participants