git-next/crates
Paul Campbell db90280641 fix: github: restarting server creates duplicate webhook for repo
The Github routine for registering a new webhook, wasn't removing any
existing matching webhooks. There is a test for this, but it doesn't
assert that the delete requests are made. (This is a limitation of
kxio).

Closes kemitix/git-next#102
2024-06-30 12:23:42 +01:00
..
actor-macros refactor: update macro signatures and add documentation support 2024-06-29 18:26:19 +01:00
cli refactor: repo-actor: rewrite tests using mockall 2024-06-27 18:58:47 +01:00
config refactor: update macro signatures and add documentation support 2024-06-29 18:26:19 +01:00
file-watcher-actor refactos: extract server-actor crate 2024-06-29 11:14:09 +01:00
forge refactor: remove unused Forge Deref implementation 2024-06-29 07:01:31 +01:00
forge-forgejo refactor: repo-actor: rewrite tests using mockall 2024-06-27 18:58:47 +01:00
forge-github fix: github: restarting server creates duplicate webhook for repo 2024-06-30 12:23:42 +01:00
git refactor: remove dead code 2024-06-29 19:24:18 +01:00
repo-actor fix: where repo config is in server should register webhook 2024-06-30 08:09:10 +01:00
server refactor: server: collapse tests to base of crate 2024-06-29 11:16:46 +01:00
server-actor refactor: update macro signatures and add documentation support 2024-06-29 18:26:19 +01:00
webhook-actor refactor: extract webhook actor 2024-06-29 08:25:16 +01:00