Alex Goth
Alex Goth
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened When installing via the helm chart on an AKS cluster...
## Overview Updates `config.example.yaml` to include all configurable properties alongside their descriptions. Onwards, care should be taken when configuration changes, to validate the example is always up to date with...
## Overview Adds comparative performance tests for using projections versus materialized views & for baselining raw query execution compared to OpenMeter performance. Based on the results projections have around 2-3x...
# Currently Proposed Solution: - We have to use [atlas](https://atlasgo.io) to generate the diffs based on the ent schema we declare - Atlas doesn't support multiple histories in a single...
## Overview Let's continue the DLQ implementation discussion & changes over here (branched form https://github.com/openmeterio/openmeter/pull/1280) to unblock the ingest event batching
## Overview The information already exists internally, this PR exposes it through a simplified mapping Fixes OM-841
## Overview Adds a new dagger function for running diff tests between the current HEAD (including uncommitted) and a provided `baseRef`. Example command: ``` dagger call --source .:default etoe diff...
## Overview Includes (per commit): - make task to run e2e tests - removes `*map[string]string` for feature `meterGroupByFilters` and replaces it with a custom type - Proposed solution for [OM-719...
## Overview Adds the internals to enable entitlement scheduling. The new entitlement properties are `activeFrom` and `activeTo`. (these are not externally visible) Introduces two new methods - `ScheduleEntitlement` - `SupersedeEntitlement`...