-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Container lifecycle transitions #41140
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
kvega005
wants to merge
36
commits into
microsoft:master
Choose a base branch
from
kvega005:user/kevinve/container-lifecycle
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
36 commits
Select commit
Hold shift + click to select a range
ba81b75
Add hourly upstream sync workflow for feature/wsl-for-apps
kvega005 50f9ce0
Remove upstream sync workflow
kvega005 c55426c
Merge branch 'microsoft:master' into master
kvega005 0055811
Merge branch 'microsoft:master' into master
kvega005 de88707
Merge branch 'microsoft:master' into master
kvega005 f16fc61
Merge branch 'microsoft:master' into master
kvega005 da31dd2
Merge branch 'microsoft:master' into master
kvega005 b95f237
Merge branch 'microsoft:master' into master
kvega005 2ae93aa
Merge branch 'microsoft:master' into master
kvega005 f805f05
Merge branch 'microsoft:master' into master
kvega005 f2b4090
Merge branch 'microsoft:master' into master
kvega005 07445a2
Merge branch 'microsoft:master' into master
kvega005 9a29435
Merge branch 'microsoft:master' into master
kvega005 ba3bc80
Merge branch 'microsoft:master' into master
kvega005 d11cbbc
Merge branch 'microsoft:master' into master
kvega005 eaae1bc
Merge branch 'microsoft:master' into master
kvega005 9f6a16c
Merge branch 'microsoft:master' into master
kvega005 dcaaccb
Merge branch 'master' of https://github.com/kvega005/WSL
119c17a
Merge branch 'microsoft:master' into master
kvega005 434d93c
Merge branch 'microsoft:master' into master
kvega005 00b370c
Merge branch 'microsoft:master' into master
kvega005 39c6c8f
Merge branch 'microsoft:master' into master
kvega005 c723316
Merge branch 'microsoft:master' into master
kvega005 42c14a0
Merge branch 'microsoft:master' into master
kvega005 363932b
Merge branch 'master' of https://github.com/kvega005/wsl
kvega005 f2a5245
Use transitions to manage container lifecycle operations
kvega005 5fa5aeb
Log on unexpected event
kvega005 e6e1a6e
Add assert
kvega005 1b31af0
Address feedback about vague code
kvega005 0afa44c
Add tests
kvega005 6cd6be8
Fix plugin test
kvega005 17109c6
Rename transition guard
kvega005 3e981fa
Address feedback about disconnect deadlock and no throw in on event
kvega005 de2cac6
Allow transitions to outlive COM calls
kvega005 ffceff2
Fix deadlock
kvega005 9121724
Cleanup
kvega005 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,6 +26,7 @@ enum class ContainerEvent | |
| { | ||
| Create, | ||
| Start, | ||
| Restart, | ||
| Stop, | ||
| Exit, | ||
| Destroy, | ||
|
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.