Peter Turi

Results 10 issues of Peter Turi

**Describe the bug** When deleting a cluster it seems like that there is a race-condition between ongoing k8s operations and the deletion of k8s resources. This results is that the...

kind/bug
component/istio

- [x] Do only one thing - [x] Non breaking API changes - [ ] Tested ### What did this pull request do? Starting from v1.25.1 GORM seems to not...

## GORM Playground Link https://github.com/go-gorm/playground/pull/686 ## Description Starting with gorm v1.25.1 (v1.25.0 was not affected), if I use ScanRows on a struct that is not initialized to its default value...

type:with reproduction steps

This is required if the current cluster uses tolerations for selecting certain node pools. This change also includes the braking change to rename the .Values.helperImage to .values.helper.image, as I didn't...

| Q | A | --------------- | --- | Bug fix? | yes | New feature? | no | API breaks? | no | Deprecations? | no | License |...

The example creates a database then a table with two columns: ID and Value. I add rows, ID is sequential, value is either ID or NULL: - ID: 1, Value:...

## Overview Fixes: - https://github.com/openmeterio/openmeter/pull/904#discussion_r1601411573 - OM-531 - CreateLedgerGrantRequest must not have id as a mandatory field ## Notes for reviewer ## Checklist - [ ] My code follows the...

area/api
release-note/bug-fix

## Overview Rewrite existing implementation to work better with our http_framework, allowing better reuse of the handlers. ## Notes for reviewer ## Checklist - [ ] My code follows the...

area/api
kind/refactor

## Overview We don't want to mandate a ulid library in our client, so we are replacing the ulid type with ID specific types. Fixes OM-566 ## Notes for reviewer...

area/api
kind/refactor

Right now if a schema contains `x-go-type`, for example: ``` components: schemas: Pet: x-go-type: pet.Pet x-go-type-import: path: github.com/somepetproject/pkg/pet type: object required: - pet_type properties: pet_type: type: string discriminator: propertyName: pet_type...