Zheng Xi Zhou

Results 66 issues of Zheng Xi Zhou

Support marshaling and unmarshaling Dashboard json which contains gauge typed panel

Support marshaling and unmarshaling Dashboard json which contains table-old typed panel

Added another panel type - Loki logs

Reported by @anoop2811. ``` make install /Users/agopalakrishnan/go/bin/controller-gen "crd:trivialVersions=true" webhook paths="./..." output:crd:artifacts:config=chart/crds kubectl apply -f chart/crds Warning: apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition Warning: resource...

good first issue

Currently for terraform it supports only github and gitee without auth. We need to support using the terraform modules in private git repositories instead

``` I0304 06:46:10.787607 1 configuration_controller.go:203] "performing Terraform Apply (cloud resource create/update)" Namespace="serverless-devs-default" Name="fc-test-202203041410-1455541096406548-environment" │ I0304 06:46:10.787640 1 configuration_controller.go:263] "terraform apply job" Namespace="serverless-devs-default" Name="fc-test-202203041410-1455541096406548-environment-apply" │ E0304 06:46:10.817911 1 configuration_controller.go:277] "Hit an...

To some extent, Terraform state is the most essential component for cloud resources provisioned by Terraform Controller. We need to - Support custom Terraform backend https://github.com/oam-dev/terraform-controller/issues/111 - Backup and restore...

If a provider is referenced by an existing Configuration, it could not be deleted.

good first issue

From @anoop2811 : Is there a way to create a comoponent that refers to a terraform module but use a tagged version and not the master/main HEAD?

good first issue

Normally a user created a cloud resource with ak/sk/stsToken, the token won't be updated until update or deletion next time. So during the period, the `Provider not ready` keeps logging...

good first issue