Thomas Obermüller

Results 38 issues of Thomas Obermüller

Updates apollo dependencies for compatibility with version 3. Note: I'm currently running into issues with this fork and `type-graphql`: ``` Cannot use GraphQLSchema "[object GraphQLSchema]" from another module or realm....

## Todos - [x] Series label - [x] Formula mode - [ ] Error handling for invalid formula e.g. A + B / 100 - [ ] Smoothing - [...

## Problem We're storing the reference images for visual regression tests in git. Over time these might become large and with it our repo. **Note:** Needs clarification how the workflow...

stale

## Problem Funnels need to be converted to HogQL (see the funnels section in https://github.com/PostHog/meta/issues/130). ## Changes - Adds support for trends funnels. ## How did you test this code?...

## Problem Funnels need to be converted to HogQL (see the funnels section in https://github.com/PostHog/meta/issues/130). ## Changes - Adds support for time-to-convert funnels, thereby also. - Adds hogql support for...

## Problem We need support for `JOIN USING ...` in HogQL. ## Changes This PR adds support for it. - This is a CH example for a join that is...

## Problem SQL syntax is more expressive than HogQL AST nodes for complex structures. Unfortunately `parse_select` and `parse_expr` (1) don't support list placeholders, (2) don't support optional siblings and (3)...

## Problem We eventually want to migrate the `filters` column of insights to the `query` column. In preparation for this, we do a live replace behind a feature flag in...

## Problem ## Changes 👉 _Stay up-to-date with [PostHog coding conventions](https://posthog.com/docs/contribute/coding-conventions) for a smoother review._ ## Does this work well for both Cloud and self-hosted? ## How did you test...

## Problem We want to replace filters with queries. ## Changes This PR replaces filters with a query (by converting them) based on a feature flag. This allows us to...