Age | Commit message (Expand) | Author |
---|---|---|
2021-06-07 | Add license (GNU GPLv3+) | Teddy Wing |
2021-06-06 | github::Repo: Remove TODO | Teddy Wing |
2021-06-06 | Provide an option to skip repos larger than a given size | Teddy Wing |
2021-05-30 | github::fetch_repos(): Request repos be sorted by updated time | Teddy Wing |
2021-05-30 | github::fetch_repos(): Extract username to function argument | Teddy Wing |
2021-05-30 | github::fetch_repos(): Add documentation | Teddy Wing |
2021-05-30 | github::fetch_repos(): Fetch all repos from all pages | Teddy Wing |
2021-05-30 | main::update(): Update repository description on fetch update | Teddy Wing |
2021-05-30 | Replace boxed errors with concrete error types | Teddy Wing |
2021-05-30 | database: Add a way to get a single repo | Teddy Wing |
2021-05-29 | github::fetch_repos(): Remove `unwrap`s | Teddy Wing |
2021-05-29 | Move `Repo` to `github` module | Teddy Wing |
2021-05-29 | Split GitHub API request into separate files | Teddy Wing |