Compare commits
2 commits
8decf941c8
...
5b9a8906d2
Author | SHA1 | Date | |
---|---|---|---|
5b9a8906d2 | |||
04f94f5aab |
2 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue