0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 04:12:23 +01:00
Commit Graph

11756 Commits

Author SHA1 Message Date
Marius Andra
bd8d4afa6e
feat(insights): trends hogql volume (#15672) 2023-05-25 16:31:35 +01:00
Ben White
14b80cc3d9
fix: Parallel process blob batches (#15725) 2023-05-25 17:07:22 +02:00
Marius Andra
8f374f52e4
fix(insights): formula null handling (#15714)
* fix(insights): formula null handling

* Update query snapshots

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-25 16:55:20 +02:00
Xavier Vello
eab7510d89
fix(ingestion): fix consumer shutdown (#15726) 2023-05-25 14:07:48 +00:00
Ben White
132b22bbda
fix: Blob ingester missing bits (#15724)
Fix missing sentry require as well as missing return statement
2023-05-25 13:41:04 +00:00
Neil Kakkar
2652bf3c76
feat(decide): Check db availability on an interval (#15699) 2023-05-25 14:18:51 +01:00
Ben White
3c86285338
fix: Remove gauge for session count when revoking partitions (#15719) 2023-05-25 12:57:44 +00:00
PostHog bot
7b7dde3f75
chore(deps): Update posthog-js to 1.57.4 (#15718) 2023-05-25 08:14:40 -04:00
Paul D'Ambra
0edad3ca33
chore: tidy up after blob tests (#15701) 2023-05-25 12:02:08 +01:00
Ben White
57e7ed7cfa
fix: Still commit offsets for empty buffer (#15710) 2023-05-25 08:45:59 +00:00
Xavier Vello
fea9e4d77c
perf(ingestion): use rdkafka consumer for both ingestion queues (#15695) 2023-05-25 10:42:55 +02:00
Xavier Vello
d389cf0ead
chore(ingestion): remove old batching code (#15689) 2023-05-25 09:58:55 +02:00
Paul D'Ambra
09164ab35d
fix: commit sync and commit one more (#15703) 2023-05-25 08:43:27 +02:00
Li Yi Yu
728fd48759
feat(surveys): UI for surveys (#15685)
* add survey to scenes

* logics forms fields

* basic form UI

* survey view page and table

* add form bottom cancel save buttons

* capitalize selector

* typescript checks

* typescript issues

* breadcrumbs

* typescriptttt

* small type fix
2023-05-24 19:00:02 +00:00
Paul D'Ambra
2be56dce8e
chore: gauge insight redis cache access (#15702)
* chore: gauge insight redis cache access

* Update query snapshots

* counter instead and python style names

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-24 18:35:34 +01:00
Tiina Turban
1354403b8e
fix: populate team-ids to DLQ ingestion errors (#15675) 2023-05-24 17:26:37 +02:00
Ben White
9dd75c770c
fix: Change the offset tracking logic for testing purposes (#15697) 2023-05-24 15:24:40 +00:00
Michael Matloka
5aa237a534
ci: Try to fix sync with posthog-foss (#15698) 2023-05-24 16:19:29 +01:00
Raquel Smith
7435a72aef
fix: billing limit with discount UI (#15684)
* take addons and discounts into account for calculating billing limit volumes

* similarly fix usageToAmount

* dont skip these stories for snapshots

* fix tsc errors

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `chromium` (1)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-24 14:49:43 +00:00
Michael Matloka
5c69796579
feat(actions): Allow webhook message to me multiline (#15677)
* feat(actions): Allow webhook message to me multiline

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `chromium` (2)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-24 15:08:56 +01:00
Paul D'Ambra
631f799c6a
fix: remove empty session managers (#15683) 2023-05-24 13:04:30 +00:00
Michael Matloka
5bdfb4ac6d
fix(icons): Restore Redeem icon (#15694)
* fix(icons): Restore `Redeem` icon

* Snapshot all the icons
2023-05-24 12:49:53 +00:00
Tiina Turban
c63d20858c
feat: Add PoE roll-out query change info (#15380)
Co-authored-by: Yakko Majuri <38760734+yakkomajuri@users.noreply.github.com>
2023-05-24 12:15:49 +00:00
Tiina Turban
f5da2f2d37
fix: flaky person-state test (#15692) 2023-05-24 13:59:13 +02:00
Tiina Turban
bf535847a5
chore: nuke person redis cache (#15458) 2023-05-24 13:46:12 +02:00
Xavier Vello
6cb7e53893
chore(ingestion): compute and report actual parallelism (#15688) 2023-05-24 13:31:24 +02:00
Michael Matloka
b29de4f42c
refactor: Consolidate TaxonomicPopover & its Lemon… variant (#15585)
* refactor: Consolidate `TaxonomicPopover` and `LemonTaxonomicPopover`

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `chromium` (2)

* Fix typing

* Update UI snapshots for `chromium` (1)

* Make the taxonomic popover's button secondary

* Update UI snapshots for `chromium` (1)

* Fix typing

* Improve variable naming

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-24 10:58:12 +00:00
Ben White
33113b0494
feat: Improved Notebooks UX (#15561) 2023-05-24 12:44:57 +02:00
Paul D'Ambra
f3f6d9a77f
fix: less blocking chunks (#15687)
* fix: less blocking chunks

* fix
2023-05-24 10:12:04 +01:00
Thomas Obermüller
99284c1320
fix(data-management): fix calculate event property usage (#15682) 2023-05-23 20:48:11 +02:00
Marius Andra
dd167346fc
fix(exports): funnel historic trends csv export (#15678) 2023-05-23 20:46:29 +02:00
Marius Andra
a62f326969
fix(insights): fix paths horizontal scroll firefox (#15679) 2023-05-23 20:45:42 +02:00
Paul D'Ambra
16d7a605dd
fix: pending chunks idle test (#15681)
* fix: pending chunks idle test

* remove dangling test

* fix
2023-05-23 18:28:54 +01:00
Aayush Bhattarai
8b5899e423
fix: docs for Flutter Implementation (#15304)
* Update: removed unnecessary tag `<false/>`in Flutter Integration
2023-05-23 17:55:16 +02:00
Tiina Turban
947ed5d49a
chore: unify sentry link (#15650) 2023-05-23 16:53:36 +02:00
Paul D'Ambra
fc8a29dec9
fix: deduplicate over-complete chunks (#15676)
* fix: deduplicate over-complete chunks

* fix

* just check not equal
2023-05-23 15:34:51 +01:00
Paul D'Ambra
7858d5ad4c
chore: worrying at ingestion still (#15673)
* less pending chunk logging

* the flush threshold multiplies is too confusing to operate

* must provide all chunk offsets and the correct chunks when processing pending chunks
2023-05-23 13:48:55 +00:00
Neil Kakkar
e1da558424
fix(decide): Decrease timeouts (#15668) 2023-05-23 14:40:31 +01:00
Michael Matloka
770061c6b4
refactor(css): Remove legacy colors (#15652)
* refactor(css): Remove legacy colors

* Update UI snapshots for `firefox` (2)

* Update UI snapshots for `chromium` (2)

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `webkit` (2)

* Make mark color translucent to better work in dark mode

* Fix LemonSkeleton DarkBackground story

* Remove unused z-index vars

* Update UI snapshots for `chromium` (2)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-23 13:59:09 +01:00
Tiina Turban
a8e07485bf
feat: add mgmt cmd to sync person overrides (#15647) 2023-05-23 14:42:18 +02:00
Michael Matloka
82093b607e
ci: Fix GHCR path (#15670) 2023-05-23 13:12:16 +01:00
PostHog bot
3e816cda08
chore(deps): Update posthog-js to 1.57.3 (#15669) 2023-05-23 08:06:31 -04:00
Ben White
a6f11b0626
fix: Recording properties loading (#15643) 2023-05-23 11:38:15 +00:00
Komal
57de4acc4b
fix: Show Cohort name instead of id in pie and horizontal bar chart (#15590)
* Show Cohort name instead of id in pie and horizontal bar chart

* Try to use fork's GHCR

* Don't run OptiPNG if not needed

* Fix fork detection

* Revert workflow changes

This didn't really work.

---------

Co-authored-by: Michael Matloka <dev@twixes.com>
2023-05-23 12:14:46 +01:00
Michael Matloka
004116773e
style(taxonomic-filter): Make "All events" more distinct (#15599)
* style(taxonomic-filter): Make "All events" more distinct

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `chromium` (2)

* Simplify diff

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-23 11:01:17 +00:00
Paul D'Ambra
62b69e90aa
fix: maybe not awaiting (#15667) 2023-05-23 11:00:17 +00:00
Paul D'Ambra
b35dfc93e6
fix: only sort when we need to (#15666) 2023-05-23 11:58:29 +01:00
Neil Kakkar
2083ff97bf
feat(experiments): Support avg count per user trend metrics (#15623) 2023-05-23 11:05:13 +01:00
Paul D'Ambra
c665dda4da
fix: lag is not even per partition (#15663) 2023-05-23 08:50:52 +00:00
Paul D'Ambra
35522040cb
chore: no need to delay the idle flush (#15660)
* chore: no need to delay the idle flush

* with some more logs
2023-05-23 07:13:59 +00:00