338 Commits

Author SHA1 Message Date
Carl-Gerhard Lindesvärd
4b3a7222f8 improve(buffer): exclude common properties before checking! 2025-02-04 15:03:49 +01:00
Carl-Gerhard Lindesvärd
b0a41f7911 improve(buffer): stringify all properties since they can be different types (unsure why now) 2025-02-04 14:46:58 +01:00
Carl-Gerhard Lindesvärd
e3131ed72a improve(api): cache salts 2025-02-04 14:21:37 +01:00
Carl-Gerhard Lindesvärd
3a61276859 fix(buffer): better checksum for profile buffer 2025-02-04 14:10:38 +01:00
Carl-Gerhard Lindesvärd
8132ec4bb0 improve(clickhouse): better logger 2025-02-04 13:39:42 +01:00
Carl-Gerhard Lindesvärd
77365391c2 improve(buffer): understand better if checksum is broken or not 2025-02-04 13:39:28 +01:00
Carl-Gerhard Lindesvärd
272ea7fa7c fix(buffer): add correct envs 2025-02-04 12:07:21 +01:00
Carl-Gerhard Lindesvärd
de3ea6c8be chore(buffer): remove unused deps 2025-02-04 12:03:44 +01:00
Carl-Gerhard Lindesvärd
be83b484bc improve(buffer): better clean up 2025-02-03 21:50:35 +01:00
Carl-Gerhard Lindesvärd
de1a4faf28 fix(buffer): dont save bot events when testing 2025-02-03 09:42:53 +01:00
Carl-Gerhard Lindesvärd
ff2dca42f6 improve(buffer): prep postgres buffer 2025-02-03 09:19:00 +01:00
Carl-Gerhard Lindesvärd
a2b74a9b4d test(buffer): testing new buffer (only inserts, no processing) 2025-01-31 00:09:25 +00:00
Carl-Gerhard Lindesvärd
71bf22af51 feature(queue): use postgres instead of redis for buffer
* wip(buffer): initial implementation of psql buffer

* wip(buffer): add both profile and bots buffer
2025-01-30 22:50:57 +00:00
Carl-Gerhard Lindesvärd
a3f39b95d2 fix(buffer): tmp lower inserts 2025-01-30 22:32:04 +00:00
Carl-Gerhard Lindesvärd
38a93c0b2f improve(db): add read replica 2025-01-30 22:23:41 +00:00
Carl-Gerhard Lindesvärd
033a6acd43 fix(buffer): chunk inserts 2025-01-29 16:07:43 +00:00
Carl-Gerhard Lindesvärd
f7047beede feature(clickhouse): move to clickhouse cloud (handle self-hosting later) 2025-01-05 23:08:04 +01:00
Carl-Gerhard Lindesvärd
c12eb80867 fix(dashboard): improvements to notifications templates 2024-12-29 22:48:06 +01:00
Carl-Gerhard Lindesvärd
964daef4c1 fix(dashboard): handle * (any events) for notifications 2024-12-27 21:51:17 +01:00
Carl-Gerhard Lindesvärd
b6bdcddcbe fix(auth): more auth things 2024-12-21 11:18:06 +01:00
Carl-Gerhard Lindesvärd
a32b8b37bd fix(auth): find account better 2024-12-21 10:45:17 +01:00
Carl-Gerhard Lindesvärd
d31d9924a5 feature(auth): replace clerk.com with custom auth (#103)
* feature(auth): replace clerk.com with custom auth

* minor fixes

* remove notification preferences

* decrease live events interval

fix(api): cookies..

# Conflicts:
#	.gitignore
#	apps/api/src/index.ts
#	apps/dashboard/src/app/providers.tsx
#	packages/trpc/src/trpc.ts
2024-12-20 22:23:07 +01:00
Carl-Gerhard Lindesvärd
f4ad97d87d feature(dashboard): add ability to filter out events by profile id and ip (#101) 2024-12-07 21:34:32 +01:00
Carl-Gerhard Lindesvärd
12ab8fc0af fix(buffer): increase lock timer 2024-12-03 14:38:21 +01:00
Carl-Gerhard Lindesvärd
ee0f7e7d75 fix(api,worker): general improvements for workers, debugging and logging 2024-12-03 13:25:05 +01:00
Carl-Gerhard Lindesvärd
e1e2d7e43e feature(clickhouse): added replicated and distributed tables 2024-12-02 20:00:48 +01:00
Carl-Gerhard Lindesvärd
8bd66f00b0 chore(db): use distributed tables 2024-12-02 07:18:12 +01:00
Carl-Gerhard Lindesvärd
500cce2918 fix(buffer): ensure insert correct date format 2024-11-30 22:48:07 +01:00
Carl-Gerhard Lindesvärd
d80754a6fd fix(buffer): max call stack issue with buffer 2024-11-29 10:39:12 +01:00
Carl-Gerhard Lindesvärd
0dfd28c9ce fix 2024-11-28 21:17:52 +01:00
Carl-Gerhard Lindesvärd
3e04645688 Revert "fix"
This reverts commit 31184b7c45.
2024-11-28 21:17:20 +01:00
Carl-Gerhard Lindesvärd
31184b7c45 fix 2024-11-28 21:16:11 +01:00
Carl-Gerhard Lindesvärd
e21cd7ed73 revert 2024-11-28 21:11:22 +01:00
Carl-Gerhard Lindesvärd
defc78d0f8 fix 2024-11-28 21:06:45 +01:00
Carl-Gerhard Lindesvärd
ab8bce7752 chore(dashboard,db): prepping for migration time 2024-11-28 20:58:18 +01:00
Carl-Gerhard Lindesvärd
b0c8e25b0a Revert "improve(funnel): make sure group by profile id works as you would think"
This reverts commit 56edb91dd0.
2024-11-23 23:39:58 +01:00
Carl-Gerhard Lindesvärd
56edb91dd0 improve(funnel): make sure group by profile id works as you would think 2024-11-23 21:52:11 +01:00
Carl-Gerhard Lindesvärd
9c8badd68d fix(dashboard): broken af 2024-11-20 14:19:48 +01:00
Carl-Gerhard Lindesvärd
cd16ac878d chore(root): rename organizationSlug to organizationId (#91) 2024-11-20 14:04:55 +01:00
Carl-Gerhard Lindesvärd
3e7a3ea6c9 fix(buffer): keep a backup of the buffer if something goes wrong 2024-11-19 20:45:35 +01:00
Carl-Gerhard Lindesvärd
fac1e90a39 fix(api): group or statements for chart service 2024-10-23 22:55:25 +02:00
Carl-Gerhard Lindesvärd
71794c802c feature(dashboard): add template for notification rules 2024-10-23 19:59:52 +02:00
Carl-Gerhard Lindesvärd
c4a2ea4858 feature(dashboard): add more settings for funnels
* wip
* feature(dashboard): add more settings for funnels
2024-10-21 10:13:57 +02:00
Carl-Gerhard Lindesvärd
f977c5454a feature(dashboard): add new retention chart type 2024-10-16 10:18:16 +02:00
Carl-Gerhard Lindesvärd
f450a2871b fix(dashboard,api): minor improvement for integrations and notifications 2024-10-03 20:48:37 +02:00
Carl-Gerhard Lindesvärd
f45b02407c fix(api): return correct events for profile 2024-10-03 11:11:10 +02:00
Carl-Gerhard Lindesvärd
f65a633403 feature(dashboard): add integrations and notifications 2024-10-02 22:41:35 +02:00
Carl-Gerhard Lindesvärd
c4be1dc05d fix(api): exclude some keys for export cache 2024-09-25 21:23:08 +02:00
Carl-Gerhard Lindesvärd
0391552ef7 fix(api): add parentheses around or statements in chart.service 2024-09-24 13:15:03 +02:00
Carl-Gerhard Lindesvärd
25a7365569 perf(worker): try to improve perf of worker 2024-09-24 09:19:30 +02:00