aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-05-30database: Implement `From<github::Repo>` for `database::Repo`Teddy Wing
2021-05-30database: Change `GithubRepo` arguments to `Repo`Teddy Wing
2021-05-30database::Repo: Make `id` non-optionalTeddy Wing
2021-05-30database::repo_get: Don't need my own error for empty rowTeddy Wing
2021-05-30database: Add a way to get a single repoTeddy Wing
2021-05-29Create SQLite databaseTeddy Wing
2021-05-29Start setting up database interfaceTeddy Wing
2021-05-29src/git.rs: Add function documentationTeddy Wing
2021-05-29github::fetch_repos(): Remove `unwrap`sTeddy Wing
2021-05-29Move `Repo` to `github` moduleTeddy Wing
2021-05-29Add function to update a Git repositoryTeddy Wing
2021-05-29git::mirror(): Extract argumentsTeddy Wing
2021-05-29Work out how to mirror a Git repositoryTeddy Wing
2021-05-29Split GitHub API request into separate filesTeddy Wing
2021-05-29Parse GitHub API response to a structTeddy Wing
2021-05-29Move headers into HTTP client instead of requestTeddy Wing
2021-05-29Make a test request to the GitHub API to get user reposTeddy Wing
2021-05-29New Rust v1.50.0 projectTeddy Wing