Timur Zununbekov

Results 13 issues of Timur Zununbekov

Sink resolver updated behavior introduced in knative/pkg#2322 requires `v1.Service` Informer injection to retrieve destination port details. `v1.Service` informers manually injected and prepopulated with objects if they are required in the...

size/L
cla: yes
needs-rebase

Most of our targets have [EventOptions](https://github.com/triggermesh/triggermesh/blob/v1.11.0/pkg/apis/targets/v1alpha1/common_types.go#L62-L72) and [DiscardCEContext](https://github.com/triggermesh/triggermesh/blob/v1.11.0/pkg/apis/targets/v1alpha1/aws_sns_types.go#L66) params in their spec. We could move `DiscardCEContext` into the `EventOptions` and create TriggerMesh Target duck type that contains this parameter and...

enhancement

Mostly a batch update of `BuildAdapter` methods to export `makeAppEnv` function that extracts environment variables from TriggerMesh objects - I think this is the least intrusive way to enable re-use...

Currently, TriggerMesh has a webhook component up and running but it does [almost](https://github.com/triggermesh/triggermesh/blob/v1.17.0/cmd/triggermesh-webhook/main.go#L38-L42) nothing. We need to start implementing [validation](https://github.com/triggermesh/triggermesh/blob/main/pkg/apis/flow/v1alpha1/transformation_validation.go) and [defaulting](https://github.com/triggermesh/triggermesh/blob/main/pkg/apis/flow/v1alpha1/transformation_defaults.go) admission webhook methods even just as placeholders as...

enhancement
good first issue

In order to make Function CRD work in an environment where the default HTTP port is prohibited, we need to set a custom port for the internal AWS Lambda runtime...

As a part of event routing improvement we need to: 1. Make all event producers employ `ceOverrides` mechanism, 2. Honor custom CE attributes, 3. Add system `triggermesh-source` CE attribute which...

enhancement
p1
size: XL

Since `Package` file in apt repository is common for all users and there is no standard way to specify sharing scope for deb packages, we should close gorjun's apt repo...

When Subutai CLI feature to support template description and icon will be implemented, gorjun should be able to parse this metadata to provide it to the subutai management and Hub...

enhancement

A few of TriggerMesh components have their application (init) logic running as a part of the controller reconciliation cycles. We should move application-specific code to the adapters leaving the controllers...

p0
size: XL

The latest @dependabot update of Azure EventHubs module revealed the issue with Azure IoTHubSource - one of third-party dependency that we use in the source is outdated and hence incompatible...

dependencies
p2