Commit Graph

  • a1eb4a296f feature(dashboard): refactor overview Carl-Gerhard Lindesvärd 2025-03-20 09:28:54 +01:00
  • b035c0d586 fix(polar): filter out custom products Carl-Gerhard Lindesvärd 2025-03-19 09:36:07 +01:00
  • 1784a48bfc fix(dashboard): ensure we only pass dates to formatdate Carl-Gerhard Lindesvärd 2025-03-13 21:17:20 +01:00
  • 05f310bdbb wip feature/sdk-nextjs-reactivity Carl-Gerhard Lindesvärd 2025-03-13 20:20:15 +01:00
  • 08b07e42fb fix(buffer): do not update created_at for profiles since its our partition key Carl-Gerhard Lindesvärd 2025-03-06 11:07:09 +01:00
  • 164a18e931 docs: publish new article on self-hosting Carl-Gerhard Lindesvärd 2025-02-28 23:08:44 +01:00
  • 020ed5eb04 fix(api): send empty response Carl-Gerhard Lindesvärd 2025-02-28 11:17:48 +01:00
  • cd519405d1 improve(buffer): remove check in buffer Carl-Gerhard Lindesvärd 2025-02-28 10:06:32 +01:00
  • 5c6ad93ff5 improve(api): how we check duplicate requests Carl-Gerhard Lindesvärd 2025-02-28 10:03:28 +01:00
  • 7750ca117f improve(api): update api to fastify v5 Carl-Gerhard Lindesvärd 2025-02-28 09:19:27 +01:00
  • f0b0f27a8f fix(dashboard): fix issues where info can accidentally be removed by a save Carl-Gerhard Lindesvärd 2025-02-27 22:10:13 +01:00
  • 44721f84da fix(buffer): ensure we don't have duplicate events Carl-Gerhard Lindesvärd 2025-02-27 12:48:43 +01:00
  • 9aa0ee485a chore(public): remove some beta things Carl-Gerhard Lindesvärd 2025-02-27 09:17:47 +01:00
  • d6f5bb7833 fix(public): remove db dependencies and use traditional api call to get stats Carl-Gerhard Lindesvärd 2025-02-27 00:07:25 +01:00
  • 9d43cc49c4 fix(db): clickhouse dates (unsure what have happen) Carl-Gerhard Lindesvärd 2025-02-26 15:10:08 +01:00
  • bc2205fa2f chore(public): remove beta tag Carl-Gerhard Lindesvärd 2025-02-26 13:57:55 +01:00
  • 75846f0f90 fix(worker): return any thing so cachable cache the request Carl-Gerhard Lindesvärd 2025-02-26 13:20:32 +01:00
  • 5abf7b988d fix(buffer): check if key exists Carl-Gerhard Lindesvärd 2025-02-26 12:59:41 +01:00
  • 80fa34469e fix(db): count rows broken Carl-Gerhard Lindesvärd 2025-02-26 12:18:58 +01:00
  • 98d945c108 fix(worker): escape more things Carl-Gerhard Lindesvärd 2025-02-26 12:02:40 +01:00
  • 906a0d0bca fix(worker): remove clear cache for events count Carl-Gerhard Lindesvärd 2025-02-26 11:53:08 +01:00
  • 27a945b567 fix(worker): escape string Carl-Gerhard Lindesvärd 2025-02-26 11:39:52 +01:00
  • 168ebc3430 feat(subscriptions): added polar as payment provider for subscriptions Carl-Gerhard Lindesvärd 2025-02-26 11:24:00 +01:00
  • 86bf9dd064 remove(api): profile alias are no gone since not used Carl-Gerhard Lindesvärd 2025-02-24 23:24:25 +01:00
  • 5863dd8c2b improve(buffer): don't add profile if its from an event and already created Carl-Gerhard Lindesvärd 2025-02-24 22:55:30 +01:00
  • bc3b9ae7bf chore(db): add logger to mutations (forgot model) Carl-Gerhard Lindesvärd 2025-02-22 14:36:10 +01:00
  • 93944fe85f chore(db): add logger to mutations Carl-Gerhard Lindesvärd 2025-02-22 14:27:07 +01:00
  • bc311e35f7 chore(worker): add prom-client collectDefaultMetrics Carl-Gerhard Lindesvärd 2025-02-22 12:14:59 +01:00
  • b96af6c21b improve(buffer): consistent loggic Carl-Gerhard Lindesvärd 2025-02-22 10:00:16 +01:00
  • 2022a82f03 fix(buffer): better merging profiles in buffer Carl-Gerhard Lindesvärd 2025-02-22 07:46:06 +01:00
  • 4c938131ca improve(dashboard): add basic code snippets for script tag and curl on onboarding Carl-Gerhard Lindesvärd 2025-02-19 20:07:02 +01:00
  • 6ad47c8bd1 improve(api): ensure we do 3 attempts to add events to the queue Carl-Gerhard Lindesvärd 2025-02-19 10:34:52 +01:00
  • 59012526e2 fix(worker): add reqId to logger for better traceability Carl-Gerhard Lindesvärd 2025-02-19 10:33:42 +01:00
  • c4258bbccd fix(buffer): delete last screen view again on completed session Carl-Gerhard Lindesvärd 2025-02-19 09:54:20 +01:00
  • 64a6093f00 chore(docs): update links to docs Carl-Gerhard Lindesvärd 2025-02-19 00:09:41 +01:00
  • 8ca74c5435 chore(root): update scripts Carl-Gerhard Lindesvärd 2025-02-19 00:07:00 +01:00
  • 8e94ce5877 fix(buffer): merge events in queue and get last screen view from buffer instead of cache Carl-Gerhard Lindesvärd 2025-02-18 23:08:38 +01:00
  • 3fd4382c76 debug(buffer): log more and disable deletion of cache Carl-Gerhard Lindesvärd 2025-02-18 21:17:02 +01:00
  • 8c640bcb7f fix(logger): dates as string Carl-Gerhard Lindesvärd 2025-02-18 20:51:20 +01:00
  • f309ef58b9 fix(logger): keep dates as is Carl-Gerhard Lindesvärd 2025-02-18 20:28:16 +01:00
  • 344bfd1687 fix(buffer): debug stalled events Carl-Gerhard Lindesvärd 2025-02-18 10:32:27 +01:00
  • 345c3aae14 wip: try fix openpanel public styling #2 Carl-Gerhard Lindesvärd 2025-02-18 08:55:31 +01:00
  • 1b69378e95 wip: try fix openpanel public styling #1 Carl-Gerhard Lindesvärd 2025-02-18 08:54:13 +01:00
  • 1a5d608be4 fix(self-hosting): clickhouse config still need macros, update docs to remove zookeeper Carl-Gerhard Lindesvärd 2025-02-17 23:28:50 +01:00
  • cbf8831eb5 fix(self-hosting): wipe everything script was broken if wrong docker compose version Carl-Gerhard Lindesvärd 2025-02-17 22:57:53 +01:00
  • 6318dc4175 fix(db): use correct env.. Carl-Gerhard Lindesvärd 2025-02-17 21:58:18 +01:00
  • 7182ca6e4c improve(self-hosting): add resend and send email questions Carl-Gerhard Lindesvärd 2025-02-17 21:18:35 +01:00
  • acc675bd36 style: formatted and added example env André Brito 2025-01-03 16:47:31 -04:00
  • 1dfa079b1e feat: added mail sender as env André Brito 2025-01-02 21:05:25 -03:00
  • 0ce963fc7e chore(api): update test mocks Carl-Gerhard Lindesvärd 2025-02-17 20:59:47 +01:00
  • fe555de435 fix(public): remove hardcoded year in footer (#122) Vlad Sazonau 2025-02-17 20:56:42 +01:00
  • 329c0885d4 improve(self-hosting): remove goose, custom migration, docs, remove zookeeper Carl-Gerhard Lindesvärd 2025-02-17 20:54:54 +01:00
  • 16b6786165 fix(dashboard): add maintenance in middleware Carl-Gerhard Lindesvärd 2025-02-17 06:02:15 +01:00
  • 14468a1004 fix(buffer): avoid stalled session events Carl-Gerhard Lindesvärd 2025-02-17 06:01:56 +01:00
  • 4bf55fe840 improve(api): cache geo Carl-Gerhard Lindesvärd 2025-02-11 21:57:07 +01:00
  • cfd7fd9c5e chore: more clean up + ts issues Carl-Gerhard Lindesvärd 2025-02-11 21:50:51 +01:00
  • 3205ea0a31 fix(buffer): live counter Carl-Gerhard Lindesvärd 2025-02-11 21:38:26 +01:00
  • 848f475412 improve(db): do not use keys in redis Carl-Gerhard Lindesvärd 2025-02-11 12:05:08 +01:00
  • 0cf73e299a chore(root): clean up unused stuff Carl-Gerhard Lindesvärd 2025-02-10 20:24:26 +01:00
  • fe14163fd6 fix(self-hosting): replace COOKIE_SECRET variable and not name (#119) Fred KISSIE 2025-02-09 21:58:16 +01:00
  • 18874405b9 fix(api): swift sdk has issues with double OpenPanel tags in user-agent, if so remove one Carl-Gerhard Lindesvärd 2025-02-09 21:56:58 +01:00
  • af0f9717a8 improve(worker): handle sessions with unknown state Carl-Gerhard Lindesvärd 2025-02-09 20:39:52 +01:00
  • b9d071dbbb fix(buffer): on session_end make sure we only add it to sessions if more events exists Carl-Gerhard Lindesvärd 2025-02-09 07:43:12 +01:00
  • b1a66199a3 fix(buffer): unpack error Carl-Gerhard Lindesvärd 2025-02-09 07:21:17 +01:00
  • 0dfa77957c tmp(buffer): get all sessions instead Carl-Gerhard Lindesvärd 2025-02-09 06:49:07 +01:00
  • 2688a428d9 chore(api): add option to not add new jobs Carl-Gerhard Lindesvärd 2025-02-08 22:13:16 +01:00
  • 6cc3bea802 fix(dashboard): decode uri before getting profile by id Carl-Gerhard Lindesvärd 2025-02-08 21:38:52 +01:00
  • ec8aaf24fb fix(buffer): move to redis again 😅 but better Carl-Gerhard Lindesvärd 2025-02-08 21:38:27 +01:00
  • 6fae06770c wip Carl-Gerhard Lindesvärd 2025-02-04 17:02:10 +01:00
  • c2d2f64fc3 use primary for reading eventbuffer Carl-Gerhard Lindesvärd 2025-02-04 16:51:18 +01:00
  • cc1f4aa625 improve(buffer): do not create profile for each event Carl-Gerhard Lindesvärd 2025-02-04 15:36:04 +01:00
  • 4b3a7222f8 improve(buffer): exclude common properties before checking! Carl-Gerhard Lindesvärd 2025-02-04 15:03:49 +01:00
  • b0a41f7911 improve(buffer): stringify all properties since they can be different types (unsure why now) Carl-Gerhard Lindesvärd 2025-02-04 14:46:58 +01:00
  • afef578389 build Carl-Gerhard Lindesvärd 2025-02-04 14:27:40 +01:00
  • e3131ed72a improve(api): cache salts Carl-Gerhard Lindesvärd 2025-02-04 14:18:29 +01:00
  • 3a61276859 fix(buffer): better checksum for profile buffer Carl-Gerhard Lindesvärd 2025-02-04 14:10:38 +01:00
  • 8132ec4bb0 improve(clickhouse): better logger Carl-Gerhard Lindesvärd 2025-02-04 13:39:42 +01:00
  • 77365391c2 improve(buffer): understand better if checksum is broken or not Carl-Gerhard Lindesvärd 2025-02-04 13:39:28 +01:00
  • 272ea7fa7c fix(buffer): add correct envs Carl-Gerhard Lindesvärd 2025-02-04 12:07:21 +01:00
  • de3ea6c8be chore(buffer): remove unused deps Carl-Gerhard Lindesvärd 2025-02-04 12:03:44 +01:00
  • b3fc8ba850 fix(api): disable healthcheck Carl-Gerhard Lindesvärd 2025-02-04 11:09:45 +01:00
  • be83b484bc improve(buffer): better clean up Carl-Gerhard Lindesvärd 2025-02-03 21:50:35 +01:00
  • de1a4faf28 fix(buffer): dont save bot events when testing Carl-Gerhard Lindesvärd 2025-02-03 09:42:53 +01:00
  • 10f648fa51 fix(ci): pnpm broken Carl-Gerhard Lindesvärd 2025-02-03 09:38:46 +01:00
  • ff2dca42f6 improve(buffer): prep postgres buffer Carl-Gerhard Lindesvärd 2025-02-03 09:19:00 +01:00
  • a2b74a9b4d test(buffer): testing new buffer (only inserts, no processing) Carl-Gerhard Lindesvärd 2025-01-31 00:09:25 +00:00
  • 71bf22af51 feature(queue): use postgres instead of redis for buffer Carl-Gerhard Lindesvärd 2025-01-29 15:17:54 +00:00
  • 2b5b8ce446 chore(api): remove console log Carl-Gerhard Lindesvärd 2025-01-28 08:28:17 +00:00
  • a3f39b95d2 fix(buffer): tmp lower inserts Carl-Gerhard Lindesvärd 2025-01-30 22:32:04 +00:00
  • 38a93c0b2f improve(db): add read replica Carl-Gerhard Lindesvärd 2025-01-30 22:23:41 +00:00
  • 033a6acd43 fix(buffer): chunk inserts Carl-Gerhard Lindesvärd 2025-01-29 08:47:35 +00:00
  • 0ffca70782 fix(api): use ping instead of keys for healtcheck Carl-Gerhard Lindesvärd 2025-01-29 08:07:54 +00:00
  • 7deee7e4c2 fix(api): handle common errors better Carl-Gerhard Lindesvärd 2025-01-28 07:14:35 +00:00
  • 8bbf36473b improve(export): improve docs for export and add some default values Carl-Gerhard Lindesvärd 2025-01-26 07:15:51 +00:00
  • 64a7e2ab26 improvements(dashboard): add headers to all overview tables to get a better understanding if its sessions or page views Carl-Gerhard Lindesvärd 2025-01-21 15:21:24 +00:00
  • b38f3913c3 improvement(dashboard): improve modal and sheet headers Carl-Gerhard Lindesvärd 2025-01-21 15:20:52 +00:00
  • 154c79b840 improvement(dashboard): filter by clicking on country, better colors on dark/light mode Carl-Gerhard Lindesvärd 2025-01-21 15:20:35 +00:00
  • f216a7b9c5 feature(dashboard): actually add password production to overviews Carl-Gerhard Lindesvärd 2025-01-21 15:19:50 +00:00
  • 08bfff94cf improvement(dashboard): add interval selector on dashboard page Carl-Gerhard Lindesvärd 2025-01-21 15:18:30 +00:00
  • 54d1f9b6d6 chore(public): update home title Carl-Gerhard Lindesvärd 2025-01-05 23:10:01 +01:00