Skip to content
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

refactor: refactor sshnpd_impl.dart for future feature velocity #330

Merged
merged 13 commits into from Aug 11, 2023

Conversation

gkc
Copy link
Contributor

@gkc gkc commented Aug 11, 2023

- What I did

  • Much pure refactoring
  • Added handler for a new notification with a json payload and notification key of @device:ssh_request.$device.sshnp@requester

- How I did it
Easiest to see by looking at the individual commits, which show the refactoring progressing step by step

- How to verify it
Tests pass (no change to current behaviour)

gkc added 13 commits August 11, 2023 12:01
…xtract everything after parsing the parameters from the notification payload into its own method `startReverseSsh` which we can reuse
- tidy up `_handleLegacySshRequestNotification`
- rename `localPort` to `remoteForwardPort` for clarity
- make parameters ints where they should be ints
- have various functions make their parameters required named instead of positional
…made in every notification handling method which takes an AtNotification as a parameter
…` rather than `managerAtsign` since in future we will likely have multiple atSigns which are authorized to make requests
…N payload via notification with key `ssh_request.$device.sshnp`) for an ssh session, and handle requests for reverse ssh (which is all we've supported up until now)
@gkc gkc merged commit fd349a8 into trunk Aug 11, 2023
16 checks passed
@gkc gkc deleted the refactor-for-feature-velocity branch August 11, 2023 14:34
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.

None yet

2 participants