|
adf56c1b38
|
revert: fix: explicitly specify version in each crate
This reverts commit cd93d047cb .
|
2024-07-14 16:39:17 +01:00 |
|
|
cd93d047cb
|
fix: explicitly specify version in each crate
crates.io doesn't appear to like taking the version from the workspace
crate
|
2024-07-14 14:24:41 +01:00 |
|
|
c289617ba9
|
fix: typo and missing repository entry in Cargo.toml files
|
2024-07-14 13:32:07 +01:00 |
|
|
e410cfc4f1
|
chore: add license and descriptions for each crate
|
2024-07-14 10:40:34 +01:00 |
|
|
9c20e780d0
|
feat: update auth of interal repos when changed in config
Closes kemitix/git-next#100
|
2024-07-10 09:05:36 +01:00 |
|
|
94ad2c441c
|
refactor: create a RepositoryFactory trait
|
2024-06-20 18:28:01 +01:00 |
|
|
be78597331
|
tests: make TestRepository from git crate available to other crates
|
2024-06-14 09:05:11 +01:00 |
|
|
588666ffe1
|
tests: add more tests to git crate
|
2024-06-13 19:50:19 +01:00 |
|
|
aa817a8e95
|
refactor: tests: expand test given modules
|
2024-06-07 20:03:14 +01:00 |
|
|
621e599b31
|
refactor: git: use thiserror and cleanup errors
|
2024-06-03 20:31:39 +01:00 |
|
|
46b6d8680c
|
feat: Add support for GitHub
This doesn't include GitHub Enterprise
Closes kemitix/git-next#86
|
2024-05-31 07:23:48 +01:00 |
|
|
64cbe36dac
|
refactor: move ForgeLike to git
|
2024-05-23 16:50:36 +01:00 |
|
|
ac25c9985e
|
chore: remove feature declarations
git crate doesn't have and feature dependent code
|
2024-05-21 19:58:18 +01:00 |
|
|
341dc97a51
|
refactor(git): add mock repository and tests
Repository is now behind an enum to allow selection of a mock Repsitory
for use in tests.
|
2024-05-21 19:47:01 +01:00 |
|
|
76472fa74a
|
chore: remove unused dependency tempfile
|
2024-05-18 22:23:18 +01:00 |
|
|
6c06d63c57
|
chore: remove dependency pretty_assertions
|
2024-05-18 22:21:10 +01:00 |
|
|
d6ca6ea3b2
|
chore: remove dependency test-log
|
2024-05-18 22:20:07 +01:00 |
|
|
f1a6d5089b
|
chore: remove unused dependency anyhow
|
2024-05-18 22:18:36 +01:00 |
|
|
f56ac321f4
|
chore: remove dependency on terrors
|
2024-05-18 22:16:17 +01:00 |
|
|
4d352f005d
|
refactor(server,config,git): extract modules config and git from server
|
2024-05-12 10:49:33 +01:00 |
|