Conversation
JusterZhu
pushed a commit
that referenced
this pull request
Jan 1, 2025
Update README.md add KylinV10 and EulerOS
5 tasks
JusterZhu
added a commit
that referenced
this pull request
May 18, 2026
Create vela-core workspace with 7 crates: - vela-crypto: signing, hashing, key management - vela-flashpack: FlashPack (.fpk) bundle format - vela-attestation: device identity and session tokens - vela-lifecycle: update state machine with metrics - vela-slotmgr: A/B dual-slot partition management - vela-pulse: health pulse reporting to Hub - vela-ffi: C ABI exports for C# interop - vela-core: top-level orchestration + logging init Tech: Rust 1.85+, edition 2024, tracing, tokio, thiserror Closes #181 Co-authored-by: bowl <bowl@tslhai.com>
This was referenced May 23, 2026
JusterZhu
added a commit
that referenced
this pull request
May 24, 2026
Fixes from PR #368 (Batch 4): 1. UpdateInfoEventArgs: make VersionRespDTO nullable to avoid null ref 2. ClientUpdateStrategy: build VersionInfo list from DownloadAssets instead of passing empty list to ProcessInfo constructor 3. ClientUpdateStrategy: use injected _orchestrator if available, fall back to creating one with HttpClient 5. DefaultDownloadOrchestrator: ensure destDir exists (Directory.CreateDirectory) and dispose SemaphoreSlim (using) 6. DownloadPlanBuilder: guard against invalid currentVersion string Fixes from PR #380 (Batch 10): 8. OSSUpdateStrategy: set zip filename to match Decompress() expectations 9. OSSUpdateStrategy: throw clear exception when URL is null/empty 10. OSSUpdateStrategy: set HttpClient.Timeout to 60s to match old behavior Closes #386
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.