-
Notifications
You must be signed in to change notification settings - Fork 144
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
Service runtime V2 #1529
Merged
aleksmaus
merged 15 commits into
elastic:feature-arch-v2
from
aleksmaus:feature/service_runtime_v2
Oct 25, 2022
Merged
Service runtime V2 #1529
Changes from 8 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
55c6bef
Service V2 runtime
aleksmaus 71af5c2
Remove the service watcher, all the start/stopping logic
aleksmaus 821624e
Add changelog
aleksmaus ef1e4d9
Fix typo
aleksmaus 42840e9
Send STOPPING only upon teardown
aleksmaus 22ecee6
Wait for check-in with timeout before sending stopping on teardown
aleksmaus 00bd8df
Fix the service loop routine blocking on channel after stopped
aleksmaus 77beb04
Merge branch 'feature-arch-v2' into feature/service_runtime_v2
aleksmaus b3ab004
Addressed code review comments
aleksmaus 073479b
Merge branch 'feature-arch-v2' into feature/service_runtime_v2
aleksmaus 69fad8a
Make linter happy
aleksmaus 62bc046
Try to fix make check-ci
aleksmaus 23aac25
Spellcheck runtime README.md
aleksmaus 8fbfbf8
Remove .Stop timeout from the spec as it is no longer used
aleksmaus 56f2110
Addressed code review feedback
aleksmaus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: feature | ||
summary: Service runtime for V2 | ||
description: Service runtime for V2, tailored specifically for Endpoint service. | ||
pr: 1529 | ||
issue: 1069 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
try clening
./build
and rerunninggo mod tidy
may be coming from beats artifacts
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.