Adrian Mróź

Results 35 issues of Adrian Mróź

Currently when we're generating query in https://github.com/allegro/turnilo/blob/master/src/common/utils/query/visualization-query.ts we get nested set of topN's. Thats because we allow for custom sorts and splits on splits. It is not possible to generate...

help wanted
question

Right now when changing anything in time filter, granularity of time split is adjusted by RulesEvaluator and often it changes granularity unnecessarily. Goal should be to: 1. If user changed...

enhancement

When calculating $MillisecondsInInterval we use chronoshift's `Duration` to get canonical length: https://github.com/allegro/turnilo/blob/master/src/common/utils/canonical-length/time-filter-canonical-length.ts#L24 Chronoshift if finds a full month returns month span, but later if we get canonical length from it,...

bug

> Construction from config file should be handled by separate factory method and/or builder. fromJSON/fromYAML. And there should be handled validation and legacy/simplified format. toJS/fromJS functions should be simple and...

technical debt

Clicking Refresh queries server for source maxTime. That's something different that user would expect. And it should behave differently in realtime and batch sources.

bug

_This issue is a draft and should be groomed before assigning to milestone_ **Data privacy: We need to validate what can be sent to sentry or warn users what were...

enhancement

- [ ] Recover whole error from server in `Ajax.query` - [ ] Show simple error message for user like in `ErrorView` - [ ] Send full error to Sentry...

We need to investigate all common scenarios where `overrideAttribute` could be used. Feel free to comment if you use this in your case. @l2dy @alexbusu @cedrics @michalmisiewicz

Scenario: 1. Table with measure and % of parent on this measure 2. Remove base measure 3. 500 with `Could not resolve base_measure_reference`

bug