aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2021-05-30database: Always try to create the database and tablesTeddy Wing
2021-05-30main::update(): Add TODOTeddy Wing
2021-05-30main::update(): Update repository description on fetch updateTeddy Wing
2021-05-30main: Remove unused repo variable `r`Teddy Wing
2021-05-30main: Fetch from repositories that exist and have been updatedTeddy Wing
2021-05-30Clone forks to a `/fork/` pathTeddy Wing
2021-05-30Replace boxed errors with concrete error typesTeddy Wing
2021-05-30main::mirror: Take a `github::Repo` instead of repo attribute argumentsTeddy Wing
2021-05-30Add repository description when mirroringTeddy Wing
2021-05-30main: Mirror new repositoriesTeddy Wing
2021-05-30main: Add notes for CGit mirroring stepsTeddy Wing
2021-05-30main: Add TODO for mirroring Git repositoryTeddy Wing
2021-05-30main: If repo was updated, save new `updated_at` valueTeddy Wing
2021-05-30Check if repo was updated based on `updated_at` timestampTeddy Wing
2021-05-30main: If repo is not in database, insert itTeddy Wing
2021-05-30main: Add test `Repo` dataTeddy 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-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