Ben Oukhanov

Results 23 issues of Ben Oukhanov

### Which project(s) are related to the feature request? game-service ### Description Consider upgrade game server to .NET 8.0. ### Proposed Solution N/A ### Alternatives Considered N/A

enhancement

### Description Create a new diagram without services: - auth-service - character-service - chat-service - gameprovider-service Since they were removed and are no longer required.

documentation

### Which project(s) are related to the feature request? game-service, frontend, maple-fighters ### Description HTTPS is not supported in Maple Fighters projects. Browser based on Chromium (e.g. Chrome, Brave, and...

enhancement

CI is running `promote` stage in dry run, it means dry run is enabled and the actual code that is pushing the image to remote container registry is not executed....

kind/enhancement
lifecycle/rotten

Image manifests that are produced by Medius are based on Docker schemas, so image index should also be based on Docker schemas. OCI could be used instead.

kind/bug
lifecycle/rotten

Enable building of ssp-operator and template-validator on arm64 machine. It's essential when developing the operator.

lifecycle/rotten

### What this PR does Removes RetryWithMetadataIfModified function from utils. It was replaced by: 1. Setting annotations on VM creation and not after it (first commit) 2. Patching the VM...

size/M
release-note-none
do-not-merge/hold
lgtm
approved
dco-signoff: yes
sig/code-quality

### What this PR does Currently, our tests create a VM and then use "tests.RetryWithMetadataIfModified()" to update the VM with annotations. This process involves creating the VM object in a...

size/M
release-note-none
needs-rebase
lgtm
dco-signoff: yes
sig/code-quality

### What this PR does The golden image workflow in the UI needs a DataSource with a default-preference label, so extend the image-upload virtctl command to optionally create this DataSource...

size/L
area/virtctl
release-note
do-not-merge/work-in-progress
dco-signoff: yes

Currently the container registry credentials are checked at the push stage which is at the end of the process, and instead it should validate them at the beginning of the...

kind/enhancement