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
/
database.rs
Age
Commit message (
Expand
)
Author
2022-06-04
database: Update copyright year
make-errors-more-traceable-2
Teddy Wing
2022-06-04
database::Repo: From<&github::Repo>: Use newest update date
Teddy Wing
2021-06-24
main::update(): Change HEAD branch if default branch changed
Teddy Wing
2021-06-12
Process repositories on multiple threads
Teddy Wing
2021-06-12
Db::connect(): Fix database open call
Teddy Wing
2021-06-11
Replace 'sqlx' with 'rusqlite'
Teddy Wing
2021-06-07
Add license (GNU GPLv3+)
Teddy Wing
2021-06-06
database: Add documentation headers
Teddy Wing
2021-05-30
Only update repository description if the description changed
Teddy Wing
2021-05-30
database::repo_update(): Fix SQL `UPDATE` query
Teddy Wing
2021-05-30
database: Always try to create the database and tables
Teddy Wing
2021-05-30
database: Add repo description to `repositories` table
Teddy Wing
2021-05-30
main: Mirror new repositories
Teddy Wing
2021-05-30
main: If repo was updated, save new `updated_at` value
Teddy Wing
2021-05-30
database::repo_is_updated: Use `fetch_optional`
Teddy Wing
2021-05-30
Check if repo was updated based on `updated_at` timestamp
Teddy Wing
2021-05-30
database: Use a custom `Error` type
Teddy Wing
2021-05-30
database: Implement `From<github::Repo>` for `database::Repo`
Teddy Wing
2021-05-30
database: Change `GithubRepo` arguments to `Repo`
Teddy Wing
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