-
Notifications
You must be signed in to change notification settings - Fork 586
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
feat(ica): allow unordered ica channels #5633
Merged
Merged
Changes from 19 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
fcf830f
Remove order check for ICA host and controller upgrade callbacks (#5561)
chatton 3dedb40
imp: remove the channel type = ordered checks from both host and cont…
charleenfei 3f83cf6
When a channel reopens the ordering and metadata must not change (#5562)
chatton 78415d1
chore: require active channel be CLOSED before re-opening. (#5601)
DimitrisJim 3f52533
docs: Update ICA documentation with support for unordered channels (#…
chatton 1480dca
Allow specifying order when registering ICA account (#5608)
DimitrisJim 7b73cc4
docs: ICA register CLI (#5625)
crodriguezvega 3dab69a
imp(ica/host): removed previous version validation check (#5613)
srdtrk 8841699
chore(ica/host): require active channel be CLOSED before re-opening (…
damiannolan f23ba98
e2e: ordered ica channel is upgraded to unordered (#5616)
charleenfei e059759
E2E test where unordered channel is used with ICA (#5566)
chatton 8164401
Merge branch 'main' into feat/allow-unordered-ica-channels
crodriguezvega 7499677
fix: host chan open try test (#5632)
crodriguezvega 91d3e25
Merge branch 'main' into feat/allow-unordered-ica-channels
chatton e2e1812
chore: fix linter and merge main
chatton b55ab11
chore: doc lint issue fix
DimitrisJim 8b3792a
docs: add extra information about ICA channel reopening (#5631)
crodriguezvega 8a69659
chore: rm order checks reintroduced after merge conflict.
DimitrisJim 4523a74
e2e: comment out failing e2e
colin-axner 15b279d
chore: lintertroubles
DimitrisJim f52b1d4
Merge branch 'main' into feat/allow-unordered-ica-channels
DimitrisJim 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
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
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
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
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.
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.
👍🏻