aboutsummaryrefslogtreecommitdiffstats
path: root/src/github.rs
AgeCommit message (Expand)Author
2022-06-04Update copyright yearTeddy Wing
2022-06-04github::Repo: Change `git_url` to `clone_url`Teddy Wing
2021-06-23update_mtime(): Set the mtime to the repo's `pushed_at` timeTeddy Wing
2021-06-12Switch from 'reqwest' to 'ureq'; Remove asyncTeddy Wing
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