Commit graph

159 commits

Author SHA1 Message Date
Johannes Leupolz
b9b4d1a07b
Merge pull request #13 from joleuger/dependabot/cargo/time-0.3.47
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (rust) (push) Has been cancelled
Rust / build (push) Has been cancelled
Bump time from 0.3.44 to 0.3.47
2026-05-09 13:55:55 +02:00
Johannes Leupolz
a563c442f8 Limit permissions for github workflow 2026-05-09 11:53:55 +00:00
Johannes Leupolz
ef060ce9d6 Improved usage guide for nixos 2026-05-09 08:04:06 +00:00
Johannes Leupolz
2c8d0f9af1 Improved README.md for testing NixOS using incus 2026-05-09 06:44:44 +00:00
Johannes Leupolz
87694e1a96 Test description for NixOS
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (rust) (push) Waiting to run
Rust / build (push) Waiting to run
2026-05-08 10:27:43 +00:00
Johannes Leupolz
341ba07523 Remark on NixOS
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (rust) (push) Has been cancelled
Rust / build (push) Has been cancelled
2026-05-06 20:23:56 +00:00
Johannes Leupolz
aea990946d Notify all pending waiters on close 2026-04-17 13:15:31 +00:00
Johannes Leupolz
152ffd9711 Enter user namespace in the incus case 2026-04-16 20:29:48 +00:00
Johannes Leupolz
6eb5a2985a Fix 100% CPU bug 2026-04-16 19:35:01 +00:00
Johannes Leupolz
e6c38be172 Make udev_event (aka netlink message) container engine aware 2026-04-16 08:38:04 +00:00
Johannes Leupolz
218fbdbcbf incus: add device removal 2026-04-16 07:41:54 +00:00
Johannes Leupolz
919b420e43 Remove tracing code for a mutex in read 2026-04-15 22:36:39 +00:00
Johannes Leupolz
9e55cd84ab Fix for poll and read. 2026-04-15 22:20:39 +00:00
Johannes Leupolz
080a72906d Fix for incus 2026-04-15 22:19:51 +00:00
Johannes Leupolz
8c40fdc120 Add banner for deepwiki 2026-04-15 22:19:13 +00:00
dependabot[bot]
5e79b0d1cb
Bump time from 0.3.44 to 0.3.47
Bumps [time](https://github.com/time-rs/time) from 0.3.44 to 0.3.47.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.3.44...v0.3.47)

---
updated-dependencies:
- dependency-name: time
  dependency-version: 0.3.47
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-15 18:54:14 +00:00
Johannes Leupolz
ab72e0bfc8 Add cargo.lock 2026-04-14 20:55:15 +00:00
Johannes Leupolz
53eb3c7101 Use --target-container when using incus 2026-04-14 20:46:17 +00:00
Johannes Leupolz
c5693d534f Work on injection for container engine "incus" 2026-04-14 20:21:21 +00:00
Johannes Leupolz
86c4e1c712 Add --container-runtime. Currently the behavior should be the same, but in the future, there should be individual behavior for for example incus or helpful infos during the startup. Also add --container-name and --strategy-file, which are currently unused 2026-04-14 19:35:25 +00:00
Johannes Leupolz
1cbd0540ab Comment out read and poll for now, because it blocks the sunshine shutdown for some reason 2026-04-14 19:29:13 +00:00
Johannes Leupolz
b75806cc09 - Add parameter device_owner that can be used when uids are mapped inside the container to ensure that the folders get created with the uid 0 of the container
- internal refactorings
- target-namespace is now target-pid (which a shorter syntax)
2026-04-09 21:06:13 +00:00
Johannes Leupolz
8e0a00e817 Tryfix for #7. Untested 2026-04-06 22:25:05 +00:00
Johannes Leupolz
0ce2034407 Removed ipc-support from test automation, because I don't need it yet and it is buggy. 2026-04-06 22:06:43 +00:00
Johannes Leupolz
65802bfa63 Test for absolute mouse device added 2026-04-06 21:22:15 +00:00
Johannes Leupolz
0fda223d4e Fixes for rumble test scenario 2026-04-03 23:03:58 +00:00
Johannes Leupolz
96719c0a9c Fixes for polling and ff example. Not working, yet. 2026-04-03 22:34:24 +00:00
Johannes Leupolz
5cffaec3da poll: First alpha implementation 2026-04-03 20:37:40 +00:00
Johannes Leupolz
8d4a0c9413 Started to implement poll 2026-04-02 22:18:41 +00:00
Johannes Leupolz
6f60635ff2 Implement vuinput_read for vibration support. poll missing 2026-04-01 09:57:09 +00:00
Johannes Leupolz
33b0a016c3 Add integration test for vibration/force feedback functionality 2026-03-31 21:40:27 +00:00
Johannes Leupolz
21bcff7fa3 Add simple force feedback test scenario in test-scenarios 2026-03-31 21:21:26 +00:00
Johannes Leupolz
e4eb1d77da Refactored test-scenarios.rs. Added stub for force feedback test. 2026-03-29 22:26:12 +00:00
Johannes Leupolz
7182cac6fc Fix build: Add missing constant 2026-03-27 09:59:18 +00:00
Johannes Leupolz
88737be70b Manual fix of ai hallucinations of event codes 2026-03-27 08:18:24 +00:00
Johannes Leupolz
643c506a23 cargo fmt 2026-03-26 21:25:00 +00:00
Johannes Leupolz
9070c4e836 First draft of the test tool test-scenarios that should make it easier to test new scenarios in case we have an issue. 2026-03-26 21:20:04 +00:00
Johannes Leupolz
b5889e6189
Merge pull request #8 from griffi-gh/patch-1
fix build failure with nixos libfuse3 headers
2026-03-24 00:47:10 +01:00
Lunyaaa~
134b41fa98
fix build failure with nixos libfuse3 headers
it pulls in reference to libfuse_version which is currently blacklisted
2026-03-23 15:05:41 +01:00
Johannes Leupolz
4c4fefb0c6 distro tests: download ubuntu image 2026-02-03 20:52:22 +00:00
Johannes Leupolz
8ada4a8624 Prepare cloud-init iso file to be able to initialize VMs with various distributions for automated tests 2026-02-03 20:39:11 +00:00
Johannes Leupolz
8d1627ee42 Move fallbackdm into own repository. 2026-01-28 20:52:33 +00:00
Johannes Leupolz
e5bb81f86e Add DESIGN.md document for fallbackdm. Still no implementation committed. 2026-01-26 23:07:12 +00:00
Johannes Leupolz
62b5de7bf4 A
fallbackdm: Add research on how TakeControl works to grab the keyboard
input
2026-01-26 23:07:12 +00:00
Johannes Leupolz
4d87dfea44
Add CodeQL analysis workflow configuration 2026-01-26 20:23:45 +01:00
Johannes Leupolz
6e23a02e3f Wrote integration test to test --placement on-host to fix #1. Looks good so far. 2026-01-20 22:52:09 +00:00
Johannes Leupolz
fd55bffddb Implementation of the remove-device-step for --placement on-host. Not tested, yet 2026-01-20 21:34:39 +00:00
Johannes Leupolz
350a80644a Refactor: move stuff that actually does something into input_realizer. Action is now the entry point for cli-actions. Maybe I should rename it in the future, too. 2026-01-20 11:59:07 +00:00
Johannes Leupolz
6bde733b09 Start implementation of --placement on-host. Not complete and no automated tests, yet. #1 2026-01-19 22:55:37 +00:00
Johannes Leupolz
b4c6c32431 Document --placement, --devname, and --device-policy in USAGE.md 2026-01-19 19:59:24 +00:00