Commit Graph

1222 Commits

Author SHA1 Message Date
Carl-Gerhard Lindesvärd
280065c2c4 fix: parse cookie domain (#185)
* chore: update bots and referrers

* fix: handle cookie domain better
2025-10-04 21:22:09 +02:00
Carl-Gerhard Lindesvärd
0b4fcbad69 feat: use groupmq instead of bullmq for incoming events (#206)
* wip

* wip working group queue

* wip

* wip

* wip

* fix: groupmq package (tests failed)

* minor fixes

* fix: zero is fine for duration

* add logger

* fix: make buffers more lightweight

* bump groupmq

* new buffers and bump groupmq

* fix: buffers based on comments

* fix: use profileId as groupId if exists

* bump groupmq

* add concurrency env for only events
2025-10-04 21:07:55 +02:00
Carl-Gerhard Lindesvärd
ca4a880acd feat: graceful shutdown (#205)
* feat: graceful shutdown

* comments by coderabbit

* fix
2025-10-02 11:03:54 +02:00
Mouhamadou Tidiane El Bachir Diop
5092b6ae51 fix(sdk+express): add support for express V5 (#201)
* add support for express V5

* Add Support for v4 to v5 [major changes between versions]

* Update packages/sdks/express/package.json

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-09-26 20:32:58 +02:00
Ashutosh Singh
c10b89dcf7 feat: log limit added (#202) 2025-09-26 20:29:46 +02:00
Carl-Gerhard Lindesvärd
a145bd6cfc fix(docs): add insights to menu 2025-09-09 07:23:21 +02:00
Carl-Gerhard Lindesvärd
df32bb04a0 feat(api): add insights endpoints 2025-09-08 22:07:09 +02:00
Carl-Gerhard Lindesvärd
d4a1eb88b8 fix: handle new depends_on object instead of array #195 2025-09-04 09:57:57 +02:00
Carl-Gerhard Lindesvärd
52b86682e2 fix: ensure we dont bloat notification table with any other notification than app 2025-09-03 21:39:21 +02:00
Carl-Gerhard Lindesvärd
e5cacb73df fix(api): ensure we always have profile in cache (before inserted to clickhouse) 2025-08-13 20:57:42 +02:00
Carl-Gerhard Lindesvärd
31ccfb8b5f improve: add profile to notifications templates eg {{profile.email}} 2025-08-08 22:38:03 +02:00
Carl-Gerhard Lindesvärd
26efb7a94d fix: display name for events 2025-08-08 14:13:56 +02:00
Carl-Gerhard Lindesvärd
113ab0a28d chore: update bots and referrers 2025-07-02 12:16:01 +02:00
Carl-Gerhard Lindesvärd
a6993abb6f fix: self-hosting had trial 2025-06-28 06:59:57 +02:00
Carl-Gerhard Lindesvärd
7bda9adf86 improve(public): description 2025-06-26 22:48:54 +02:00
Carl-Gerhard Lindesvärd
f96c9b4769 improve(public): list all prices instead of slider + rewrite article 2025-06-26 22:41:09 +02:00
Carl-Gerhard Lindesvärd
77cd74816c sdk(express): add user-agent as well 2025-06-25 12:27:28 +02:00
Carl-Gerhard Lindesvärd
28f36da68e fix(coolify): bump version 2025-06-23 22:53:08 +02:00
Carl-Gerhard Lindesvärd
92d62c3e5c improve: prepare for coolify and general self-hosting improvements (#175)
* fix(self-hosting): improve docker compose, add healthchecks, rename env SELF_HOSTED

* improve(db): improve initial migration when no data exists

* fix(db): misstakes were made

* improve(dashboard): better curl preview depending on project type

* fix(db): fix migrations

* fix(onboarding): ensure we publish event correctly

* wip

* fix: curl preview

* add coolify template

* fix(dashboard): page -> route

* fix

* fix env
2025-06-23 22:21:11 +02:00
Carl-Gerhard Lindesvärd
4a2dbc5c4d fix(public): add robots.txt 2025-06-20 09:07:26 +02:00
Carl-Gerhard Lindesvärd
bbe0192a19 fix(public): ts issue 2025-06-18 14:50:30 +02:00
Carl-Gerhard Lindesvärd
5c6d71f176 improve(public): re-design landing page a bit 2025-06-18 14:38:14 +02:00
Carl-Gerhard Lindesvärd
9b16bbaccd feature: prepare for demo mode 2025-06-17 23:10:23 +02:00
Carl-Gerhard Lindesvärd
02be728499 fix(docs): remove alias from docs for now 2025-06-12 12:04:34 +02:00
Carl-Gerhard Lindesvärd
ad8dfb511d fix(dashboard): ui glitch in event details #169 2025-06-11 22:31:27 +02:00
Carl-Gerhard Lindesvärd
e3e9e60b25 fix(api): handle profile filters/breakdowns better 2025-06-11 22:31:27 +02:00
Carl-Gerhard Lindesvärd
82239a7d9a improve(dashboard): the flow of creating a project 2025-06-11 22:31:27 +02:00
T04435
5e023d0227 chore(dashboard): added report name on save report toast (#174) 2025-06-10 22:38:51 +02:00
Carl-Gerhard Lindesvärd
3560276095 fix(dashboard): make new events combobox case sensitive 2025-06-10 08:43:26 +02:00
Carl-Gerhard Lindesvärd
1cfd7e7e1b fix(dashboard): dockerfile + other self-hosting issues 2025-06-09 17:22:56 +02:00
Carl-Gerhard Lindesvärd
5445d6309e test: add vitest
* feature(root): add vitest and some basic tests

* fix(test): after rebase + added referrars test and more sites

* fix(test): test broken after rebase

* fix(test): provide db url to make prisma happy

* fix tests
2025-06-06 19:14:18 +02:00
Carl-Gerhard Lindesvärd
09c83ddeb4 fix(dashboard): scroll issues in modals 2025-06-06 14:20:49 +02:00
Carl-Gerhard Lindesvärd
34414e1d3e feat(geo): make geo a package instead of service (#161) 2025-06-06 05:56:54 +02:00
Carl-Gerhard Lindesvärd
f59bcfba3c improve(dashboard): better event selector and other improvements 2025-06-05 11:28:06 +02:00
Carl-Gerhard Lindesvärd
cd5dce02b8 fix(dashboard): add property selector 2025-06-04 13:12:27 +02:00
Carl-Gerhard Lindesvärd
5b1e94e9ad fix(api): filter empty values when using sum and average, added min and max 2025-06-04 12:45:26 +02:00
Carl-Gerhard Lindesvärd
5c5154ee86 fix: clear cache for organizations when subscriptions updates 2025-06-04 12:00:45 +02:00
Carl-Gerhard Lindesvärd
92210c1b3f fix(api): broken overview when filter path 2025-06-04 11:32:48 +02:00
steffenabel
e08718724e fix: Fix broken discord link (#163) 2025-06-04 10:11:47 +02:00
Carl-Gerhard Lindesvärd
0d58a5bf0c improve(queue): how we handle incoming events and session ends 2025-06-03 21:19:01 +02:00
Carl-Gerhard Lindesvärd
39775142e2 fix(api): ensure we get correct date format 2025-05-27 09:32:45 +02:00
Carl-Gerhard Lindesvärd
95a30a660c fix(api): ensure we use correct date format to get chart (export) 2025-05-23 12:00:24 +02:00
Carl-Gerhard Lindesvärd
680727355b feature(dashboard,api): add timezone support
* feat(dashboard): add support for today, yesterday etc (timezones)

* fix(db): escape js dates

* fix(dashboard): ensure we support default timezone

* final fixes

* remove complete series and add sql with fill instead
2025-05-23 11:26:44 +02:00
Carl-Gerhard Lindesvärd
46bfeee131 fix(dashboard): speed up project cards on project list 2025-05-21 22:06:28 +02:00
Carl-Gerhard Lindesvärd
ce184b157f fix(api): filter events by profileId for export route 2025-05-21 20:52:26 +02:00
Carl-Gerhard Lindesvärd
af7146f555 fix(dashboard): add weekly interval #154 2025-05-14 22:28:14 +02:00
Carl-Gerhard Lindesvärd
0eed1e168f fix(dashboard): fill empty days for project card series 2025-05-14 21:04:47 +02:00
Carl-Gerhard Lindesvärd
023a2852c7 fix(dashboard): event field value cant have key as prop 2025-05-14 09:36:28 +02:00
Carl-Gerhard Lindesvärd
e0c356701f fix(dashboard): add typing for data table meta 2025-05-14 09:20:34 +02:00
Carl-Gerhard Lindesvärd
ab2f711880 fix(dashboard): fix previous data for time series 2025-05-13 23:10:08 +02:00