-
Notifications
You must be signed in to change notification settings - Fork 1
Move runtime ownership into druid-cli #76
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
Open
MarcStdt
wants to merge
15
commits into
master
Choose a base branch
from
feat/druid-k8s-runtime-owner
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
8bb14a7
feat: refactor runtime for container backends
MarcStdt 68289bc
feat: move runtime ownership to druid cli
MarcStdt d6d9dcf
chore: trim unused runtime helpers
MarcStdt f79f3a7
chore: sloppy draft
MarcStdt aef1123
feat: add namespace support for runtime resources
MarcStdt a880b59
feat: enhance runtime scroll creation with UUID generation and timeou…
MarcStdt 588dc59
feat: implement worker callback configuration for runtime daemon
MarcStdt f9d63ec
feat: enhance runtime command handling with routing and error management
MarcStdt 2d5f793
refactor(runtime): slim daemon backends
MarcStdt a1c9856
fix(runtime): retry incomplete materialization
MarcStdt 4180245
test: fix docker runtime integration checks
MarcStdt 8cf7bef
test: avoid docker e2e port and cleanup conflicts
MarcStdt cedfd0c
test: make docker integration cleanup reliable
MarcStdt bbb873f
test: fix runtime cleanup races
MarcStdt 64a236a
test: load worker image into kind
MarcStdt 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1,2 +1,10 @@ | ||
| examples | ||
| __debug_bin* | ||
| .git | ||
| .runtime-state | ||
| bin | ||
| dist | ||
| tmp | ||
| *.db | ||
| *.sock | ||
| .DS_Store |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
.docker/entrypoint.sh should manage all env specific configurations. envs should not be definied directly in the go code, (check how it was done before)