Conversation
* ci: rename nix vm from test-vm to ci-vm * ci: introduce ci-vm with 2; 3 and 15 gpus * ci: update ci-vm.yml for the new vms
* refactor: changed nvidia_minor to be an Option, with None if the gpu isnt nvidia * feat: new cardwire list + remade daemon dbus * daemon dbus now return json instead of preset message * cardwire cli now has --full and --json * cardwire_core gpu model has an blocked option now * nvidia_minor default was changed to None instead of 99 * fix: split list device into a gpu version and a pci one * fix: removed json strin from dbus result, added a new list func for pci, changed some HashMap to BTreeMap * fix: removed json parsing from cardwire cli * fix: added a specialized dbus struct for pci/gpu, that allows to remove the Option<> from the dbus message, * fix: forgot to remove println! debug from cardwire cli * feat: Mode is now a property * fix: set cli mode to use property * fix: None option should be empty instead of Null * feat: changed Mode property to be a u32 * fix: cardwire-cli now use u32 for Mode property * ci: fix cardwire set assert * feat: changed cardwire cli default display * ci: changed "on" to "true"
* feat(ebpf): replace the static 'config' string compare with a map check, that allow to add more files from the daemon into the ebpf block * feat(ebpf): implemented file map for nvidia * fix: dereference is nvidia from rebase
* feat: started implementation of a upower battery listener for auto_switching mode * fix: replace println by info! * fix: on_battery is a property not a signal * fix: on_battery returns a bool not a string * chore: move battery listen to model * feat: add auto_battery_switch to config, and default configuration * feat: add mode switching on battery change * fix: set set_mode to zbus property * ci: rename to new error message * feat: add upower to packaging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.