Commit Graph

929 Commits

Author SHA1 Message Date
Carl-Gerhard Lindesvärd
490d12b24d fix(dashboard): correct prices 2025-03-24 11:22:20 +01:00
Carl-Gerhard Lindesvärd
7ab869ff45 fix: remove free tier 2025-03-24 10:57:20 +01:00
Carl-Gerhard Lindesvärd
76239314dd fix(dashboard): css on billing table 2025-03-24 07:27:14 +01:00
Carl-Gerhard Lindesvärd
f313356096 fix(funnel): fallback to 0 if nan for funnel 2025-03-23 22:25:05 +01:00
Carl-Gerhard Lindesvärd
aeb9abcb13 fix(ts) 2025-03-23 22:10:09 +01:00
Carl-Gerhard Lindesvärd
c03ee3f617 fix(dashboard): show hours when needed and remove bugs for filters 2025-03-23 21:46:03 +01:00
Carl-Gerhard Lindesvärd
584c787799 fix(buffer): ensure we only set path and origin if its set and no previous value was set 2025-03-23 21:16:08 +01:00
Carl-Gerhard Lindesvärd
800a484ad4 improve(api): make retention fast again 2025-03-23 21:14:43 +01:00
Carl-Gerhard Lindesvärd
1257381bf2 feature(dashboard): improved funnels 2025-03-23 21:13:32 +01:00
Carl-Gerhard Lindesvärd
bb018d55ca fix(dashboard): use correct overview metrics on share page 2025-03-21 19:30:44 +01:00
Carl-Gerhard Lindesvärd
d3ef034a5d fix(dashboard): force prefetch for project links 2025-03-20 20:54:03 +01:00
Carl-Gerhard Lindesvärd
38ff55f203 fix(dashboard): set initial size for map 2025-03-20 20:52:49 +01:00
Carl-Gerhard Lindesvärd
b59216fb7d fix(session): use correct batch size 2025-03-20 10:55:03 +01:00
Carl-Gerhard Lindesvärd
8d50213ed9 fix(session): negative duration #2 2025-03-20 10:38:41 +01:00
Carl-Gerhard Lindesvärd
cf01d7a545 fix(session): negative duration 2025-03-20 10:31:19 +01:00
Carl-Gerhard Lindesvärd
7c1d36a9f3 fix(worker): add validation to worker dockerfile 2025-03-20 10:13:47 +01:00
Carl-Gerhard Lindesvärd
563551992d trigger(build) 2025-03-20 09:47:48 +01:00
Carl-Gerhard Lindesvärd
a1eb4a296f feature(dashboard): refactor overview
fix(lint)
2025-03-20 09:40:01 +01:00
Carl-Gerhard Lindesvärd
b035c0d586 fix(polar): filter out custom products 2025-03-19 09:36:07 +01:00
Carl-Gerhard Lindesvärd
1784a48bfc fix(dashboard): ensure we only pass dates to formatdate 2025-03-13 21:17:20 +01:00
Carl-Gerhard Lindesvärd
08b07e42fb fix(buffer): do not update created_at for profiles since its our partition key 2025-03-06 11:07:09 +01:00
Carl-Gerhard Lindesvärd
164a18e931 docs: publish new article on self-hosting 2025-02-28 23:08:44 +01:00
Carl-Gerhard Lindesvärd
020ed5eb04 fix(api): send empty response 2025-02-28 11:17:48 +01:00
Carl-Gerhard Lindesvärd
cd519405d1 improve(buffer): remove check in buffer 2025-02-28 10:06:32 +01:00
Carl-Gerhard Lindesvärd
5c6ad93ff5 improve(api): how we check duplicate requests 2025-02-28 10:03:28 +01:00
Carl-Gerhard Lindesvärd
7750ca117f improve(api): update api to fastify v5 2025-02-28 09:19:27 +01:00
Carl-Gerhard Lindesvärd
f0b0f27a8f fix(dashboard): fix issues where info can accidentally be removed by a save 2025-02-27 22:10:13 +01:00
Carl-Gerhard Lindesvärd
44721f84da fix(buffer): ensure we don't have duplicate events 2025-02-27 12:48:43 +01:00
Carl-Gerhard Lindesvärd
9aa0ee485a chore(public): remove some beta things 2025-02-27 09:17:47 +01:00
Carl-Gerhard Lindesvärd
d6f5bb7833 fix(public): remove db dependencies and use traditional api call to get stats 2025-02-27 00:07:25 +01:00
Carl-Gerhard Lindesvärd
9d43cc49c4 fix(db): clickhouse dates (unsure what have happen) 2025-02-26 15:10:08 +01:00
Carl-Gerhard Lindesvärd
bc2205fa2f chore(public): remove beta tag 2025-02-26 13:57:55 +01:00
Carl-Gerhard Lindesvärd
75846f0f90 fix(worker): return any thing so cachable cache the request 2025-02-26 13:20:32 +01:00
Carl-Gerhard Lindesvärd
5abf7b988d fix(buffer): check if key exists 2025-02-26 12:59:41 +01:00
Carl-Gerhard Lindesvärd
80fa34469e fix(db): count rows broken 2025-02-26 12:18:58 +01:00
Carl-Gerhard Lindesvärd
98d945c108 fix(worker): escape more things 2025-02-26 12:02:40 +01:00
Carl-Gerhard Lindesvärd
906a0d0bca fix(worker): remove clear cache for events count 2025-02-26 11:53:08 +01:00
Carl-Gerhard Lindesvärd
27a945b567 fix(worker): escape string 2025-02-26 11:39:52 +01:00
Carl-Gerhard Lindesvärd
168ebc3430 feat(subscriptions): added polar as payment provider for subscriptions
* feature(dashboard): add polar / subscription

* wip(payments): manage subscription

* wip(payments): add free product, faq and some other improvements

* fix(root): change node to bundler in tsconfig

* wip(payments): display current subscription

* feat(dashboard): schedule project for deletion

* wip(payments): support custom products/subscriptions

* wip(payments): fix polar scripts

* wip(payments): add json package to dockerfiles
2025-02-26 11:24:00 +01:00
Carl-Gerhard Lindesvärd
86bf9dd064 remove(api): profile alias are no gone since not used 2025-02-24 23:24:25 +01:00
Carl-Gerhard Lindesvärd
5863dd8c2b improve(buffer): don't add profile if its from an event and already created 2025-02-24 22:55:30 +01:00
Carl-Gerhard Lindesvärd
bc3b9ae7bf chore(db): add logger to mutations (forgot model) 2025-02-22 14:36:10 +01:00
Carl-Gerhard Lindesvärd
93944fe85f chore(db): add logger to mutations 2025-02-22 14:27:07 +01:00
Carl-Gerhard Lindesvärd
bc311e35f7 chore(worker): add prom-client collectDefaultMetrics 2025-02-22 12:14:59 +01:00
Carl-Gerhard Lindesvärd
b96af6c21b improve(buffer): consistent loggic 2025-02-22 10:00:16 +01:00
Carl-Gerhard Lindesvärd
2022a82f03 fix(buffer): better merging profiles in buffer 2025-02-22 07:46:06 +01:00
Carl-Gerhard Lindesvärd
4c938131ca improve(dashboard): add basic code snippets for script tag and curl on onboarding 2025-02-19 20:07:02 +01:00
Carl-Gerhard Lindesvärd
6ad47c8bd1 improve(api): ensure we do 3 attempts to add events to the queue 2025-02-19 10:34:52 +01:00
Carl-Gerhard Lindesvärd
59012526e2 fix(worker): add reqId to logger for better traceability 2025-02-19 10:33:42 +01:00
Carl-Gerhard Lindesvärd
c4258bbccd fix(buffer): delete last screen view again on completed session 2025-02-19 09:54:20 +01:00