Skip to content

feat: add foundational X11 forwarding support#143

Merged
vicajilau merged 1 commit intomasterfrom
feat/x11-forwarding-issue-1
Mar 20, 2026
Merged

feat: add foundational X11 forwarding support#143
vicajilau merged 1 commit intomasterfrom
feat/x11-forwarding-issue-1

Conversation

@vicajilau
Copy link
Collaborator

@vicajilau vicajilau commented Mar 20, 2026

Summary

  • add X11 request support in session/channel APIs
  • handle incoming x11 channel-open messages on the client
  • add protocol roundtrip tests for x11 and x11-req messages

Context

Validation

  • dart test

@vicajilau vicajilau merged commit 91908e2 into master Mar 20, 2026
1 check passed
@vicajilau vicajilau deleted the feat/x11-forwarding-issue-1 branch March 20, 2026 06:49
@codecov
Copy link

codecov bot commented Mar 20, 2026

Codecov Report

❌ Patch coverage is 0% with 46 lines in your changes missing coverage. Please review.
✅ Project coverage is 40.96%. Comparing base (5b92bb7) to head (7e7f14a).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
lib/src/ssh_client.dart 0.00% 37 Missing ⚠️
lib/src/ssh_channel.dart 0.00% 8 Missing ⚠️
lib/src/ssh_forward.dart 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #143      +/-   ##
==========================================
+ Coverage   40.77%   40.96%   +0.19%     
==========================================
  Files          60       60              
  Lines        4594     4640      +46     
==========================================
+ Hits         1873     1901      +28     
- Misses       2721     2739      +18     
Flag Coverage Δ
unittests 40.96% <0.00%> (+0.19%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

X11 forwarding support

1 participant