veeso
ec4daf8e25
remotefs 0.2.0
2022-01-06 10:44:34 +01:00
veeso
2a3d4f2670
Default log level changed to INFO; added option to enable TRACE log level
2022-01-06 10:44:34 +01:00
Christian Visintin
e6ba4d8430
SSH configuration path ( #84 )
...
SSH configuration
2022-01-06 10:44:34 +01:00
veeso
027545f14c
Removed docs headers
2022-01-06 10:44:34 +01:00
veeso
df7a4381c4
Removed filetransfer module; migrated to remotefs crate
2022-01-06 10:44:34 +01:00
veeso
54b5583d1a
Migrated termscp to tui-realm 1.x
2022-01-06 10:44:34 +01:00
veeso
30851a78e8
serial test for env paths
2022-01-06 10:44:34 +01:00
veeso
198d421ab0
Notifications
2021-09-28 12:44:51 +02:00
veeso
06ffbaa2f4
Option: prompt user when about to replace an existing file caused by a file transfer
2021-09-19 11:18:52 +02:00
veeso
c824d00986
Removed auto-update test for macos (blocks on github/CI)
2021-09-17 09:52:35 +02:00
veeso
77476596f4
Fixed new version check
2021-09-16 16:54:43 +02:00
veeso
06a67de14f
Auto update (w/ cli)
2021-09-12 10:00:56 +02:00
veeso
1d09095ab9
Aws s3 support
2021-09-01 15:20:05 +02:00
veeso
764cca73d1
linter
2021-08-10 22:27:20 +02:00
veeso
c722982c39
Removed unecessary Option<&ConfigClient> in filetransfer; use degraded mode instead
2021-07-16 15:49:00 +02:00
veeso
e6b44e1461
ConfigClient is an option no more; config client degraded mode
2021-07-08 15:07:24 +02:00
veeso
0a7e29d92f
Theme provider and '-t' and '-c' CLI options
2021-07-07 12:54:30 +02:00
veeso
d16f9e7ad8
Merge branch '0.6.0' into keyring-rs-linux
2021-06-26 15:13:31 +02:00
veeso
97a62def11
Brought all extern crate to top level
2021-06-26 12:32:11 +02:00
veeso
8b01c71819
Coverage
2021-06-26 12:06:49 +02:00
veeso
2d8ce475f8
Merge branch '0.6.0' into keyring-rs-linux
2021-06-21 20:51:24 +02:00
veeso
c78fc583b0
Fix: target_family unix means also macos and linux; use BSD target_os
2021-06-21 09:11:28 +02:00
veeso
f8300fa587
fixed tests
2021-06-20 17:00:35 +02:00
veeso
5986130dfa
Unused variant if keyring is not enabled
2021-06-20 15:08:35 +02:00
veeso
19610479bd
keyring support for linux
2021-06-20 15:04:16 +02:00
veeso
e3d2151bad
Unix Build
2021-06-20 14:38:03 +02:00
veeso
15d13af7d5
wip
2021-06-20 11:00:31 +02:00
veeso
1c58f1d623
Use containers to test file transfers
...
Use containers to test file transfers
Container setup
Container setup
tests with docker-compose
these tests won't work with containers
ftp tests with containers; removed crap servers; tests only lib
hostname for github
booooooh
fixed recursive remove FTP
Use containers to test file transfers
Container setup
Container setup
tests with docker-compose
these tests won't work with containers
ftp tests with containers; removed crap servers; tests only lib
hostname for github
booooooh
fixed recursive remove FTP
fixed rename
changelog
Desperate attempt
Fixed ftp tests; migrated sftp tests to containers; use env for services
github actions are just broken imo
github actions are just broken imo
Don't use services, since they just don't fuckin work...
docker compose not supported yet?
deprecated typo
Now explain this: github actions have services (which don't work) and then you find out docker-compose is already installed *BLOWMIND*
Fixed hostname for tests
scp tests
maybe
tests
wtf
Restored host tests
Changelog
Improving coverage
Improving coverage
Restored coverage task
More tests for file transfers; test ssh keys too
typo
tests; code improvements
Use tests helpers
fixed tempdir
fixed tempdir
2021-06-15 17:51:06 +02:00
veeso
c1b3511c06
Working on logging
2021-05-16 22:26:16 +02:00
veeso
faab67800f
Log always to trace; may be disabled
2021-05-16 15:12:01 +02:00
veeso
7f9d92cbe9
Working on logging
2021-05-16 15:09:17 +02:00
veeso
4e287a0231
Logging setup
2021-05-16 10:36:16 +02:00
veeso
892be42988
pretty assert
2021-05-06 21:57:04 +02:00
veeso
3704d2520d
Remote file syntax for formatter
2021-05-01 17:12:48 +02:00
veeso
6c6dadc4e7
Removed eprintln! in ftp file transfer causing break when on Windows
2021-04-13 09:09:04 +02:00
veeso
7676e6e3a1
Improved coverage
2021-04-05 09:59:10 +02:00
veeso
55e884889c
Clippy
2021-03-27 12:17:35 +01:00
veeso
67e36fa38f
Fixed system test which deleted the termscp configuration
2021-03-27 11:56:18 +01:00
veeso
96b7aff3b6
format
2021-03-26 22:30:47 +01:00
veeso
1ad75adf87
License changed to MIT
2021-03-26 22:25:10 +01:00
veeso
6682c07eb6
Added check_for_updates to config
2021-02-28 12:44:00 +01:00
veeso
c16a2f6441
Improved getters/setters config client
2021-01-23 16:21:30 +01:00
veeso
b3c4385617
Added to ConfigClient getters/setters for file_fmt
2021-01-23 16:09:13 +01:00
ChristianVisintin
23ca2baa8c
Cargo clippy
2021-01-16 18:02:12 +01:00
ChristianVisintin
ac02928e69
Don't run bookmarks tests on macos
2021-01-16 17:37:03 +01:00
ChristianVisintin
08d8a3621c
Keyring storage in bookmarks client (if possible)
2021-01-16 16:57:00 +01:00
ChristianVisintin
0192b86422
Check if supported (test)
2021-01-16 16:07:53 +01:00
ChristianVisintin
0e4caaecfd
Keyring storage
2021-01-16 16:07:11 +01:00
ChristianVisintin
eee08bd623
Key storage (file)
2021-01-16 15:37:19 +01:00
ChristianVisintin
76fdd9864c
Fixed copyright header
2021-01-16 15:13:58 +01:00