Add `list_commits` tauri command
Returns all commits for a specific repo.
Takes a parent argument as starting point for the git history.
Uses the head field of the project payload if not provided.
Instead of since and until timestamps uses cursor and take params to paginate the commit history.
PS: Remove migrate argument since not used anymore
Returns all commits for a specific repo.
Takes a parent argument as starting point for the git history.
Uses the head field of the project payload if not provided.
Instead of since and until timestamps uses cursor and take params to paginate the commit history.
PS: Remove migrate argument since not used anymore
- Run checks for all rust crates
- Let
ts_rsrun formatting types instead of prettier
Add cob migration to profile mock
Fix radicle crate at 0.14.0
Also update heartwood-release to a pre-release to get the tests to
pass