Mehmet Enes

Results 9 issues of Mehmet Enes

--- **What's this PR do?** Fixed image scaling problem when resizing screen and buttons' position is aligned with texts at all possible window sizes. **Screenshots?** ![ezgif-2-79b66698f3](https://user-images.githubusercontent.com/94247411/229122198-72b612a6-5b1b-46ac-8e3c-4b63743f6ebe.gif) **You have tested this...

Type: Enhancement
good first issue
size: M

--- **What's this PR do?** Fixes #1187. App was not closing at fullscreen mode at macOS. Changed the behavior for windows to leave fullscreen and then hide itself for macOS...

size: S

### Description of your changes This PR enables 'beta validate' command to calculate all dependencies of the provided configurations and therefore the full graph of dependencies is downloaded/cached. Previously we...

### Description of your changes This PR implements a validation logic that use [pruning](k8s.io/apiextensions-apiserver/pkg/apiserver/schema/pruning) to get the unknown fields of a resource. With the help of this new validation step...

### Description of your changes This PR adds functionality of downloading provider and function dependencies in addition to current functionality of downloading configurations' dependencies. This PR includes adding support for...

### What problem are you facing? Currently when we run `beta render` on a composition we do not validate the pipeline’s input fields against the schema of the provided function....

enhancement
user experience
crossplane-cli

### What problem are you facing? `matchLabels` provides a useful interface for [composition selection](https://docs.crossplane.io/latest/concepts/composite-resources/#composition-selection) using the `compositionSelector` of XRs. Currently at `beta render` when we render resources we don’t check...

enhancement
user experience
crossplane-cli

### What problem are you facing? Currently we have some validation mechanisms that perform logical validation of a Composition: https://github.com/crossplane/crossplane/blob/52d3a7e730b70287863bf4092791f2bc742a35a9/cmd/crank/beta/render/cmd.go#L135 These validations do not check if the composition has an...

enhancement
user experience
crossplane-cli

### What problem are you facing? Currently at `crossplane beta render` has validation mechanisms that perform logical validation of a Composition: https://github.com/crossplane/crossplane/blob/52d3a7e730b70287863bf4092791f2bc742a35a9/cmd/crank/beta/render/cmd.go#L135 https://github.com/crossplane/crossplane/blob/52d3a7e730b70287863bf4092791f2bc742a35a9/apis/apiextensions/v1/composition_validation.go#L27-L28 These validations only validate the compositions itself...

enhancement
user experience
crossplane-cli