Commit Graph

19 Commits

Author SHA1 Message Date
Christian Visintin afbc74113f ci: migrate project automation to Just (#442)
Deploy docs to GitHub Pages / deploy (push) Has been cancelled
Site / build-site (push) Has been cancelled
Install.sh / build (macos-latest) (push) Has been cancelled
Install.sh / build (ubuntu-latest) (push) Has been cancelled
CI / toolchain (push) Has been cancelled
CI / fmt (push) Has been cancelled
CI / install-scripts (push) Has been cancelled
CI / crates-ubuntu-latest (push) Has been cancelled
CI / crates-windows-latest (push) Has been cancelled
CI / doc (push) Has been cancelled
CI / deny (push) Has been cancelled
CI / crates-macos-latest (push) Has been cancelled
* ci: migrate project automation to Just

Centralize build, test, release, dependency, hook, and website commands in Just recipes. Pin workflow tooling, use the repository toolchain, and run the complete validation set in CI.

* ci: codex being codex

* docs: update CLAUDE.md for just task runner migration

Reflect the switch to just recipes for build/test/clippy/fmt, note
dprint replacing raw rustfmt, and add a cross-platform code requirement.

* fix: resolve clippy warnings breaking CI on ubuntu and windows

Use clone() instead of implicit to_string() on already-owned String
values, gate the windows-only unused make_file_at import behind
cfg(posix), and fix unused mut / manual assign-op in the windows-only
localhost test.

* fix: fmt
2026-08-28 19:29:58 +02:00
Christian Visintin c24f08691d docs: drop extra language docs/READMEs, point manual links to docs.termscp.rs 2026-06-08 10:16:00 +02:00
Christian Visintin c81cf39fe9 build: replaced libssh with russh for remotefs-ssh 2026-04-19 01:54:46 +05:30
veeso 5c4a971aca docs(CONTRIBUTING): docs(CONTRIBUTING): mistakes
fix #318
2025-03-15 14:19:18 +01:00
veeso e8c6b8306f working on 0.8.1 2022-01-29 19:03:12 +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
veeso 9a63f5b2cc copy template 2021-10-06 11:12:15 +02:00
veeso 5a49987338 acceptance tests in PR 2021-06-18 14:31:11 +02:00
veeso 2790c613aa Logging docs 2021-05-17 22:35:28 +02:00
veeso c0eb98c3f9 Renamed to lowercase termscp 2021-05-05 22:13:57 +02:00
veeso daa9a7c012 termscp logo 2021-05-01 17:58:00 +02:00
veeso 871a02c8b5 Updated contributing, issue templates and docs 2021-04-04 16:08:16 +02:00
veeso c2d401723f Updated contributing 2021-03-27 15:28:01 +01:00
veeso d165b699f0 Removed archlinux from build (it doesn't work anymore 2021-02-28 16:01:07 +01:00
veeso 49790b4704 Updated references to veeso 2021-01-02 13:04:49 +01:00
ChristianVisintin c9a4706c24 Fixed paths 2020-12-25 21:54:10 +01:00
ChristianVisintin 783a106256 Contributing guide ok 2020-12-06 22:35:56 +01:00
ChristianVisintin 545e283f00 Start writing CONTRIBUTING guide 2020-12-05 15:20:48 +01:00
ChristianVisintin 90acd5c1c2 Project initialized 2020-11-07 17:48:41 +01:00