Commit Graph

56 Commits

Author SHA1 Message Date
veeso 182bbb94a2 0.12.2 2023-10-01 16:12:47 +02:00
veeso 2f48c765e3 termscp 0.12.0 2023-07-06 16:17:33 +02:00
veeso 295191b9eb Merge branch 'main' into develop 2023-07-06 11:49:06 +02:00
veeso 16b2aa8596 fix: rustup target 2023-07-06 11:38:38 +02:00
Christian Visintin 522ee0355e feat: build artifacts workflow (#202) 2023-07-06 11:26:14 +02:00
veeso e5ca956897 fix: don't run CI on site/.md change 2023-07-06 11:07:22 +02:00
Christian Visintin 67bc1a2a08 Ignore backlog issues 2023-05-23 09:20:11 +02:00
Christian Visintin 0bb3c9a26e Create stale.yml 2023-05-22 23:22:57 +02:00
veeso cef100e5d9 fix: install workflow 2023-05-18 11:42:24 +02:00
Christian Visintin b7369162d2 SMB support (#184)
* feat: smb client

* fix: smb connection

* fix: smbclient deps

* feat: SMB mentions to user manual

* feat: changelog

* dlib macos

* fix: removed smb support from macos :(

* fix: restored libsmbclient build

* fix: strange lint message

* fix: macos build smb

* fix: macos build smb

* fix: macos tests

* fix: macos lint

* feat: SMB windows support

* fix: windows tests
2023-05-13 15:00:16 +02:00
veeso 9bf23b3f6b working on 0.12 2023-05-09 12:48:51 +02:00
veeso 3ec94c17bc 0.11.3 2023-04-19 11:07:42 +02:00
veeso fdb0d97a61 rtd 2023-04-18 18:10:40 +02:00
veeso 279df59b5d install ci 2023-03-07 21:01:29 +01:00
veeso 46f2954bc4 install.yml 2023-02-19 18:24:29 +01:00
Christian Visintin c0bc493d21 125 installation missing aarch64 linux build (#146)
aarch64 build
2023-02-11 12:26:43 +01:00
Christian Visintin 146a1f3ed6 Create website.yml 2022-12-27 16:44:42 +01:00
veeso fdd7901f7e removed libssl dependency 2022-10-10 16:21:32 +02:00
veeso ad2781b62c use latest rust in macos/windows ci 2022-03-09 11:27:26 +01:00
veeso 0b70819781 wtf git? 2022-02-06 11:09:44 +01:00
veeso b635554e52 updated freebsd vm version 2022-02-04 15:16:07 +01:00
veeso df7a4381c4 Removed filetransfer module; migrated to remotefs crate 2022-01-06 10:44:34 +01:00
veeso 30851a78e8 serial test for env paths 2022-01-06 10:44:34 +01:00
veeso 02fdb27cc5 Removed lib.rs 2022-01-06 10:44:34 +01:00
veeso 5fd53c1b2b -Dwarnings for clippy on windows/macos ci 2022-01-06 10:44:34 +01:00
veeso 198d421ab0 Notifications 2021-09-28 12:44:51 +02:00
veeso d16f9e7ad8 Merge branch '0.6.0' into keyring-rs-linux 2021-06-26 15:13:31 +02:00
veeso 3cbd2ed013 Removed archlinux build stuff 2021-06-26 14:40:23 +02:00
veeso d976a34705 --lib tests 2021-06-26 12:08:05 +02:00
veeso 2d8ce475f8 Merge branch '0.6.0' into keyring-rs-linux 2021-06-21 20:51:24 +02:00
veeso 1319e0b17b Fixed install for freebsd 2021-06-21 20:45:20 +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 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
Christian Visintin 971061d231 Fixed AUR pub workflow
See <https://github.com/KSXGitHub/github-actions-deploy-aur/issues/15>
2021-05-24 11:09:56 +02:00
veeso 4c343c6f34 Grcov with coverall 2021-05-15 17:55:20 +02:00
veeso 0f595b8cbf Coverage: githubActions 2021-05-01 17:54:37 +02:00
veeso 26b001a5fc Coverage: githubActions 2021-05-01 17:26:28 +02:00
veeso 6be9294e11 stable toolchain 2021-04-05 10:04:53 +02:00
veeso a1632492ed Restored coverage with tarpaulin 2021-04-05 09:32:59 +02:00
veeso de3983e53f Clippy: don't allow warnings 2021-03-26 21:51:53 +01:00
veeso 39bcd5e83b From now on cargo fmt must pass the tests 2021-03-26 20:42:13 +01:00
veeso 35ab9ae202 Added githubActions features to handle github tests; set git fetch test under github actions exclude pattern 2021-03-01 20:33:04 +01:00
veeso ca1aa5675a Try test threads: 1 2021-02-27 20:30:50 +01:00
ChristianVisintin 4e8e0d1b41 Fixed that f aur action 2020-12-21 14:33:00 +01:00
ChristianVisintin 95b7a773d7 aur runs on 2020-12-21 14:24:25 +01:00
ChristianVisintin 9f478227a9 0.2.0 readme 2020-12-21 12:02:45 +01:00
ChristianVisintin 1d112b3f32 Arch publish workflow and build with docker 2020-12-21 11:48:41 +01:00
ChristianVisintin 0759651ee4 codecov 2020-12-18 10:47:37 +01:00
ChristianVisintin 23ac5089a7 Added clippy to workflows 2020-12-12 12:17:33 +01:00