Commit Graph

318 Commits

Author SHA1 Message Date
Chip Senkbeil
cae6c5e244
Refactor SearchQuery to support multiple paths at once 2022-08-30 02:50:58 -07:00
Chip Senkbeil
01610a3ac7
Add search support (#131) 2022-08-30 01:47:23 -07:00
Chip Senkbeil
5130ee3b5f
Add missing capabilities() method to DistantChannelExt 2022-08-28 19:00:34 -05:00
Chip Senkbeil
53fd8d0c4f
Add capabilities support to server and manager 2022-08-28 18:30:36 -05:00
Chip Senkbeil
c19df9f538
Fix ssh system info (#127) 2022-08-28 01:52:36 -05:00
Chip Senkbeil
1fa3a8acea
Refactor ssh options into a generic options map and rename extra/Extra into options/Map 2022-08-27 01:35:12 -05:00
Chip Senkbeil
b9c00153a0
Refactor distant-ssh2 is_windows with fix for exec command 2022-08-25 20:58:58 -05:00
Chip Senkbeil
22b2a351de
Ignore family of system-info tests via ssh when on CI 2022-08-25 11:20:52 -05:00
Chip Senkbeil
591cd6ff41
Fix ssh launch login shell using sh on windows; update shell cli to use default shell from system info before defaulting 2022-08-25 01:56:50 -05:00
Chip Senkbeil
6d0bbd56fc
Add back missing newlines for system info printing 2022-08-25 01:19:49 -05:00
Chip Senkbeil
56a030e6dd
Update SystemInfo to support username and shell 2022-08-25 01:15:38 -05:00
Chip Senkbeil
486e5399ff
Leverage typed-path to determine if path is windows 2022-08-25 00:32:26 -05:00
Chip Senkbeil
4011671a77
Add SshFamily::as_static_str for logging purposes 2022-08-19 01:42:01 -05:00
Chip Senkbeil
04b20d1348
Fix distant client shell choosing appropriate default; update CHANGELOG 2022-08-19 01:25:32 -05:00
Chip Senkbeil
6c4318baa0
Update PtyProcess to only clone weak references to master pty for resizing; remove export of MasterPtyProcess 2022-08-19 01:00:01 -05:00
Chip Senkbeil
ec95f573b9
Add logging for api local simple & pty processes 2022-08-19 00:17:56 -05:00
Chip Senkbeil
30548cdbfb
Update referenced versions in READMEs and add note about doing so to PUBLISH.md 2022-08-18 21:53:27 -05:00
Chip Senkbeil
fd325e4523
Release v0.18.0 2022-08-18 21:38:10 -05:00
Chip Senkbeil
2cdfb89751
Add test to verify larger files can be written, read, and appended 2022-08-18 20:08:43 -05:00
Chip Senkbeil
74a37209eb
Refactor --shutdown-after into --shutdown (#49) 2022-08-18 18:52:42 -05:00
Chip Senkbeil
8e8eb8c574
Release v0.17.6 2022-08-18 17:01:24 -05:00
Chip Senkbeil
1ff3ef2db1
Fix shutdown-after such that it now functions 2022-08-18 16:52:03 -05:00
Chip Senkbeil
a0c7c492bd
Add publish guide so I won't forget 2022-08-18 02:48:31 -05:00
Chip Senkbeil
3b3e74462c
Fix Docker M1 Mac watcher failure and release v0.17.5 2022-08-18 02:38:36 -05:00
Chip Senkbeil
7849567c0f
Release v0.17.4 2022-08-18 01:23:12 -05:00
Chip Senkbeil
41d35f88de
Fix handling of IPv6 for Destination and DistantSingleKeyCredentials 2022-08-18 01:19:05 -05:00
Chip Senkbeil
7a474a7ca2
Release v0.17.3 2022-08-18 00:12:08 -05:00
Chip Senkbeil
768dbdc053
Rewrite Destination to no longer use uriparse library 2022-08-18 00:09:50 -05:00
Chip Senkbeil
86b34d23c6
Fix ssh settings not getting applied, ssh.bin being mispelled, and added ClientConnectConfig 2022-08-17 14:07:42 -05:00
Chip Senkbeil
eadeb4c75b
Release v0.17.2 2022-08-16 23:18:22 -05:00
Chip Senkbeil
9097892c61
Move access control to be manager-specific 2022-08-16 23:00:40 -05:00
Chip Senkbeil
0633530a13
Expose windows-pipe and unix-socket regardless of platform 2022-08-16 21:55:53 -05:00
Chip Senkbeil
44b0dc065c
Split fallback_scheme into launch and connect choices 2022-08-16 14:57:01 -06:00
Chip Senkbeil
1ee2684d08
Update Map implementation of FromStr and Display to support escaped quotes and backslashes 2022-08-16 14:10:52 -06:00
Chip Senkbeil
b582c556f4
Add logging to better clarify deserialization failures in distant-net 2022-08-16 10:48:16 -06:00
Chip Senkbeil
4223c4e03f
Fix json support for client launch/connect and add json format support for client select (#118) 2022-08-16 01:31:52 -06:00
Chip Senkbeil
dde3cb275f
Fix dir read tests for cli action 2022-08-09 17:27:02 -07:00
Chip Senkbeil
5e1b6e7c51
Update cache to not fail on read error 2022-08-09 00:51:56 -07:00
Chip Senkbeil
33a30d98f0
Correct shutdown double panic 2022-08-09 00:24:39 -07:00
Chip Senkbeil
94326618c3
Try adding multiple attempts to launch server for cli 2022-08-09 00:17:27 -07:00
Chip Senkbeil
b9d2e2e57e
Update termwiz 0.15.0 -> 0.17.1 2022-08-08 22:20:42 -07:00
Chip Senkbeil
90373bd1fb
Try bumping up most dependencies 2022-08-08 11:51:18 -05:00
Chip Senkbeil
2045272322
Remove unused dependencies based on cargo +nightly udeps --all-targets --workspace --all-features 2022-08-08 10:48:05 -05:00
Chip Senkbeil
ea2e128bc4
Refactor to use distant manager (#112) 2022-08-08 01:10:32 -05:00
Chip Senkbeil
a2e17ba35b
Switch CI tests to use release version 2022-06-06 19:20:35 -05:00
Chip Senkbeil
4105b61abe
Add dockerignore to speed up dockerfile 2022-06-06 19:12:16 -05:00
Chip Senkbeil
93b676062f
Add docker to build instructions 2022-06-06 18:52:37 -05:00
Chip Senkbeil
e51392fcde
Simplify watch event passing by dropping events rather than blocking the hot code path 2022-06-06 18:47:59 -05:00
Chip Senkbeil
6991543ff7
Update readme example comment 2022-06-06 18:42:08 -05:00
Chip Senkbeil
65453d3f18
Minor documentation changes and update dockerfile to build from source 2022-06-06 18:38:46 -05:00