Eliran Bivas

Results 13 comments of Eliran Bivas

Unfortunately, we can't put a lot of effort and we relay mostly on user PRs. If you wish to support it - please issue a pull request to address it.

Can you create a PR for that?

Actually, it's a matter of compatibility. Enums have both `name` and `order` - You can easily break the compatibility by rearranging the _order_ of the enums in your message, while...

If we're already on the subject, we should also support inline var input.

These var files must be relative to the workspace and can be either pre exist in the cloned repository or mapped using the fileMapping option

@tomhuang12 that proposal is to simplify the API. The user doesn't know that real path inside the runner. So by asking for a relative path, they don't need to assume...

Wouldn't sending out an event to the NotificationController do the trick? Once a Notification Provider is configured it should update the status. My addition to this is the ability to...

Note that no all providers require specific configuration, so we only need to generate the files based on user configuration (either in `Terraform` or extended API). The flow might be:...

@Nalum running make targets in a container might break CI/CD flows to require Docker service in build servers (and even a bigger issue when the CI runners run as container...

@tomhuang12 this issue is for plan storage (binary and JSON format) not Terraform state (which covered by custom backend as you mentioned). Current plan storage is Kubernetes Secret and it's...