aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-06-04database: Update copyright yearmake-errors-more-traceable-2Teddy Wing
2022-06-04database::Repo: From<&github::Repo>: Use newest update dateTeddy Wing
2022-06-04Update copyright yearTeddy Wing
2022-06-04github::Repo: Change `git_url` to `clone_url`Teddy Wing
2022-06-03git.rs: Add more context to errorsTeddy Wing
2022-06-02git.rs: Ideas for error structure and contextTeddy Wing
2022-06-02git.rs: Add `Error::MirrorAddRemote` variantTeddy Wing
2022-06-02git.rs: Add ideas for new error variantsTeddy Wing
2021-06-25set_agefile_time(): Don't add `agefile=info/web/last-modified` to cgitrcTeddy Wing
2021-06-25main: If the default branch is not "master", set cgitrc defbranchTeddy Wing
2021-06-25set_agefile_time: Move repo cgitrc file append to a functionTeddy Wing
2021-06-24main::update(): Change HEAD branch if default branch changedTeddy Wing
2021-06-24git::mirror(): Change HEAD to GitHub default branchTeddy Wing
2021-06-24main: Re-enable GitHub repository fetchingTeddy Wing
2021-06-23update_mtime(): Set the mtime to the repo's `pushed_at` timeTeddy Wing
2021-06-23update_mtime(): Extract agefile handling to a separate functionTeddy Wing
2021-06-23update_mtime(): Remove `.or_else()` ideaTeddy Wing
2021-06-23update_mtime(): Write update time to CGit agefile as last recourseTeddy Wing
2021-06-23update_mtime(): Idea for `.or_else()` chainingTeddy Wing
2021-06-23main: Use test repositories instead of getting repos from GitHubTeddy Wing
2021-06-23git::mirror(): Fix setting repository description on LinuxTeddy Wing
2021-06-15run(): Only clone repo name if we need it for error contextTeddy Wing
2021-06-13run(): Remove debug print of the current threadTeddy Wing
2021-06-13run(): Remove limit to two repositories used for testingTeddy Wing
2021-06-13main: Add context to GitHub fetch errorTeddy Wing
2021-06-13run(): Don't clone `base_cgitrc` into each threadTeddy Wing
2021-06-13MultiError: Remove impl `Iterator` testsTeddy Wing
2021-06-13main(): Print "error: " in front of each error lineTeddy Wing
2021-06-13main: Remove unused `std::sync` importsTeddy Wing
2021-06-13MultiError: Add struct documentationTeddy Wing
2021-06-13Move `MultiError` to its own fileTeddy Wing
2021-06-13MultiError: Remove old `errors` fieldTeddy Wing
2021-06-13run(): Prefix repository errors with the name of the repositoryTeddy Wing
2021-06-13run(): Add a note to include the repo name in repo errorsTeddy Wing
2021-06-13run(): Adjust whitespaceTeddy Wing
2021-06-13run(): Return multiple errorsTeddy Wing
2021-06-13main: Remove unused `r2d2_sqlite::SqliteConnectionManager` importTeddy Wing
2021-06-12main: Remove commented multithreading test codeTeddy Wing
2021-06-12Process repositories on multiple threadsTeddy Wing
2021-06-12Switch from 'reqwest' to 'ureq'; Remove asyncTeddy Wing
2021-06-12Db::connect(): Fix database open callTeddy Wing
2021-06-12run(): Add context to database errorsTeddy Wing
2021-06-12main: try! error from `process_repo`Teddy Wing
2021-06-12main: Remove async database callsTeddy Wing
2021-06-11Replace 'sqlx' with 'rusqlite'Teddy Wing
2021-06-11Try moving things around for multi-threadingTeddy Wing
2021-06-07Add license (GNU GPLv3+)Teddy Wing
2021-06-07Delete src/repo.rsTeddy Wing
2021-06-07main: Limit to 5 repos for thread debuggingTeddy Wing
2021-06-07main: Not multi-threadedTeddy Wing