fix(deps): bump hero_archipelagos + hero_osis_sdk pins #86
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_os!86
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/sdk-pin-project-status"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The pinned
hero_archipelagoscommit still had the pre-ProjectStatus-shrink SDK, so fetching a project whose stored status was written by the new osis server failed to deserialize withinvalid type: string "todo", expected variant Planning | Active | …. The UI surfaced that as "Method not found" on kanban task moves and on milestone creation.Related Issue
Closes #83
Changes
Cargo.lock— bumphero_archipelagos_*fromb9abbb4btofc90b857(current dev tip, which includes the 3-variantProjectStatus, the sprints round-2 + kanban round-2 merges, and the Projects CRUD updates)Cargo.lock— bumphero_osis_sdkto the commit that landed the enum shrinkTest Results
cargo check --workspace: passcargo test --workspace: passcargo clippy --workspace -- -D warnings: passdx build --package hero_os_app --web --features web: pass, deployed to the shared test instancecargo fmt --checkshows a pre-existing drift incrates/hero_os_app/src/{island_content.rs,registry.rs}(alphabetical order oflivekit/kanbanimports) that is already ondevelopmentand is not touched by this change.Manual verification
invalid type: string "todo"errors in the browser console on island mount