Julien Duchesne

Results 42 issues of Julien Duchesne

A user can now pass `&event=cron|push|pull_request|...` The WHERE condition is built like `('' = :build_event OR build_event = :build_event)` to allow the same query to be used when an event...

Fixes: https://github.com/hashicorp/hcl/issues/348 Currently, the name label would be ignored but all other fields work fine WIth this PR, labels from the `remain` fields are now considered and filled in The...

### Go code ```go type WithTwoAttributesAndLabel struct { Name string `hcl:"name,label"` A string `hcl:"a,optional"` B string `hcl:"b,optional"` } type blockWithEmbeddedStruct struct { WithTwoAttributesAndLabel `hcl:",remain"` } type withNestedEmbeddedBlock struct { Nested...

Hi, when refreshing a page or loading a new one with the dark theme, I get a white "flash" everytime. Seems like the page goes white while the dark theme...

Discussed here: https://cloud-native.slack.com/archives/CLAJ40HV3/p1653481382666929 but opening this for further discussion The `prune` setting of Kustomizations has a two-fold behavior. It will delete resources which are removed from source, as is expected...

Version: 0.23.4 and 0.24.0 We deleted an `Alert` resource (renamed it) and instead of being marked as "Deleted", it is being marked as not Ready. This has happened across two...

This is a long standing issue, since we started using the provider for multiple things (SM, Grafana, Cloud, Oncall) You can now configure your provider in a way that is...

As mentioned here: https://github.com/grafana/terraform-provider-grafana/pull/410#issuecomment-1059223204, the list of Grafana versions maintained here: https://github.com/grafana/terraform-provider-grafana/blob/master/.drone/drone.jsonnet#L1 could be automatically generated so we don't have to look at Grafana release notes to find new releases

enhancement

We started using the enterprise build tags for acceptance test files that need to run against an instance of Grafana Enterprise. These tests should be run in CI

enhancement

Report symbols to clients of the language server This allows features like the VSCode outline In the following screenshots, see the tab in the lower left ![image](https://user-images.githubusercontent.com/29210090/187988334-08ae1d3d-c1ca-40fe-9430-6dda2f772375.png) ![image](https://user-images.githubusercontent.com/29210090/187988407-ed7eebfd-18f2-48cb-93c9-ddbaa012097f.png)