Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-30 | main::update(): Update repository description on fetch update | Teddy Wing | |
If the repository was updated, write the description into the `description` file. Add a `github::Repo.description()` method to get an empty string if the description is `None`. This facilitates writing to the `description` file. | |||
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 | |
Makes more sense here rather than in its own module since it models GitHub's repository structure. | |||
2021-05-29 | Split GitHub API request into separate files | Teddy Wing | |