Commit Graph

68 Commits

Author SHA1 Message Date
d2bc015e94 Merge pull request #26 from oskardotglobal/rewrite
Creating and running the VM via quickemu
2023-10-09 06:49:23 +00: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
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
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
423497a199 feat: pre-commit action 2023-07-25 11:25:08 +02:00
3ee971b9e9 fix: change pre-commit ci branch to rewrite 2023-07-25 11:20:35 +02:00
5b65d16e6a feat: instructions for pre-commit 2023-07-25 11:13:52 +02:00
5b95c9b41e chore: run pre-commit once 2023-07-25 11:06:46 +02:00
01cec96cfa feat: use own pre-commit-rust fork 2023-07-25 10:57:13 +02:00
ec0d798c75 feat: pre-commit 2023-07-25 10:47:28 +02:00
60a6a8055b chore: run rustfmt once 2023-07-24 18:05:11 +02:00
7b29598bc1 feat: add ide config to gitignore 2023-07-24 18:04:45 +02:00
2cb24fabe5 add freerdp crate 2023-07-20 13:25:57 +02:00
3ea1da6f07 feat: contribution guidelines 2023-07-15 15:14:02 +00:00
c6a96dc43c Update rust-check.yml 2023-07-14 17:37:39 +02:00
01ac1ce043 Update README.md 2023-07-14 17:37:12 +02:00
0435e9f45e fmt 2023-07-14 17:31:23 +02:00
702993b94b Update rust.yml 2023-07-14 17:29:18 +02:00
4669ffad9d Update and rename rust-fmt.yml to rust-check.yml 2023-07-14 17:28:55 +02:00
449e37bf3e Update rust-fmt.yml 2023-07-14 17:23:20 +02:00
c1d0d6aea1 Update rust-fmt.yml 2023-07-14 17:22:31 +02:00
81bea9f030 Update rust-fmt.yml 2023-07-14 17:18:16 +02:00
290219f85b Update rust-fmt.yml 2023-07-14 17:17:29 +02:00
c2ee889674 Update rust-fmt.yml 2023-07-14 17:14:52 +02:00
133fccbf07 Test changes 2023-07-14 17:11:49 +02:00
7dffecba35 Update rust-fmt.yml 2023-07-14 17:08:26 +02:00
3d5f381a3a Update rust-fmt.yml 2023-07-14 17:05:24 +02:00
a805510667 Update rust-fmt.yml 2023-07-14 17:01:05 +02:00
8f385a529d Update rust-fmt.yml 2023-07-14 16:57:08 +02:00
45662cfa3e Update rust-fmt.yml 2023-07-14 16:54:24 +02:00
c01ba0d614 Rename rust-fmt to rust-fmt.yml 2023-07-14 16:53:16 +02:00
169b3c8f9f Create rust-fmt action
Automatic rust formatting
2023-07-14 16:52:54 +02:00
2ca57ba6a3 Action: add format checking 2023-07-14 16:50:07 +02:00
92fa68ab8e Merge pull request #13 from LDprg/rewrite
Cli and config parsing
2023-07-14 15:40:26 +02:00