Paul Campbell kemitix · he/him
  • Joined on 2023-01-21
kemitix commented on issue kemitix/git-next#57 2024-04-21 16:25:05 +01:00
Standardise error handling

Define Result and Error withing tests module:

#[cfg(test)]
mod tests {
  type Error = Box<dyn std::error::Error>;
  type Result<T> = core::result::Result<T, Error>;

  #[test]
 
kemitix opened issue kemitix/git-next#57 2024-04-21 16:04:57 +01:00
Standardise error handling
kemitix pushed to main at kemitix/paperoni 2024-04-20 20:18:59 +01:00
0e1fb97c7f fix(deps): update rust crate thiserror to 1.0.59 (#39)
kemitix deleted branch renovate/thiserror-1.x from kemitix/paperoni 2024-04-20 20:18:59 +01:00
kemitix merged pull request kemitix/paperoni#39 2024-04-20 20:18:58 +01:00
fix(deps): update rust crate thiserror to 1.0.59
kemitix pushed to main at kemitix/paperoni 2024-04-20 19:13:24 +01:00
f5a4bd18ed fix(deps): update rust crate chrono to 0.4.38 (#38)
kemitix deleted branch renovate/chrono-0.x from kemitix/paperoni 2024-04-20 19:13:24 +01:00
kemitix merged pull request kemitix/paperoni#38 2024-04-20 19:13:22 +01:00
fix(deps): update rust crate chrono to 0.4.38
kemitix pushed to main at kemitix/git-next 2024-04-19 19:37:19 +01:00
91870055b0 feat(gitforge): Add ability to clone a repo
kemitix closed issue kemitix/git-next#56 2024-04-19 19:37:19 +01:00
Add ability to clone a repo
kemitix pushed to next at kemitix/git-next 2024-04-19 19:36:02 +01:00
91870055b0 feat(gitforge): Add ability to clone a repo
kemitix pushed to dev at kemitix/git-next 2024-04-19 19:35:57 +01:00
91870055b0 feat(gitforge): Add ability to clone a repo
kemitix opened issue kemitix/git-next#56 2024-04-19 18:52:52 +01:00
Add ability to clone a repo
kemitix pushed to main at kemitix/git-next 2024-04-19 18:51:39 +01:00
16dc823f58 feat(config): User must specify a directory to store data
kemitix closed issue kemitix/git-next#55 2024-04-19 18:51:39 +01:00
User must specify a directory to store data
kemitix pushed to next at kemitix/git-next 2024-04-19 18:50:12 +01:00
16dc823f58 feat(config): User must specify a directory to store data
kemitix pushed to dev at kemitix/git-next 2024-04-19 18:50:06 +01:00
16dc823f58 feat(config): User must specify a directory to store data
kemitix opened issue kemitix/git-next#55 2024-04-19 18:43:35 +01:00
User must specify a directory to store data
kemitix opened issue kemitix/git-next#54 2024-04-19 18:42:22 +01:00
When user doesn't supply a gitdir, clone a shallow repo
kemitix closed issue kemitix/git-next#53 2024-04-19 18:40:03 +01:00
User can specify git directory to use for a repo