Skip to content

Merge crates - #31

Merged
TheHeroBrine422 merged 9 commits into
mainfrom
caleb/merge-crates
Apr 26, 2026
Merged

Merge crates#31
TheHeroBrine422 merged 9 commits into
mainfrom
caleb/merge-crates

Conversation

@TheHeroBrine422

Copy link
Copy Markdown
Contributor

this still arguably needs a bit more work.

  • remove systemd related stuff (need to ask cappy for information to make sure I don't break things)
  • try to clean up some of the other warnings.

Signed-off-by: Caleb Jones <caleb@calebgj.io>
Comment thread odorobo/src/utils/mod.rs Fixed
Comment thread odorobo/src/utils/mod.rs Fixed
Comment thread odorobo/src/utils/mod.rs Fixed
TheHeroBrine422 and others added 3 commits April 26, 2026 14:40
Co-authored-by: Cappy Ishihara <cappy@cappuchino.xyz>
Signed-off-by: Caleb Jones <caleb@calebgj.io>
Co-authored-by: Cappy Ishihara <cappy@cappuchino.xyz>
Signed-off-by: Caleb Jones <caleb@calebgj.io>
Signed-off-by: Caleb Jones <caleb@calebgj.io>
Comment thread odorobo/src/utils/mod.rs
Ok(())
}

pub fn init_default() -> Result<()> {
Co-authored-by: Cappy Ishihara <cappy@cappuchino.xyz>
Signed-off-by: Caleb Jones <caleb@calebgj.io>
@TheHeroBrine422
TheHeroBrine422 marked this pull request as ready for review April 26, 2026 19:55
TheHeroBrine422 and others added 3 commits April 26, 2026 14:57
Co-authored-by: Cappy Ishihara <cappy@cappuchino.xyz>
Signed-off-by: Caleb Jones <caleb@calebgj.io>
Co-authored-by: Cappy Ishihara <cappy@cappuchino.xyz>
Signed-off-by: Caleb Jones <caleb@calebgj.io>
Co-authored-by: Cappy Ishihara <cappy@cappuchino.xyz>
Signed-off-by: Caleb Jones <caleb@calebgj.io>
) -> impl IntoApiResponse {
let _reply = state.ask(DeleteVM { vmid }).await;
) -> Result<impl IntoApiResponse, OdoroboError> {
let reply = state.ask(DeleteVM { vmid }).await?;
Signed-off-by: Caleb Jones <caleb@calebgj.io>
@TheHeroBrine422
TheHeroBrine422 merged commit 6ab908b into main Apr 26, 2026
12 checks passed
@halfcyan
halfcyan deleted the caleb/merge-crates branch July 10, 2026 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants