Commit Graph

98 Commits

Author SHA1 Message Date
7b11226d2c feat: drop aarch64, add i686 2023-10-31 08:29:03 +01:00
16e4ae6332 feat: basic ci 2023-10-28 19:38:13 +02:00
488f152d14 fix: I'm an idiot 2023-10-10 19:22:10 +02:00
06071e3c22 fix: remove trailing dependency 2023-10-10 15:37:34 +02:00
1ea9794e81 fix: docstring for into_error didn't make any sense 2023-10-10 15:14:07 +02:00
24b69bf9c6 feat: get rid of the functions named like the macros 2023-10-10 15:01:42 +02:00
9e8d43c6b8 fix: re-add ignore msrs and trim pidfile 2023-10-10 14:31:18 +02:00
0e5276c744 feat: use new error handling & logging for freerdp & the cli 2023-10-09 19:11:50 +02:00
90079a4982 fix: use $crate instead of crate 2023-10-09 19:11:10 +02:00
c4603c8a89 fix: remove boilerplate 2023-10-09 19:10:50 +02:00
2ac3a1c952 Merge remote-tracking branch 'upstream/rewrite' into feat-errors 2023-10-09 18:58:59 +02:00
d603ce42cb Merge pull request #49 from winapps-org/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2023-10-09 16:49:47 +00:00
8371a9df68 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0)
2023-10-09 16:43:51 +00:00
3e8c6dbb94 Merge pull request #42 from winapps-org/rewrite-freerdp-backend
Add freerdp backend
2023-10-09 15:39:54 +00:00
47069edc0d Remove unessary code 2023-10-09 15:24:44 +02:00
c004c01514 rename command app to run 2023-10-09 10:29:26 +02:00
25889959ae Fix stdout freerdp and clean up after merge of #26 2023-10-09 10:27:54 +02:00
61374be7ad Merge branch 'rewrite' into rewrite-freerdp-backend 2023-10-09 07:29:16 +00:00
d2bc015e94 Merge pull request #26 from oskardotglobal/rewrite
Creating and running the VM via quickemu
2023-10-09 06:49:23 +00:00
b0a0c66fd8 Merge origin/rewrite 2023-10-08 14:47:12 +02:00
00b814aae1 feat: always ignore msrs 2023-10-08 14:43:25 +02:00
851a67d5d3 feat: clone quickemu into ~/.local/share/quickemu and symlink binaries 2023-10-08 14:42:25 +02:00
b34339a240 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-10-07 22:45:09 +00:00
5087c62795 fix: use newly created macros to handle errors from quickemu 2023-10-08 00:43:21 +02:00
8f30ea0e83 fix: rename unrecoverable to exit 2023-10-08 00:41:50 +02:00
2124e49db1 feat: custom error handling, logging with tracing 2023-10-08 00:32:50 +02:00
44f40fb276 Use format! for better code quality 2023-10-07 20:02:26 +02:00
dbc5c9a82e Finish connect and app command 2023-10-07 19:54:28 +02:00
d80db16973 minor fixes 2023-10-07 19:32:38 +02:00
437a43c7fe Add basic connect command 2023-10-07 19:21:37 +02:00
6242117629 feat: make vm name configurable 2023-10-02 18:11:32 +02:00
6ab6b73adb fix: clean up config file & data dir loading 2023-10-02 18:11:15 +02:00
6b730e8cb1 feat: stopping the vm 2023-09-12 15:47:08 +02:00
984fcc8da7 fix: merge with upstream/rewrite 2023-09-12 15:17:10 +02:00
fb166b3029 Merge remote-tracking branch 'upstream/rewrite' into rewrite 2023-09-12 15:11:24 +02:00
15da1b7c8a trigger again 2023-09-10 21:12:24 +02:00
83c61e999e trigger precommit 2023-09-10 21:06:13 +02:00
dc2f81cb3d change message 2023-09-10 20:14:23 +02:00
cd5c0f146c Add freerdp detection 2023-09-10 20:07:03 +02:00
d8bffd817d fix clippy and add precommit 2023-07-30 12:13:30 +02:00
6cd338b85b [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-07-30 10:05:30 +00:00
4d83e6a55f Merge branch 'winapps-org:rewrite' into rewrite 2023-07-30 12:01:02 +02:00
b17d0f484b Merge pull request #27 from oskardotglobal/fix-ci
[ci skip] Skip rust-check and clippy on pre-commit.ci
2023-07-27 15:27:46 +00:00
6c071a35c5 fix: enable env colors for rust-clippy.yml 2023-07-27 11:54:43 +02:00
ce607143e6 rm: remove rust-check.yml
Other workflows already run the same checks, so it's unnecessary
2023-07-27 11:54:18 +02:00
4d380f2e18 fix: skip clippy and rust-check for ci
pre-commit.ci has no network connection per design, so now pre-commit ci
only enforces styling
2023-07-27 11:54:02 +02:00
97549bc5ba rm: remove pre-commit workflow as it's not needed 2023-07-27 09:42:20 +00:00
da55fcc2ed feat: create and start vm via quickemu 2023-07-27 11:33:22 +02:00
dde2255b57 feat: quickemu install script 2023-07-27 11:32:58 +02:00
728861694a fix: ci config is ignored on non-default branch 2023-07-25 11:42:17 +02:00