2
0
Commit Graph

19 Commits

Author SHA1 Message Date
Sergio Padrino
6d672bd70f Skip ssh-wrapper tests on Linux too 2021-08-16 12:23:32 +02:00
Sergio Padrino
6bab396b51 Fix build & test on Windows 2021-08-16 11:32:50 +02:00
Sergio Padrino
0165c9bc33 Add ssh-wrapper with some tests 2021-08-16 11:03:10 +02:00
Sergio Padrino
8c44f4b5ea Remove DESKTOP_PORT from the valid env vars
DESKTOP_PORT is only for internal usage, no need to forward it.
2021-02-02 14:57:02 +01:00
Sergio Padrino
e69b258203 Optimize to only send what's needed, and nothing else 2021-02-01 11:46:30 +01:00
Sergio Padrino
d179c07164 Add Windows compatibility 2021-01-29 09:19:17 -08:00
Sergio Padrino
ade42be817 Make linter happy 2021-01-29 16:41:34 +01:00
Sergio Padrino
abf8d1d146 Fix tests to detect args and env vars are forwarded as expected 2021-01-29 16:00:25 +01:00
Sergio Padrino
9fcf1b6c53 Reimplement the trampoline as a generic TCP forwarder 2021-01-26 18:35:32 +01:00
Markus Olsson
ad9b153876 Merge branch 'main' into happy-path 2020-09-29 12:36:36 +02:00
Markus Olsson
87d6769cc9 Prettify 2020-09-29 12:28:28 +02:00
Markus Olsson
a44f465d32 Avoid going through Desktop when able
If we're asked for a username and we've got one from the environment we can just send that back, no need to execute Desktop.
2020-09-25 15:47:32 +02:00
Markus Olsson
5079697bc3 idiomatic? idk 2020-09-25 14:15:17 +02:00
Markus Olsson
8c66c8abde 🎨 Cleanup 2020-09-25 14:12:31 +02:00
Markus Olsson
4cbd6c716a Use jest for testing 2020-09-25 13:55:23 +02:00
Markus Olsson
32656ae6cb Better formatting of asserts 2020-09-25 12:40:00 +02:00
Markus Olsson
cb087db888 Revert intentional error 2020-09-24 14:01:38 +02:00
Markus Olsson
9f3f3f091c Remind me to never write a test framework 2020-09-24 14:00:40 +02:00
Markus Olsson
16217f667c Try adding some tests 2020-09-24 13:57:09 +02:00