-
Notifications
You must be signed in to change notification settings - Fork 83
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(triggers): Normalize Orchestration #967
refactor(triggers): Normalize Orchestration #967
Conversation
fef4bc0
to
78af7e0
Compare
Codecov Report
@@ Coverage Diff @@
## main #967 +/- ##
==========================================
+ Coverage 68.17% 68.96% +0.78%
==========================================
Files 35 36 +1
Lines 2734 2845 +111
==========================================
+ Hits 1864 1962 +98
- Misses 762 775 +13
Partials 108 108
Continue to review full report at Codecov.
|
78af7e0
to
9ebde02
Compare
9d857f3
to
8388dad
Compare
@AlexCuse , I like the idea of this but think it needs to wait until Kamakura. For Jakarta (LTS) we want to avoid these kind of refactoring to stable code. Also too close to code freeze to make these changes. THX! |
I'll see what I can do to fix the custom trigger multi-pipeline issue without it @lenny-intel |
199ee09
to
1a27d5b
Compare
1a27d5b
to
4fb1cb3
Compare
4fb1cb3
to
b66893a
Compare
Share functionality between custom and built-in triggers, expanding testability of those built-in. fixes edgexfoundry#960 Signed-off-by: Alex Ullrich <[email protected]>
b66893a
to
2d6c7c3
Compare
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.
Looks good, just need to remove that unused outputData
from Trigger struct
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
Share functionality between custom and built-in triggers, expanding testability of those built-in. fixes edgexfoundry#960 Signed-off-by: Alex Ullrich <[email protected]> Co-authored-by: Lenny Goodell <[email protected]>
Share functionality between custom and built-in triggers, expanding
testability of those built-in.
fixes #960
Signed-off-by: Alex Ullrich [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/app-functions-sdk-go/blob/main/.github/CONTRIBUTING.md
PR Checklist
Please check if your PR fulfills the following requirements:
BREAKING CHANGE:
describing the break)need to look into running TAF locally have only tested with a couple services I had handy.
looking for comment before updating docs
Testing Instructions
New Dependency Instructions (If applicable)