git-next/crates/repo-actor/src/handlers
Paul Campbell 5f36282667
All checks were successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Rust / build (push) Successful in 1m33s
feat: recheck failed status
Should a status check for a transient reason and is re-run, this will
allow that to be detected without the need to restart the git-next
server or force a spurious rebase.

Closes kemitix/git-next#88
2024-07-12 08:05:41 +01:00
..
advance_main.rs refactor: repo-actor: rewrite tests using mockall 2024-06-27 18:58:47 +01:00
advance_next.rs refactor: repo-actor: rewrite tests using mockall 2024-06-27 18:58:47 +01:00
check_ci_status.rs fix: messages should always get delivered 2024-07-02 18:51:40 +01:00
clone_repo.rs feat: update auth of interal repos when changed in config 2024-07-10 09:05:36 +01:00
load_config_from_repo.rs refactor: repo-actor: rewrite tests using mockall 2024-06-27 18:58:47 +01:00
mod.rs tests: repo-actor: add more tests 2024-06-29 07:01:26 +01:00
receive_ci_status.rs feat: recheck failed status 2024-07-12 08:05:41 +01:00
receive_repo_config.rs fix: ReceiveRepoConfig tries to send two messages 2024-06-30 16:59:24 +01:00
register_webhook.rs refactor: repo-actor: rewrite tests using mockall 2024-06-27 18:58:47 +01:00
validate_repo.rs fix: messages should always get delivered 2024-07-02 18:51:40 +01:00
webhook_notification.rs feat: ignore github ping webhook messages 2024-06-30 15:20:00 +01:00
webhook_registered.rs fix: start validating repo after registering webhook 2024-06-30 16:54:26 +01:00