repo_by_id: For getting the RepoInfo of a single repo
Requires { rid: <RID> } as an argument to the invoke call
list_patches: For getting a list of patches
Requires { rid: <RID>, status: "open" | "draft" | .. } as an argument to the invoke call
list_issues: For getting a list of issues
Requires { rid: <RID>, status: "open" | "closed" | .. } as an argument to the invoke call
repo_by_id: For getting the RepoInfo of a single repo
Requires { rid: <RID> } as an argument to the invoke call
list_patches: For getting a list of patches
Requires { rid: <RID>, status: "open" | "draft" | .. } as an argument to the invoke call
list_issues: For getting a list of issues
Requires { rid: <RID>, status: "open" | "closed" | .. } as an argument to the invoke call
Clean up some derives
Remove some more Clone derives
Rebase.