Enes Çakır

Results 66 issues of Enes Çakır

It's advisable to sign out of all active sessions for the current account after changing the email or password. Let's say the user's password has been somehow compromised and an...

waiting_on_author

When the prep script failed for a reason, the second attempt also failed, producing the following error. However, the third attempt was successful. Therefore, it's not stuck, but it requires...

bug

### Refactor vm allocation log The IPv4 allocation follows this line. Even if we print this, we may not allocate a VM on this host. It's best to print when...

We had to reboot a VM host in the `draining` state. The reboot changed its state to `accepting`. It should have reverted to the `draining` state.

bug

We already have a monitoring system in place. If the VM host is unreachable for maybe 2 minutes, we can set it to `draining` and create an incident, which helps...

enhancement

### Add migration for GithubRepository model GitHub provides an API endpoint to access installation repositories. However, not all customers use Ubicloud runners for all their repositories. While we have information...

GitHub displays `canceled` instead of `failed` for workflows that time out. We don't receive a notification for timed out workflow since `failure()` is false for them. `!success()` returns true for...

### Pass hop exception to the custom rspec matcher We use a custom rspec matcher to verify hop events. In certain tests, it's necessary to examine the details of the...

waiting_on_author

When you run `install_rhizome(install_specs: true)` on a VM host, the specs remain even if you subsequently run `install_rhizome(install_specs: false)`.

bug

Wew it's slightly brutal how many strings are in "push", and that we don't have a nice way to avoid free-handing errors in next_label or a way to check them...