refactor(console): encapsulate ConMan console I/O - #110
Merged
Merged
Conversation
cjh1
force-pushed
the
ssh-stack/05-console-backends
branch
from
August 4, 2026 23:31
afd9b9e to
d1c65c8
Compare
cjh1
force-pushed
the
ssh-stack/05-console-backends
branch
2 times, most recently
from
August 5, 2026 13:42
afe7a80 to
7511e64
Compare
cjh1
force-pushed
the
ssh-stack/05-console-backends
branch
2 times, most recently
from
August 5, 2026 13:47
6a2cef4 to
fa3665f
Compare
cjh1
force-pushed
the
ssh-stack/05-console-backends
branch
from
August 5, 2026 13:49
fa3665f to
aaf5198
Compare
cjh1
force-pushed
the
ssh-stack/05-console-backends
branch
from
August 5, 2026 13:53
aaf5198 to
47fb58d
Compare
cjh1
force-pushed
the
ssh-stack/05-console-backends
branch
from
August 5, 2026 14:17
47fb58d to
23b32b9
Compare
cjh1
marked this pull request as ready for review
August 5, 2026 14:22
cjh1
force-pushed
the
ssh-stack/05-console-backends
branch
from
August 5, 2026 15:18
23b32b9 to
0b85211
Compare
alexlovelltroy
previously approved these changes
Aug 6, 2026
rainest
force-pushed
the
ssh-stack/05-console-backends
branch
from
September 2, 2026 20:59
0b85211 to
c4b4b35
Compare
cjh1
force-pushed
the
ssh-stack/05-console-backends
branch
from
September 9, 2026 23:00
c4b4b35 to
e6668c2
Compare
cjh1
force-pushed
the
ssh-stack/05-console-backends
branch
from
September 9, 2026 23:23
e6668c2 to
646bacd
Compare
alexlovelltroy
approved these changes
Sep 10, 2026
cjh1
force-pushed
the
ssh-stack/05-console-backends
branch
from
September 10, 2026 15:57
646bacd to
2082e6c
Compare
cjh1
force-pushed
the
ssh-stack/05-console-backends
branch
from
September 10, 2026 16:14
2082e6c to
ba4a6e5
Compare
Signed-off-by: Chris Harris <cjh@lbl.gov>
cjh1
force-pushed
the
ssh-stack/05-console-backends
branch
from
September 10, 2026 16:17
ba4a6e5 to
735f28e
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Move interactive ConMan sessions behind a shared console I/O interface and a reconnecting ConMan backend. This preserves existing routing behavior while establishing the abstraction used by the next PR.