Marius Andra

Results 60 issues of Marius Andra

Whenever we ingest events, we end up with entries in 3 tables: `events`, `persons` and `person_distinct_ids`. Excluding plugins for now, if we ingest the same events again in the same...

P1

## Problem WIP ## Changes ![2022-09-14 10 27 17](https://user-images.githubusercontent.com/53387/190102749-f5b1c53c-ae3d-41d6-a233-3297f256b56c.gif) ## How did you test this code? WIP

## Bug description This has been reported by users when trying to upgrade the [PostHog hobby deploy](https://posthog.com/docs/self-host/deploy/hobby) instance lately. ``` infi.clickhouse_orm.database.ServerError: Code: 60. DB::Exception: Table posthog.infi_clickhouse_orm_migrations doesn’t exist. (UNKNOWN_TABLE) (version...

bug
infrastructure

## Bug description First, there are two very similar looking yet different UX elements on the page, for data attributes and person display names. The difference is that data attributes...

bug
design
feature/settings

## Changes Implements ```ts window.posthog.loadToolbar({ temporaryToken: 'key' }) ``` With the aim to 1. provide an alternative to the `#__posthog={state}` url hash method to load the toolbar 2. provide users...

bump minor

## Problem The data exploration events table swallowed all errors. No longer! ## Changes Before: ![2023-01-13 11 47 01](https://user-images.githubusercontent.com/53387/212302128-9c189d68-1e05-4ebd-a912-8226cb57a4d0.gif) After: ![2023-01-13 11 46 09](https://user-images.githubusercontent.com/53387/212302080-1ca382c4-5c15-488e-a24d-d2cfd0f453f4.gif) ## Questions I don't think we're...

STILL A DRAFT! ## Problem The HogQL expressions used in the data exploration view would be amazing as property filters. ## Changes - Trends filters ![2022-12-12 13 00 14](https://user-images.githubusercontent.com/53387/207039912-261fcf00-1a27-4259-825b-b3a74d00db12.gif) -...

## Problem Alternative to https://github.com/PostHog/posthog/pull/13453 ## Changes ![2022-12-23 12 33 59](https://user-images.githubusercontent.com/53387/209329500-023be6da-3a90-4baa-a336-b4b7c0b8a89a.gif) I'm off for a week, and if anyone feels like picking this up, here's Santa's list: - [x] Update...

## Changes Very much a MVP, with likely a ridiculously unoptimised query, but we can pivot now! ![2022-12-09 01 52 24](https://user-images.githubusercontent.com/53387/206598281-e32e2655-2c71-492c-b547-46854a724e9c.gif) ## How did you test this code? Got it...

stale

## Is your feature request related to a problem? Getting up and running with SAML can be tedious. You have to open organisation settings, and verify a domain through a...

enhancement
auth