Compare commits

..

2 commits

Author SHA1 Message Date
5b9a8906d2 build: add start-mac-tunnel
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
2024-08-30 08:27:09 +01:00
04f94f5aab fix: create git graph log to after doing a fetch
Some checks failed
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline failed
ci/woodpecker/push/tag-created Pipeline was successful
Rust / build (push) Successful in 7m14s
2024-08-30 08:27:09 +01:00
2 changed files with 1 additions and 1 deletions

View file

@ -53,7 +53,6 @@ impl Handler<ReceiveCIStatus> for RepoActor {
},
log.as_ref(),
);
// FIXME: this blocks the thread and prevents UI from being updated
delay_send(
&addr,
sleep_duration,

View file

@ -111,6 +111,7 @@ impl Handler<ValidateRepo> for RepoActor {
.wait(ctx);
}
Err(Error::UserIntervention(user_notification)) => {
// FIXME: end up here when doing git force push to leave this situation
self.alert_tui(format!("[USER INTERVENTION: {user_notification}]"));
if let UserNotification::CICheckFailed { log, .. }
| UserNotification::DevNotBasedOnMain { log, .. } = &user_notification