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

14 Commits

Author SHA1 Message Date
Tom Owers
5513be7731
chore: upgraded Ruff linter (#18188)
* Upgraded Ruff linter

* Formatted whole codebase with new ruff rules

* Revert import removal

* Fixed mypi issues or added ignores

* Fixed schema formatting

* Fixed hogvm failing tests

* Remove duplicate key in list
2023-10-26 12:38:15 +02:00
Paul D'Ambra
a87b247cd3
feat: step towards feature folders for replay backend (#17484)
* feat: step towards feature folders for replay backend

* Update query snapshots

* Update query snapshots

* that got mypy very excited

* fix

* fix

* fix

* dnagling snapshot

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-18 13:35:59 +01:00
Paul D'Ambra
bc46b7368a
feat: playlist storage to lts from mr blobby v2 (#16864)
* feat: copy to LTS via Mr Blobby

* Update query snapshots

* fix tests

* Apply suggestions from code review

* sentry message when loading unexpected storage version

* read from either s3 location

* add a test that shows we can fallback to LTS loading

* Update query snapshots

* use the same prefix format for blob storage

* fix test

* Update query snapshots

* fix

* Update query snapshots

* Update query snapshots

* with brain

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-11 10:38:13 +01:00
Paul D'Ambra
5804600b54
feat: remove more recording events queries (#16878) 2023-08-03 10:01:44 +02:00
Paul D'Ambra
026b72af10
feat: don't load metadata from clickhouse recording events (#16617)
* feat: don't load metadata from clickhouse recording events

* Update query snapshots

* fix

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-18 09:38:59 +01:00
Ben White
a8bc70bc85
chore: Remove old metadata replay api options (#16016) 2023-06-13 14:26:01 +02:00
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
Ben White
aedc729ec4
fix: Object storage path prefixes (#15152) 2023-04-19 17:19:25 +02:00
Ben White
06abe644d0
fix: Recording persistence of long URLs (#13765) 2023-01-18 14:29:58 +01:00
Ben White
dc3e1ed9e3
feat: Persist pinned recordings to S3 (#13473) 2023-01-12 09:23:51 +01:00
Guido Iaquinti
0ef7f6a493
ci(flake8): enable unused import check (#8714) 2022-03-08 09:53:54 +01:00
Guido Iaquinti
96b3cd6eb7
Boolean should be compared with is/is not (#8651) 2022-02-17 10:31:54 +01:00
Alex Gyujin Kim
ba640115e9
Editable taxonomy definitions (#8430) 2022-02-15 18:04:19 -08:00
Alex Gyujin Kim
204ca1bc92
Add verified properties to event definitions (#8081)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2022-01-18 08:38:55 -06:00