Marco Crivellaro

Results 6 issues of Marco Crivellaro

The current behaviour of the plugin is to provide a summary of the opened issues filtering by component (`jira/component`) and project (`jira/project-key`) as well as displaying the activity stream for...

plugin/Jira

We are currently retrieving Components and Resources from Backstage using `backstage_entities` datasource. ``` data "backstage_entities" "services" { filters = [ "kind=component,spec.lifecycle=production", "kind=resource,spec.lifecycle=production", ] } ``` We would need to have...

Hi! Thanks for creating this set of plugins! I am looking at using slack-catalog, it works great however it doesn't seem to have a TTL on the cache, I think...

Hello, we are having some issues writing policies for resource that may contain repeated blocks. It looks like the behaviour of conftest is to produce an object when there's a...

bug

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: 1.12.2 Kubernetes provider version: v2.37.1 Kubernetes version: v1.32.4-gke.1353003 ``` ### Affected Resource(s) - kubernetes_manifest ### Terraform Configuration Files ####...

bug

Backstage v1.41.0 has introduced a breaking change to how relations are populated by default. When using default (catalog.disableRelationsCompatibility enabled) the attributes of [entities.relations.target](https://registry.terraform.io/providers/datolabs-io/backstage/latest/docs/data-sources/entities#nested-schema-for-entitiesrelationstarget) returned by the datasource are all populated...