aboutsummaryrefslogtreecommitdiffstats
path: root/src/github.rs
AgeCommit message (Expand)Author
2021-06-07Add license (GNU GPLv3+)Teddy Wing
2021-06-06github::Repo: Remove TODOTeddy Wing
2021-06-06Provide an option to skip repos larger than a given sizeTeddy Wing
2021-05-30github::fetch_repos(): Request repos be sorted by updated timeTeddy Wing
2021-05-30github::fetch_repos(): Extract username to function argumentTeddy Wing
2021-05-30github::fetch_repos(): Add documentationTeddy Wing
2021-05-30github::fetch_repos(): Fetch all repos from all pagesTeddy Wing
2021-05-30main::update(): Update repository description on fetch updateTeddy Wing
2021-05-30Replace boxed errors with concrete error typesTeddy Wing
2021-05-30database: Add a way to get a single repoTeddy Wing
2021-05-29github::fetch_repos(): Remove `unwrap`sTeddy Wing
2021-05-29Move `Repo` to `github` moduleTeddy Wing
2021-05-29Split GitHub API request into separate filesTeddy Wing