Tomás Farías Santana
7582fad96b
feat: Backfill backend refactoring for Exports ( #16269 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-28 16:13:25 +00:00
Marius Andra
3a2c82b89a
fix(actions): reload count on save ( #16288 )
2023-06-28 15:58:31 +00:00
Marius Andra
4b44cba6fe
feat(hogql): local evaluation (HogVM part 2) ( #16275 )
2023-06-28 17:23:22 +02:00
Neil Kakkar
f922dae994
fix: allow creating static cohorts for lifecycle ( #16248 )
...
Co-authored-by: psykomal <bkomalsai@gmail.com>
2023-06-28 14:57:47 +01:00
Paul D'Ambra
9a8ca3310a
fix: migration settings apply to ddl timeout and drop tables ( #16284 )
...
* fix: migration settings apply to ddl timeout and drop tables
* fix up?
* Update query snapshots
* don't try and be clever
* Update query snapshots
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-28 13:25:11 +00:00
Paul D'Ambra
9a28d55e00
feat: report source we loaded snapshots from ( #16283 )
2023-06-28 10:43:44 +00:00
Marius Andra
42bbc5a94d
feat(hogql): bunch of improvements (HogVM part 1) ( #16274 )
2023-06-28 10:55:58 +02:00
James Greenhill
ca2ebef982
chore: add settings param for run_sql_with_exceptions migrations function ( #16271 )
2023-06-28 08:55:33 +01:00
Marius Andra
63d6abea2d
feat(hogql): nullish coalescing ( #16276 )
2023-06-28 09:49:29 +02:00
Eric Duong
41080c68ef
fix(data-warehouse): workaround for faulty tuple in array typing ( #16273 )
...
* working'
* add comment
* adjust test
* adjust s3cluster expr
* add test
2023-06-27 18:59:54 -04:00
Li Yi Yu
ae01755a12
fix(surveys): highlight full release ( #16272 )
...
* fix(surveys): add highlight for full release surveys
* wording fix
2023-06-27 22:37:25 +00:00
Marius Andra
3eae888c7d
feat(hogql): toStartOfWeek mode ( #16270 )
2023-06-27 21:36:16 +02:00
Raquel Smith
77e622dbb7
fix: show data warehouse empty state or product intro properly ( #16233 )
...
show empty state or product intro properly
2023-06-27 11:04:03 -07:00
Eric Duong
8a86bb1dcd
chore(data-warehouse): show config data in expandable and allow deletions ( #16235 )
...
* show config data in expandable
* add deletion
2023-06-27 13:37:39 -04:00
Marius Andra
97a352579b
fix(hogql): null handling with == and != comparisons, attempt 2 ( #16259 )
2023-06-27 17:14:10 +02:00
Li Yi Yu
551a5ef982
fix(surveys): update timestamp filter and include old survey sent event ( #16252 )
...
* fix survey sent event
* fix survey sent event
* fix type
2023-06-27 15:10:34 +00:00
Neil Kakkar
a676122db6
fix(experiments): Fix bugs around creating new experiment ( #16261 )
2023-06-27 14:55:02 +01:00
Tomás Farías Santana
06aaeab954
feat: Check query outputs for errors in Snowflake export ( #16247 )
2023-06-27 14:21:37 +02:00
Paul D'Ambra
8a29cc679f
feat: estimate size of session on ingestion ( #16241 )
...
* migration to add the new column
* and populate it
* fix
* Update query snapshots
* test assertions
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-27 08:12:42 +01:00
Eric Duong
403a165878
chore(data-warehouse): add fix to model data warehouse model typing ( #16258 )
...
add fix
2023-06-26 19:31:39 -04:00
Eric Duong
0ae1c8735f
chore(data-warehouse): adjust error handling and virtualization ( #16256 )
...
various adjustments
2023-06-26 17:54:49 -04:00
James Greenhill
0f0fa28932
Revert "fix(hogql): null handling with == and != comparisons" ( #16257 )
...
Revert "fix(hogql): null handling with == and != comparisons (#16216 )"
This reverts commit 46d80f3e93
.
2023-06-26 14:13:27 -07:00
Ben White
c8f0b4f6e6
chore: Added timed logger for usage report ( #16251 )
...
Added timed logger for usage report
2023-06-26 14:12:41 -07:00
Michael Matloka
46c68360bd
chore(hogql): Expose aggregate functions illegal in conditions ( #16255 )
2023-06-26 21:34:09 +02:00
Marius Andra
46d80f3e93
fix(hogql): null handling with == and != comparisons ( #16216 )
2023-06-26 21:14:21 +02:00
Raquel Smith
efa2eff6fe
feat: show a notice when impersonating another user ( #16231 )
...
show a notice when impersonating another user
2023-06-26 17:39:24 +00:00
James Greenhill
32e4e406de
chore: speed up celery clickhouse stats ( #16254 )
2023-06-26 10:26:26 -07:00
Tomás Farías Santana
d71b994a4b
chore: Remove docker-compose logging now that flakyness is no more ( #16250 )
2023-06-26 19:02:13 +02:00
Eric Duong
b69ea4ecb2
chore(data-warehouse): add beta tag to sidebar ( #16232 )
...
add beta tag to sidebar
2023-06-26 12:46:17 -04:00
Harry Waye
e0de3aeeb1
fix(dlq): just continue on non-retriable DLQ errors ( #16249 )
...
We at the moment try to push the original message to the DLQ on
non-retriable errors. However, it seems that we are sometimes hitting
the size limit of the DLQ in these cases, possibly because we are using
a different compression algorithm for the DLQ than for the main topic(?)
The main reason for pushing the original message to the DLQ is to make
sure that we wouldn't hit these issues, but that seems like it's not
something we can rely on.
2023-06-26 16:16:25 +00:00
Xavier Vello
ab7eb2a236
chore(ingestion): avoid overflow dupes by waiting after processing ( #16242 )
2023-06-26 17:07:41 +02:00
Thomas Obermüller
41a4c67730
refactor(insights): remove legacy code (1/x) ( #16230 )
...
* remove disableDataExploration flag
* remove leftover comment
* remove legacy variants of FunnelCanvasLabel and FunnelStepsPicker
* remove legacy variant of FunnelBinsPicker
* remove legacy variant of FunnelDisplayLayoutPicker
* cleanup LegacyInsightDisplayConfig
* remove legacy variant of ValueOnSeriesFilter
* more cleanup of LegacyInsightDisplayConfig
* remove reliance on order in funnel steps picker
2023-06-26 16:31:00 +02:00
Michael Matloka
2891437a9c
style(funnels): Fix translucent text on dashboards ( #16221 )
2023-06-26 16:19:09 +02:00
Paul D'Ambra
a5f83972eb
feat: gzip support for plugin server kafka ( #16239 )
...
* chore: log librd kafka features on blob ingester start
* one line to rule them all
* wat
* feat: gzip support for plugin server kafka (#16240 )
* feat: gzip support for plugin server kafka
* need to specify earth standard gravity
2023-06-26 15:15:18 +01:00
Paul D'Ambra
73cb302547
fix: flash of product introduction when loading page ( #16236 )
2023-06-26 15:06:05 +01:00
Paul D'Ambra
4d0b51f764
fix: fake timer blob consumer tests ( #16245 )
...
* fix: fake timer blob consumer tests
* Update plugin-server/tests/main/ingestion-queues/session-recording/session-recordings-blob-consumer.test.ts
* remove unnecessary advance time
2023-06-26 12:52:01 +01:00
Paul D'Ambra
2623a77c05
chore: skip test to unblock CI ( #16243 )
...
YOLO to unblock CI
2023-06-26 12:04:13 +01:00
Thomas Obermüller
b6b08ea75c
refactor(insights): remove sampling feature flag ( #16172 )
2023-06-26 10:29:51 +00:00
Tomás Farías Santana
8619d3bd42
feat: Add support for resetting BatchExportRuns ( #16181 )
2023-06-26 11:49:59 +02:00
Frank Hamand
6ef4dfc280
fix: Disable buildx fallback for depot build as it's too slow to be useful ( #16223 )
2023-06-26 11:23:07 +02:00
Xavier Vello
e8aefac28e
chore(ingestion): add consumption and production metrics ( #16174 )
2023-06-26 11:09:02 +02:00
Ben White
97cb36bffa
feat: Replay events as their own capture block ( #16225 )
2023-06-26 09:50:27 +01:00
Ben White
559e2e6058
feat: Added support for alternative redis for realtime playback ( #16227 )
2023-06-26 09:46:29 +01:00
Raquel Smith
48241903f6
fix: duplicate import that broke storybook ( #16234 )
...
fix duplicate import that broke storybook
2023-06-23 22:06:26 +00:00
Li Yi Yu
0d53d7a750
feat(surveys): basic appearance editing ( #16217 )
...
* survey appearance base survey setup
* base survey appearance editing
* remove duplicate condition set
* cleanup
* fix bug for existing surveys without appearance
* cancel survey button should not do anything
2023-06-23 12:06:52 -04:00
Li Yi Yu
eac2e8f141
fix(surveys): survey sent event name and filter property bug fix ( #16228 )
...
* rename to survey sent and filter by survey id property
* fix release summary properties bug
2023-06-23 11:14:18 -04:00
Michael Matloka
fa516b178f
chore(3000): Fix dark mode colors ( #16108 )
...
* chore(3000): Fix dark mode colors
* Update UI snapshots for `chromium` (2)
* Update UI snapshots for `chromium` (1)
* Update UI snapshots for `chromium` (1)
* Use more `antd.less` options
* Consolidate `side` and `muted-light`
* Update tailwind.config.js
* Fix minor issues
* Fix more edge cases
* Update UI snapshots for `chromium` (1)
* Update UI snapshots for `chromium` (1)
* Update UI snapshots for `chromium` (2)
* Remove flaky Number from InsightCard stories
* Update UI snapshots for `chromium` (2)
* Remove some old Ant style overrides
* Fix replay colors
* Fix filters banner
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-23 14:44:04 +02:00
Ben White
34f6dde752
feat: New offset committing logic ( #16220 )
2023-06-23 11:18:35 +00:00
Ben White
ffdda1d392
feat: Realtime playback for new ingestion flow ( #15627 )
2023-06-23 12:39:07 +02:00
Neil Kakkar
a2853d17e0
fix: Mark event and property definitions for flag autocapture as PostHog props ( #16110 )
2023-06-23 10:25:31 +00:00