fix(forgejo): use web compare diff route #73
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review!73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-71-incremental-compare-diff"
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
.diffroute instead of appending.diffto the API compare endpoint.Verification
nix develop -c cargo nextest run -p ar-forgejo get_compare_diffnix develop -c cargo nextest run -p ar-orchestrator compare_diffnix develop -c cargo fmt --all -- --checknix develop -c cargo nextest run -p ar-forgejonix develop -c cargo nextest run -p ar-orchestratornix develop -c cargo clippy --workspace --all-targets -- -D warningsCloses #71.
This PR updates the Forgejo client to use the web compare
.diffroute for fetching diffs, addressing issue #71. The changes appear safe to merge, with improved error handling and additional test coverage for URL construction and fallback behavior.Walkthrough
.diffroute. Updated tests to reflect this change.