0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
Commit Graph

11 Commits

Author SHA1 Message Date
Paul D'Ambra
5b268df29c
feat: allow verified property definitions (#15937)
Today it annoyed me I could verify an event but not a property

Changes
Adds property definition verification, which was mostly copy-pasta from existing code
2023-06-08 11:52:25 +01:00
Paul D'Ambra
cd66722997
feat: don't stop chasing waterfalls (#13600)
The change to the web performance schema meant the waterfall page stopped working

Changes
adds a query/API end point
de-ANTs and updates the waterfall page
data-exploration-ifies the waterfall page

Co-authored-by: Ben White <ben@posthog.com>
Co-authored-by: Harry Waye <harry@posthog.com>
Co-authored-by: Alex Kim <alexgkim205@gmail.com>
2023-01-11 09:36:42 +00:00
Ben White
cb7e7d5e5e
feat: Added performance API (#13452) 2023-01-06 09:51:51 +01:00
Michael Matloka
77251f5406
fix(auth): Upgrade personal API keys (#11902)
* fix(auth): Upgrade personal API keys

* Fix migration

* Fix Liskov violation

* Fix capture endpoint

* Allow dropping NOT NULL

* Fix tests

* Fix an E2E test

* Remove `type: ignore`s

* Use `SECRET_KEY` for salt

* Revert "Use `SECRET_KEY` for salt"

This reverts commit 3bc9f64dc5.

* Move comment

* Fix `BaseTestMigrations` typing

* Make mypy happy
2022-09-28 12:53:48 +02:00
Michael Matloka
5d2ad6c7bb
chore(deps): Update black to 22.8.0 (#11596)
* chore(deps): Update `black` to `22.8.0`

* Format
2022-09-05 14:38:54 +02:00
Karl-Aksel Puulmann
0aa8557262
feat(data-deletion): Delete team/org data using AsyncDeletion model (#11338)
This replaces the existing cronjob to schedule and use the new
AsyncDeletion model.
2022-08-18 12:40:55 +03:00
Eric Duong
46faa8fab2
refactor(FOSS): foss remove all ee dependencies from /posthog (#10319)
* refactor: foss move properties to /posthog

* refactor: move replication and materializtaion

* refactor: move file

* refactor: move test and journeys

* refactor: move breakdown props

* refactor: move query imports

* refactor: move more ee dependencies

* refactor: restore groupsjoinquery

* fix: errors

* refactor: no ee.clickhouse dependncies

* try import tasks

* refactor: move materialization

* refactor: change foss split for column optimizer

* run black

* fix: imports

* remove comment

* Update snapshots

* run black

* skip isort

* Update snapshots

* format

* more fixes

* refactor(FOSS): split out paths query code (#10378)

* refactor: move migrations

* refactor: move idl

* fix: move more imports

* import adjustments

* fix: test import

* fix: test import

* fix: remove restriction

* refactor: split out paths query code

* refactor: more code splitting

* fix: types

* refactor(FOSS): Setup such that FOSS is deployable (#10352)

* refactor: move migrations

* refactor: move idl

* fix: move more imports

* import adjustments

* fix: test import

* fix: test import

* fix: remove restriction

* fix import

* refactor: add snapshost

* subscription-import

* fix: safe import

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-06-22 17:24:03 -04:00
Tim Glaser
5887bd2143
test: Speed up backend tests (#9289)
* Durations

* patch sleep

* BULK

* SPEED UP EVERYTHING

* fiiix

* more tests

* morrr

* fix test

* Don't create demo data every time

* fix

* fix

* Affix

* fix

* fix

* fix

* fix

* fix

* More speed

* fix
2022-04-27 13:38:39 +01:00
Alex Gyujin Kim
2b40af5d77
fix(migration): migrate deprecated_tags to new tagging model (#8825) 2022-03-09 10:25:47 -08:00
Tim Glaser
ee71311991
noop 0214 (#8704)
* noop 0214

* No opp tests and ee migration
2022-02-18 21:42:38 +00:00
Alex Gyujin Kim
d7a0c10e32
Part 2: Deprecate old tags and upgrade to new tags Backend (#8529) 2022-02-18 08:47:05 -08:00