refactor: create tty copy handler#1485
Conversation
728acc4 to
a6f0c40
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1485 +/- ##
==========================================
+ Coverage 83.98% 84.07% +0.08%
==========================================
Files 119 119
Lines 5315 5325 +10
==========================================
+ Hits 4464 4477 +13
+ Misses 604 602 -2
+ Partials 247 246 -1 ☔ View full report in Codecov by Sentry. |
9676775 to
dca91a9
Compare
dca91a9 to
10b0f2b
Compare
|
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
|
Thanks for the contribution @TerryHowe! We'll review it ASAP. |
qweeah
left a comment
There was a problem hiding this comment.
The overall implementation looks good. Just need to improve tty tests on validating more detailed content.
qweeah
left a comment
There was a problem hiding this comment.
I think the proposed design of tracking is better than what we have for now. We can further apply it to other commands.
b7a2ecb to
779e5d8
Compare
1f71707 to
c939b42
Compare
c939b42 to
c045669
Compare
c045669 to
4532d32
Compare
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
4532d32 to
9c73682
Compare
What this PR does / why we need it:
Create tty copy handler with new
StartTrackingandStopTrackingmethods.Partial: #1542
Closes: #1548