git-next-repo-actor

Crates.iogit-next-repo-actor
lib.rsgit-next-repo-actor
version
sourcesrc
created_at2024-07-14 15:52:48.287232
updated_at2024-07-14 15:52:48.287232
descriptionRepository support for git-next, the trunk-based development manager
homepage
repositoryhttps://git.kemitix.net/kemitix/git-next
max_upload_size
id1303099
size0
Paul Campbell (kemitix)

documentation

README

stateDiagram-v2
[*] --> CloneRepo :on start

CloneRepo --> LoadConfigFromRepo :on repo config
CloneRepo --> RegisterWebhook :on server config

LoadConfigFromRepo --> ReceiveRepoConfig

ValidateRepo --> CheckCIStatus :on next ahead of main
ValidateRepo --> AdvanceNext :on dev ahead of next
ValidateRepo --> [*] :on dev == next == main
ValidateRepo --> [*] :on non-retryable error
ValidateRepo --> ValidateRepo :on retryable error

CheckCIStatus --> ReceiveCIStatus

ReceiveCIStatus --> AdvanceMain :on Pass
ReceiveCIStatus --> ValidateRepo :on Pending
ReceiveCIStatus --> [*] :on Fail

AdvanceNext --> ValidateRepo

ReceiveRepoConfig --> RegisterWebhook

RegisterWebhook --> WebhookRegistered

WebhookRegistered --> ValidateRepo

AdvanceMain --> LoadConfigFromRepo :on repo config
AdvanceMain --> ValidateRepo :on server config

[*] --> WebhookNotification :on push

WebhookNotification --> ValidateRepo
Commit count: 0

cargo fmt