Commit Graph

815 Commits

Author SHA1 Message Date
Carl-Gerhard Lindesvärd
08bfff94cf improvement(dashboard): add interval selector on dashboard page 2025-01-21 15:18:30 +00:00
Carl-Gerhard Lindesvärd
54d1f9b6d6 chore(public): update home title 2025-01-05 23:10:01 +01: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
995fc7794d docs(article): added recap article 2024-12-31 08:28:21 +01:00
Carl-Gerhard Lindesvärd
eb00eda8cf improve(public): remove heavy svgs and replaced some images with local 2024-12-30 22:45:59 +01:00
Carl-Gerhard Lindesvärd
8fb0236d13 fix(api): move skipOnboardingCheck to public producer 2024-12-30 21:48:46 +01:00
Carl-Gerhard Lindesvärd
00c76105d4 fix(dashboard): change "not set" to direct / not set 2024-12-30 20:59:05 +01:00
Carl-Gerhard Lindesvärd
2fc0ea6360 improve(dashboard): tooltip appearance and prose on dark mode 2024-12-30 20:58:05 +01:00
Carl-Gerhard Lindesvärd
3daddd8f57 fix(dashboard): improve map colors if system theme 2024-12-30 20:53:52 +01:00
Carl-Gerhard Lindesvärd
c4e815b405 fix(auth): improve oauth flow, fix invite flow (with google), add copy invite link 2024-12-30 20:09:25 +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
e5b5a8af62 fix(api): better logging for verify oauth code 2024-12-29 09:28:45 +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
7361ef3b79 fix(auth): make most of the fields optional instead of just nullable in oauth flow 2024-12-21 16:58:54 +01:00
Carl-Gerhard Lindesvärd
14ed77bd78 fix(public): register links are broken 2024-12-21 11:19:35 +01:00
Carl-Gerhard Lindesvärd
b6bdcddcbe fix(auth): more auth things 2024-12-21 11:18:06 +01:00
Carl-Gerhard Lindesvärd
eb2abd6027 fix(auth): update provider id on sign in 2024-12-21 11:12:45 +01:00
Carl-Gerhard Lindesvärd
a32b8b37bd fix(auth): find account better 2024-12-21 10:45:17 +01:00
Carl-Gerhard Lindesvärd
b6ab9d3bb9 fix(auth): Better error logging 2024-12-21 10:20:30 +01:00
Carl-Gerhard Lindesvärd
3c9450c112 fix(auth): more schema validation fixes 2024-12-21 10:11:28 +01:00
Carl-Gerhard Lindesvärd
e6ca8a7999 fix(auth): github name can be null 2024-12-21 09:52:02 +01:00
Carl-Gerhard Lindesvärd
b452eab3af fix(public): fetch actual stars 2024-12-20 23:08:40 +01:00
Carl-Gerhard Lindesvärd
8dec0aeb21 chore(dashboard): add support text on login 2024-12-20 23:07:33 +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
f28802b1c2 chore(cookies): debug (revert this) 2024-12-19 21:44:56 +01:00
Carl-Gerhard Lindesvärd
1883ec2170 fix(clickhouse): remove invalid surrogate pairs from properties 2024-12-19 13:44:38 +01:00
Carl-Gerhard Lindesvärd
88c6eb7a0e chore(git): add ignore 2024-12-19 13:14:21 +01:00
Carl-Gerhard Lindesvärd
cdd13778de fix(dashboard+api): add cors + domain from onboarding 2024-12-11 23:35:11 +01:00
Carl-Gerhard Lindesvärd
5d7bb48b4e fix(api): logs 2024-12-07 21:49:00 +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
27ee623584 chore(api): add logs when sdk request fails by auth 2024-12-07 20:31:20 +01:00
Carl-Gerhard Lindesvärd
ca985d4fa6 chore(dashboard): update serie icons 2024-12-03 21:09:19 +01:00
Carl-Gerhard Lindesvärd
9b28c5a464 feature(dashboard): add interval picker to the overview page 2024-12-03 21:07:25 +01:00
Carl-Gerhard Lindesvärd
6e57a8337e chore(api): update referrers list 2024-12-03 20:49:08 +01:00
Carl-Gerhard Lindesvärd
335fcf0f7a chore(api): update bots list 2024-12-03 20:43:42 +01:00
Carl-Gerhard Lindesvärd
ae2d2455f4 release(nextjs-sdk): bump to 1.0.7 2024-12-03 20:34:51 +01:00
Carl-Gerhard Lindesvärd
f48dcfe678 fix(sdk): make options for createNextRouteHandler optional 2024-12-03 20:33:46 +01:00
Carl-Gerhard Lindesvärd
2e3e7037bd chore(public): update docs 2024-12-03 20:27:53 +01:00
Carl-Gerhard Lindesvärd
152216f64b fix(integrations): avoid slack crashing when env does not exist 2024-12-03 20:08:06 +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
a72ac97f93 chore(worker): disable bullboard as an option 2024-12-02 20:05:04 +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
83a3618a76 chore: empty commit to trigger redeploy 2024-12-02 12:04:17 +01:00
Carl-Gerhard Lindesvärd
4d56206d61 chore: empty commit to trigger redeploy 2024-12-02 07:22:03 +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
afff099c5b fix(api): sending duplicated responses for bot events (improved code as well) 2024-11-30 21:40:25 +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