Timo Furrer

Results 83 issues of Timo Furrer

In one of my resources I have the following schema: ```go "some_attr": { Type: schema.TypeStr, Optional: true, Computed: true, } ``` When changing from this config: ```hcl resource "some_res" "this"...

terraform-plugin-framework

The `flux_bootstrap_git` resource should support the `commit_message_appendix` attribute - similar to the `--commit-message-appendix` flag the CLI does.

I don't feel there is a need for poetry for this project, especially because it's a library supporting many Python versions. Lets switch modern setuptools / build setup.

help wanted

The pyproject version should be taken from the Git tag / revision that is currently being built.

help wanted

The README screencast it way too small - who's supposed to be able to read that? Lets either remove it or rerecord it with a zoomed in prompt.

help wanted

The badge in the README for the build status still points to Travis CI. Lets switch it to GitHub actions instead.

help wanted

This "request" is related to https://github.com/hashicorp/terraform-plugin-mux as well, but I figured it makes more sense here, because the framework doesn't yet provide a proper solution for this - but feel...

enhancement

What is the proper way to specify some static environment variables to set when running a test for a single workspace?

We should consider [celery](https://github.com/celery/celery) for task distribution instead of `multiprocessing`. This would bring some convenience functions but is another third party library *minion-ci* would depend on.. And with celery we...

enhancement

Support copying repository instead of cloning. This has the benefit that uncommited changes are included in the test. For example: ``` git minion --with-wip git minion-wip git minion wip minion...

enhancement