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

19542 Commits

Author SHA1 Message Date
Phani Raj
fc43eaa16a
fix(experiments): Fix issue with excluding completed web experiments (#26101)
Fixed the filter condition to exclude completed web experiments
2024-11-08 22:10:42 +00:00
Daniel Bachhuber
6b8d93e274
fix(experiments): Always show the 'View recordings' button (#26100)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-08 21:04:50 +00:00
Phani Raj
e28af1586c
fix(Feature flags): use response.results when showing feature flags in an infinite list (#26099)
Use response.results, if the groupType is feature flags, since the response value changed recently.
2024-11-08 14:06:26 -06:00
Oliver Browne
7cfd2440d6
fix(cdp): try not to race on redis shutdown (#25950) 2024-11-08 18:50:21 +02:00
Ross
e79c306316
feat(data-warehouse): BI breakdowns (#26025) 2024-11-08 16:29:05 +00:00
Tom Owers
b84d2f32e3
feat(data-warehouse): Added a sync temporal logger (#26087) 2024-11-08 14:38:25 +00:00
Tom Owers
0b3d16ff7a
fix(data-warehouse): Revert team 2 pipeline changes (#26092) 2024-11-08 14:27:26 +00:00
Tom Owers
15fcf5a112
fix(data-warehouse): forgot to switch check_billing_limits_activity to sync (#26086) 2024-11-08 14:13:30 +00:00
Raquel Smith
08386e433a
feat: add recordings buttons to feature flags (#26072)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-07 17:28:23 -08:00
Zach Waterfield
23db9545fc
feat: add access control model (#26076) 2024-11-07 19:45:21 -05:00
Haven
b7809c44d9
chore(flags): document server-side filtering params on GET /api/projects/:project_id/feature_flags (#26081) 2024-11-07 15:46:36 -08:00
Tom Owers
cd58b6abac
fix(data-warehouse): Fix for non posthog team (#26080) 2024-11-07 18:29:33 -05:00
Tom Owers
f718ec64d4
fix(data-warehouse): Added full refresh workaround for team 2 (#26075) 2024-11-07 23:44:45 +01:00
Haven
06d0115d05
feat(flags): Feature flag UI pagination + server-side filtering (#26041)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dylan Martin <dylan@posthog.com>
2024-11-07 14:01:59 -08:00
Daniel Bachhuber
a1e2a95fd6
feat(flags): Add SDK icons and sort alphabetically (#26078)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-07 13:08:11 -08:00
Raquel Smith
ad2e1ff1e7
feat: add button to experiments to view recordings for a variant (#26066) 2024-11-07 19:17:52 +00:00
James Greenhill
2d72dc2f9d
chore: Return error if body is not JSON to Person DRF (#26071) 2024-11-07 13:36:02 -05:00
Paul D'Ambra
512d8bd70a
fix: cannot launch wildcarded domains (#26077) 2024-11-07 18:14:55 +00:00
Daniel Bachhuber
fc6a908a54
feat(experiments): Add more sample code snippets (#26063) 2024-11-07 09:52:35 -08:00
Tom Owers
d95550f9c1
feat(data-warehouse): Change external data job to be all synchronous (#26067) 2024-11-07 17:41:02 +01:00
Sandy Spicer
fb2873100c
fix: funnel breakdown limit (#26037)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-07 08:35:38 -08:00
Zach Waterfield
1695c0d178
chore: improve hogfetti position / unsubscribe modal (#26049) 2024-11-07 11:04:00 -05:00
Paul D'Ambra
4045a1bac9
feat: the best ever use of ai (#26046) 2024-11-07 15:45:16 +00:00
Zach Waterfield
4186edfb49
fix: add backend validation for project limits (#25959) 2024-11-07 10:42:46 -05:00
James Greenhill
d55f4bd833
chore: bump the max number of distinct_id's a user can delete (#26065) 2024-11-07 15:41:11 +00:00
Daniel Bachhuber
92b8b4699f
feat(experiments): Consolidate create experiment to one form (#26051)
Co-authored-by: Juraj Majerik <juro.majerik@gmail.com>
2024-11-07 14:28:02 +00:00
Marius Andra
8aff38ebc3
fix(toolbar): remove jsURL (#26061) 2024-11-07 15:10:27 +01:00
danielxnj
ae21d9c1fe
chore: Remove gha cache (#26064)
Co-authored-by: xneyder <xneyder@gmail.com>
2024-11-07 08:50:29 -05:00
Daniel Bachhuber
ff2271bf87
feat(experiments): Refactor experiment view into two tabs (#26034)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-07 03:44:34 -08:00
Marius Andra
1b6ee3178c
feat(repl): tables and tags (#26057) 2024-11-07 12:18:35 +01:00
Tom Owers
f87216c636
fix(data-warehouse): Only monkey patch DLT on incremental syncs (#26058) 2024-11-07 11:03:05 +00:00
David Newell
bccbf1632b
chore: pre shipping review improvements (#26059) 2024-11-07 10:40:17 +00:00
Marcus Hof
f5d3b2ad0c
feat(cdp): add conversion value and currency (#26055) 2024-11-07 11:20:28 +01:00
Marcus Hof
fd1ab023ac
feat(cdp): add eventname transformation field (#26054) 2024-11-07 11:20:12 +01:00
Phani Raj
c393da5272
feat(Experiments): Create New web experiment from dotcom UI (#26009)
Create Web Experiment from the New Experiment page.

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Juraj Majerik <juro.majerik@gmail.com>
Co-authored-by: Ross <rossagray@gmail.com>
2024-11-07 01:36:32 +00:00
Tom Owers
3e79b33e0c
fix(data-warehouse): Use the correct value (#26048) 2024-11-06 18:43:49 -05:00
Tom Owers
9e4beda349
chore(data-warehouse): turn off source config (#26043) 2024-11-06 22:50:29 +00:00
Tom Owers
34ef22efd7
fix(data-warehouse): Monkey patch DLT to reduce mem consumption (#26040) 2024-11-06 22:50:41 +01:00
David Newell
787fc92309
chore: ErrorTracking migrations (#26030) 2024-11-06 22:49:24 +01:00
Ben White
1e13283b24
fix: Added missing clickhouse string sanitization (#26035) 2024-11-06 16:31:13 -05:00
Marius Andra
7116d754dc
feat(hog): repl / debug (#24958) 2024-11-06 19:54:31 +01:00
Michael Matloka
107f1294ba
fix(hedgehog-mode): Preload animation sprites (#26027) 2024-11-06 18:46:17 +01:00
Daniel Bachhuber
ebdce43947
fix(onboarding): Styleguide fixes for product multiselect (#26033) 2024-11-06 08:34:27 -08:00
Michael Matloka
fb892ffbac
fix(max): Prevent certain events from confusing LLM (#26020)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-06 16:10:07 +00:00
Daniel Bachhuber
5944fafcad
fix(experiments): Prevent saving funnel exp with only one goal (#26014)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-06 07:26:06 -08:00
Anirudh Pillai
8408fff128
fix(alerts): Improve alert evaluation failure message (#25790) 2024-11-06 14:17:33 +00:00
Oliver Browne
bdeae6fced
feat(err): store result of frame resolution (#26001) 2024-11-06 13:28:12 +01:00
David Newell
b7d772c68e
chore: flakey tests (#26023) 2024-11-06 12:31:28 +01:00
David Newell
0071057f63
chore: remove flakey city from test (#26022) 2024-11-06 11:52:32 +01:00
Marcus Hof
1c1e2f29f1
feat(cdp): add hubspot event template (#25920) 2024-11-06 11:29:55 +01:00