index
:
reflectub
make-errors-more-traceable
make-errors-more-traceable-2
master
Mirror a user’s GitHub repositories
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
github.rs
Age
Commit message (
Expand
)
Author
2022-06-04
Update copyright year
Teddy Wing
2022-06-04
github::Repo: Change `git_url` to `clone_url`
Teddy Wing
2021-06-23
update_mtime(): Set the mtime to the repo's `pushed_at` time
Teddy Wing
2021-06-12
Switch from 'reqwest' to 'ureq'; Remove async
Teddy Wing
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