0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 00:47:50 +01:00
Commit Graph

19501 Commits

Author SHA1 Message Date
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
Zach Waterfield
1421cc41bd
feat: add payment entry modal (#25614)
Co-authored-by: Raquel Smith <raquelmsmith@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-15 19:41:41 -05:00
Dylan Martin
f5a567f01a
feat(flags): add support for matching static cohort membership (#25942) 2024-11-16 00:02:43 +00:00
Dylan Martin
4ce7e9c781
feat(flags): dynamic cohort matching in rust (#25776) 2024-11-15 18:44:55 -05:00
Surbhi
cf7aaf66a8
fix: password validation correction (#26227) 2024-11-15 17:22:36 -04:00
Raquel Smith
27c62f31bb
fix: only let someone use the dashboard templates if they've ingested events (#26226) 2024-11-15 13:10:58 -08:00
Hamir Mahal
39659d7103
refactor: remove redundant references (#25571)
Co-authored-by: Sandy Spicer <sandy@posthog.com>
2024-11-15 18:48:11 +00:00
Surbhi
2b2e7e48b1
feat: making role in organization as a required field (#26205)
Co-authored-by: Your Name (aider) <you@example.com>
2024-11-15 14:44:21 -04:00
Phani Raj
fb4c5b6d86
fix(Surveys): Allow more than 6 single choice options if the survey is not of type Popover (#26224)
Enforce the 6 choices limit only if Survey is of type PopOver
2024-11-15 18:38:08 +00:00
Eric Duong
1b3421e09e
chore(data-warehouse): refactor logic (#26128)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-15 12:43:16 -05:00
Raquel Smith
39fa2d847e
fix: flappy snapshots from randomize PR (#26220) 2024-11-15 15:57:27 +00:00
Tom Owers
b143823dfd
fix(data-warehouse): Added aws region + normalize name (#26216) 2024-11-15 12:13:36 +00:00
Charles Cook
62fc93c3d6
feat: Update README (#26070)
Co-authored-by: Andy Vandervell <92976667+andyvan-ph@users.noreply.github.com>
2024-11-15 12:06:41 +00:00
Ross
f852ae18a6
fix(data-warehouse): Fix display type not persisting (#26215)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-15 11:51:58 +00:00
Ross
f7e07d48f9
fix(data-warehouse): Ambiguous query on any asterisk query with join with multiple id fields (#26186)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-15 11:49:34 +00:00
Joe Martin
456a027795
chore: Support offsite message (#25990)
Co-authored-by: Charles Cook <charles@posthog.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Zach Waterfield <zlwaterfield@gmail.com>
2024-11-15 11:29:34 +00:00
Tom Owers
197b3f4b55
chore(data-warehouse): Added logging for debugging a sync issue (#26214) 2024-11-15 11:14:47 +00:00
Anirudh Pillai
ce42eb4848
fix: alerts getting stuck when celery task crashes (#26190) 2024-11-15 11:55:29 +01:00
Robbie
ca15b35f6b
feat(web-analytics): Add custom channel types (#26181) 2024-11-15 10:41:39 +00:00
PostHog Bot
5cbd4854f2
chore(deps): Update posthog-js to 1.186.0 (#26212) 2024-11-15 04:44:55 -05:00
Daniel Bachhuber
7d94cb5f13
chore: Add .temporal-worker-settings to .gitignore (#26201) 2024-11-14 14:56:50 -08:00
Raquel Smith
71f35d971a
feat(unsub-survey): randomize reasons and require response (#26203) 2024-11-14 22:11:15 +00:00
Daniel Bachhuber
d22c08c34d
chore(data-warehouse): Link to all debugging opportunities (#26192) 2024-11-14 12:53:55 -08:00
Daniel Bachhuber
dd00c1dda6
chore: Update pymssql to 2.3.1 (#26198) 2024-11-14 12:49:13 -08:00
Phani Raj
f28cd45c37
feat(Surveys): Task to update rollout percentage for Adaptive Collection (#26197)
Created a Celery task to update the rollout percentage of a linked targeting_feature_flag based on the calculated response_sampling_daily_limits.
2024-11-14 19:58:32 +00:00
Dylan Martin
9c72b878d2
chore(flags): filter unrelated flags out of the match section (#26199) 2024-11-14 14:42:20 -05:00
Ben White
4c6172cc2a
feat: Remove plugins from api docs (#26202)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-14 19:03:08 +00:00
Haven
27a2b93d55
chore(dev-x): add Jest test debugger configuration for VS code (#26161) 2024-11-14 10:35:06 -08:00
Phani Raj
662740d61a
feat(Surveys): Calculate daily sampling and rollout percentage for Adaptive Collection (#26196)
feat(Surveys): Calculate daily sampling and rollout percentage for Adaptive Collection
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-14 12:34:36 -06:00
Haven
06e9ca99f5
fix(flags): make featureFlagsLogic.loaders typesafe (#26178) 2024-11-14 09:43:52 -08:00
Haven
ad9c86f6a4
fix(flags): allow setting variant rollout % to 0 using backspace (#26185)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-14 09:19:39 -08:00
Tom Owers
03a2ddcfd2
feat(data-warehouse): Release the changes to everyone (#26191) 2024-11-14 16:32:42 +00:00
Ross
5030b17d12
fix(data-warehouse): Fix mounting series breakdown logic (#26189) 2024-11-14 15:32:23 +00:00
Georgiy Tarasov
25826e86e4
feat(product-assistant): improve the trends generation (#26166) 2024-11-14 16:22:54 +01:00
Georgiy Tarasov
6344e28c8a
fix(product-assistant): merge schema definitions (#26177) 2024-11-14 16:21:04 +01:00
David Newell
fce1dbec85
feat: exception issue lookup (#25878)
Co-authored-by: Oliver Browne <oliver@posthog.com>
2024-11-14 14:54:05 +00:00
Surbhi
399e07c116
fix: safari image flexing issue in onboarding frontend (#26180)
Co-authored-by: Surbhi Jhavar <surbhijhavar@Surbhis-MacBook-Pro.local>
2024-11-14 10:31:41 -04:00
Tom Owers
9b9118943e
fix(data-warehouse): Use the correct DLT setting (#26187) 2024-11-14 12:46:30 +00:00
Aashwin Ranjan
07f44d824f
fix(trends): fix month labels when comparing against previous (fixes #26036) 2024-11-14 13:37:54 +01:00
Anirudh Pillai
bc59a1ef57
fix: data viz node doesn't persist display type (#26164) 2024-11-14 10:36:32 +00:00
Tom Owers
aafaea151e
chore(data-warehouse): Second attempt at rolling this out for some testing (#26162) 2024-11-14 09:36:56 +00:00
timgl
ee8d0f94f1
perf: Speed up persons batch export (#26183) 2024-11-14 08:52:42 +00:00
Daniel Bachhuber
c4df3e0ee2
feat(experiments): Calculate secondary metric credible interval (#26138) 2024-11-14 00:32:55 +00:00
Haven
854bdb161c
chore(flags): clean up frontend empty states in FF list (#26132)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-13 15:19:59 -08:00
Richard Borcsik
ad95e616cf
feat(replay): event based recording trigger (#26168)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Paul D'Ambra <paul@posthog.com>
2024-11-13 21:15:24 +00:00