Commit Graph

167 Commits

Author SHA1 Message Date
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
Carl-Gerhard Lindesvärd
1242f0e9c9 chore(buffer): clean up old files 2024-09-20 10:35:21 +02:00
Carl-Gerhard Lindesvärd
7a0e50a764 fix(buffer): use correct name 2024-09-20 09:38:49 +02:00
Carl-Gerhard Lindesvärd
25f329a4cd chore(buffer): iron out the buffer issues 2024-09-19 21:38:40 +02:00
Carl-Gerhard Lindesvärd
e18ac4d79e fix(buffer): fixed issues with buffer 2024-09-18 23:46:38 +02:00
Carl-Gerhard Lindesvärd
13a83155cf fix(db): change buffer lock interval 2024-09-18 23:46:38 +02:00
Carl-Gerhard Lindesvärd
cf949646eb fix(db): merging profiles 2024-09-18 23:46:38 +02:00
Carl-Gerhard Lindesvärd
545cbfd520 feature(worker+api): improve buffer 2024-09-18 23:46:37 +02:00
Carl-Gerhard Lindesvärd
32e91959f6 chore(root): migrate to biome 2024-09-18 23:46:11 +02:00
Carl-Gerhard Lindesvärd
1f6e198336 fix 2024-09-18 23:22:01 +02:00
Carl-Gerhard Lindesvärd
c674127784 test(buffer): disable auto flush on profile 2024-09-14 22:57:50 +02:00
Carl-Gerhard Lindesvärd
c819c18962 fix(root): add hyperdx and better logging 2024-09-13 22:05:25 +02:00
Carl-Gerhard Lindesvärd
efd24ca67a perf(api): improve inserting events 2024-09-12 22:09:35 +02:00
Carl-Gerhard Lindesvärd
46fe17e558 perf(api): add bot events with buffer 2024-09-12 20:51:54 +02:00
Carl-Gerhard Lindesvärd
3e19f90e51 fix(dashboard): get properties and createdAt for profiles 2024-09-11 12:18:10 +02:00
Carl-Gerhard Lindesvärd
b44f1958a2 feat(root): added migrations and optimized profile table 2024-09-10 23:30:41 +02:00
Carl-Gerhard Lindesvärd
dbc2a32458 fix(buffer): avoid merging properties 2024-09-10 23:30:41 +02:00
Carl-Gerhard Lindesvärd
27b814eba2 fix(dashboard): reduce re-renders for pages table 2024-09-05 22:10:20 +02:00
Carl-Gerhard Lindesvärd
b19a874a0b feat(dashboard): add basic search to profiles 2024-09-05 22:08:35 +02:00
Carl-Gerhard Lindesvärd
92fd302648 perf(dashboard): improve chart when only one value exists 2024-09-05 17:12:18 +02:00
Carl-Gerhard Lindesvärd
e6ebb2c11f fix(export): fix/add option to better select what fields you want 2024-09-05 17:11:49 +02:00
Carl-Gerhard Lindesvärd
18b3bc3018 feat(dashboard): reuse reports filter on overview and add more operators (#31) 2024-09-05 15:55:31 +02:00