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

19495 Commits

Author SHA1 Message Date
Daesgar
4ff32c5997
feat: create events table to store last 7 days of data (#26239) 2024-11-20 12:33:08 +01:00
Tomás Farías Santana
39a721de3b
chore: Bump batch exports start jitter (#26278) 2024-11-20 11:56:25 +01:00
David Newell
a9865eff6a
chore: alter column type (#26272) 2024-11-20 10:21:15 +00:00
PostHog Bot
af4801abe6
chore(deps): Update posthog-js to 1.187.2 (#26308) 2024-11-20 05:12:06 -05:00
Dylan Martin
d4556c96d0
chore(flags): reorganized the modules (#26297) 2024-11-19 18:03:23 -05:00
Zach Waterfield
f34872115c
feat: add self serve credit override (#26260) 2024-11-19 15:49:35 -05:00
Michael Matloka
02d74072a4
fix(settings): Hide "Product description" setting for no-AI users (#26290)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-19 21:41:25 +01:00
PostHog Bot
698ba97bd0
chore(deps): Update posthog-js to 1.187.1 (#26295) 2024-11-19 15:12:37 -05:00
David Newell
0dff32323b
chore: tweaks to make s3 writing work locally (#26293) 2024-11-19 20:02:55 +00:00
Eric Duong
0f8d81b25c
feat(editor-3000): integrate nav3000 sidebar (#26184)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-19 13:17:34 -05:00
Tomás Farías Santana
a0d32aa185
feat: Implement chunk iteration for batch exports (#26292) 2024-11-19 18:52:07 +01:00
Ross
551290b688
test(data-warehouse): Add tests for seriesBreakdownLogic (#26286) 2024-11-19 17:23:48 +00:00
Oliver Browne
e92b38153b
fix(err): consumer hangs (#26288) 2024-11-19 16:45:25 +00:00
David Newell
53b600d37e
chore: plugin-server updates for exception handling (#26276) 2024-11-19 16:04:18 +00:00
Robbie
2353cacb28
fix(web-analytics): Don't show deleted actions in goals query (#26281) 2024-11-19 14:27:22 +00:00
Michael Matloka
5d49d239f9
feat(max): OpenAI data processing opt-in (#26248)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-19 14:27:35 +01:00
Juraj Majerik
7b36e5f3d9
feat(experiments HogQL): add migration command (#26271) 2024-11-19 14:15:27 +01:00
PostHog Bot
4e2dbe623e
chore(deps): Update posthog-js to 1.187.0 (#26280) 2024-11-19 07:38:41 -05:00
Oliver Browne
c5675b6132
fix(err): extra logging, bugfix on context saving (#26279) 2024-11-19 12:16:15 +00:00
Oliver Browne
ff4ec0aeb4
fix(err): structured context, liveness often (#26275) 2024-11-19 11:16:47 +00:00
PostHog Bot
40995e96a3
chore(deps): Update posthog-js to 1.186.4 (#26273) 2024-11-19 06:10:15 -05:00
Tomás Farías Santana
6b4ab24350
fix: Make snowflake interface error non-retryable (#26269) 2024-11-19 10:12:39 +00:00
Juraj Majerik
383df6685c
feat(experiments HogQL): add disabled UI placeholder (#26251) 2024-11-19 10:18:42 +01:00
Oliver Browne
6a424dfc0a
feat(err): Emit to clickhouse from cymbal (#26244) 2024-11-19 11:00:08 +02:00
Oliver Browne
1466949318
fix(propdefs): actually die on worker panics (#26236) 2024-11-19 10:28:12 +02:00
Ben White
bd0ca07e50
fix: Hubspot scopes (#26264) 2024-11-19 01:30:44 +00:00
Haven
5e8d1cbb55
fix(flags): prevent error when CohortCriteriaGroupFilter has undefined values (#26263) 2024-11-19 02:18:35 +01:00
Haven
a41bd2d4f9
fix(flags): prevent kea logic loop and clean filters on tab switch (#26258) 2024-11-19 02:17:43 +01:00
Haven
e2f4caf218
fix(flags): prevent kea logic loop when switching tabs in FF UI (#26257) 2024-11-18 21:04:38 +00:00
Phani Raj
d8776382b6
feat(surveys): Allow user to edit survey response adaptive limits (#26223)
feat(surveys): Allow user to edit survey response adaptive limits

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Daniel Bachhuber <daniel.b@posthog.com>
2024-11-18 20:53:59 +00:00
Haven
593019f609
fix(flags): render # of affected users for conditions sets that have no conditions (#26137) 2024-11-18 11:52:57 -08:00
Daniel Bachhuber
bbacbc5fad
feat(insights): Support HogQL for data warehouse filters (#26245) 2024-11-18 09:45:11 -08:00
Zach Waterfield
ad1e69e18b
fix: delay the payment intent auth (#26252) 2024-11-18 17:43:21 +00:00
PostHog Bot
a58ee30f95
chore(deps): Update posthog-js to 1.186.3 (#26250) 2024-11-18 11:56:42 -05:00
Aashwin Ranjan
1d79949d3c
feat(experiments): allow multiple preview images (#26047)
Co-authored-by: Juraj Majerik <juro.majerik@gmail.com>
2024-11-18 15:37:11 +00:00
Tom Owers
d66bfa0374
fix(data-warehouse): Remove special characters from error messages (#26222) 2024-11-18 14:48:00 +00:00
Juraj Majerik
e27cca547a
chore(experiments HogQL): migrate set experiments UI (#26024)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Daniel Bachhuber <daniel.b@posthog.com>
2024-11-18 14:39:44 +00:00
David Newell
938be85420
feat: better stacktraces (#26237) 2024-11-18 14:34:43 +00:00
Ross
b03a40ca02
chore(data-warehouse): Saving as view shouldn't require aliasing every field (#26219) 2024-11-18 14:12:02 +00:00
Marius Andra
0fd91f4743
feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
PostHog Bot
fc6038118f
chore(deps): Update posthog-js to 1.186.2 (#26240) 2024-11-18 08:20:05 -05:00
Oliver Browne
afeb5529ce
fix(err): assorted perf/concurrency things (#26235) 2024-11-18 12:12:48 +00:00
Tom Owers
ead289eaeb
chore(data-warehouse): Added a test for delta table deletes (#26218) 2024-11-18 12:11:38 +00:00
Richard Borcsik
f6eb805277
fix: potential cors issue when inlining stylesheets for recordings (#25932) 2024-11-18 12:02:14 +00:00
Oliver Browne
3b2f77da6b
fix(err): add issue name and description (#26200) 2024-11-18 13:58:59 +02:00
Michael Matloka
23bd1a010f
feat(max): Summarize insight results (#26172)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-18 11:05:54 +01:00
Georgiy Tarasov
04f656bc67
fix(product-assistant): planner nodes didn't output tools (#26225)
Co-authored-by: Michael Matloka <michael@posthog.com>
2024-11-18 09:46:17 +00:00
Marcus Hof
b562836685
feat(cdp): add brevo destination (#26195)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-17 23:35:41 +01:00
Paul D'Ambra
e92e4a8af9
chore: screenshot test the inspector list (#26229)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-16 15:23:42 +00:00
Dylan Martin
0e2199c703
chore(flags, etc): add created_from property to feature flag created events (#26230) 2024-11-16 00:03:20 -05:00