Age | Commit message (Expand) | Author |
---|---|---|
2021-05-30 | database::Repo: Make `id` non-optional | Teddy Wing |
2021-05-30 | database::repo_get: Don't need my own error for empty row | Teddy Wing |
2021-05-30 | database: Add a way to get a single repo | Teddy Wing |
2021-05-29 | Create SQLite database | Teddy Wing |
2021-05-29 | Start setting up database interface | Teddy Wing |
2021-05-29 | src/git.rs: Add function documentation | 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 | Add function to update a Git repository | Teddy Wing |
2021-05-29 | git::mirror(): Extract arguments | Teddy Wing |
2021-05-29 | Work out how to mirror a Git repository | Teddy Wing |
2021-05-29 | Split GitHub API request into separate files | Teddy Wing |
2021-05-29 | Parse GitHub API response to a struct | Teddy Wing |
2021-05-29 | Move headers into HTTP client instead of request | Teddy Wing |
2021-05-29 | Make a test request to the GitHub API to get user repos | Teddy Wing |
2021-05-29 | New Rust v1.50.0 project | Teddy Wing |