Jeroen Op 't Eynde
Jeroen Op 't Eynde
I see the same issue on 8.6: ``` sentry==8.6.0 sentry-statsd==0.0.2 statsd==3.1 ```
Seems this was fixed here, but didn't manage to get into the Pypi release: https://github.com/dreadatour/sentry-statsd/commit/e0cce2bf2740b3a7b4a446c7b4a298ceb7097223
Interesting, I haven't come across `patternProperties` yet. I'll have a look at that soon. In mean time you should be able to generate from the subschema directly: ``` fromSchema( 'service',...
I experimented a bit with automatically expanding `patternProperties` but its hard to provide a clean way for the individual patterns. I tried the proposed alternative (found a bug with it),...
That's is acceptable, I've also done schema modifications in [drone-libsonnet ](https://github.com/Duologic/drone-libsonnet/blob/master/schema.libsonnet) to get a more useful end result. It's very schema specific and hard to generalize these things I'm CRDsonnet....
> I ended up doing as you proposed, but since the service definition referenced other definitions I had to add back the root definitions This is something I could cater...
I'm closing this as the library has evolved a lot since this issue was raised.
``` # diffstat for docs/ docs/API/index.md | 2 +- docs/API/accesspolicy/rules.md | 25 +++ docs/API/role.md | 17 +- docs/API/rolebinding.md | 16 +- docs/API/alerting/muteTiming/interval/index.md | 116 ++------------ docs/API/alerting/muteTiming/interval/time_intervals/index.md | 144 +++++++++++++++++ docs/API/alerting/muteTiming/interval/time_intervals/times.md...
Scanned docs for regressions, most changes are fine (either improvements or acceptable breaking changes (field replaced with constants: `withType(value)` -> `withType()`). These need some more work: ``` # Missing schema...
``` docs/API/index.md | 2 +- docs/API/query/index.md | 1 - docs/API/panel/index.md | 1 - docs/API/rolebinding.md | 16 ++++------------ docs/API/accesspolicy/rules.md | 18 ++++++++++++++++-- docs/API/alerting/muteTiming/interval/index.md | 116 ++++++++++---------------------------------------------------------------------------------------------------------- docs/API/alerting/muteTiming/interval/time_intervals/index.md | 144 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ docs/API/alerting/muteTiming/interval/time_intervals/times.md...