Tomer Heber

Results 12 issues of Tomer Heber

We have recently upgraded from an old libevent 2.0.x to new 2.1.x libevent. We're using ssl bufferevent with an additional underlying ssl bufferevent (ssl -> ssl tunnel). The underlying bufferevent...

subsystem:ssl

This is a follow-up to #143. Issues were discovered when running tests with this flag. It may be a good idea to enable this flag to detect race conditions. However,...

enhancement

### SDK version ``` github.com/hashicorp/terraform-plugin-sdk/v2 v2.4.4 ``` ### Use-cases I would like to copy all the values ("set" values) from a ResourceData to an internal struct. At the moment you...

enhancement
terraform-plugin-framework

Upgrade the go libraries in go.mod. This should fix reported security issues.

Added a new dryrun mode that checks if all resources are tagged. If a resource isn't tagged, it returns 1 exit code. resolves #178

work in progress

part 1 of of #837. Adding support for kubeconfig (1 out of 4). ### Solution 1. Added a new API for creating kubernetes credential types. 2. Added some enums, constants...

ready to merge
provider
api-client
integration-tests
feature

Currently, there's a TODO section in 012_environment test. Once the org has such an environment, we may remove the TODO and implement the test.

chore
blocked

### Issue & Steps to Reproduce / Feature Request Part of #845 (In future PR need to handle the "environment" scheme/inline use case + subenvironment). ### Solution 1. Added a...

pending final review
provider
api-client
integration-tests
examples
feature

Tested on Trino 450. Iceberg Rest API is used. In spark I created the namespace: `pyspark_sample` And a child namespace: `cool` full path would be `iceberg.pyspark_sample.cool` In Trino: If I...

iceberg

### Issue & Steps to Reproduce / Feature Request resolves #686 ### Solution 1. Added the option in the schema. 2. When an environment is 'destroyed', added the 'wait' code...

pending final review
provider
api-client
integration-tests
feature