Andrey Antukh
81b1b253f1
✨ Add unique email domains to telemetry report ( #8819 )
...
Extend the telemetry payload with a sorted list of unique email domains
extracted from all registered profile email addresses. The new
:email-domains field is populated via a single SQL query using
split_part and DISTINCT, and is included in the stats sent when
telemetry is enabled.
Also update the tasks-telemetry-test to assert the new field is present
and contains the expected domain values.
2026-04-01 11:49:50 +02:00
Andrey Antukh
88fb5e7ab5
♻️ Update integrant to latest version
...
This upgrade also includes complete elimination of use spec
from the backend codebase, completing the long running migration
to fully use malli for validation and decoding.
2024-11-13 19:09:19 +01:00
Andrey Antukh
ba167f256b
⚡ Add performance enhancements on telemetry related queries
2024-08-09 14:28:18 +02:00
Andrey Antukh
ec4260830c
♻️ Add API consistency fixes for task calling
...
Also adds a helper for calling tasks synchronously
2024-06-25 13:24:17 +02:00
Andrey Antukh
eaf546ba5e
✨ Add improvements to telemetry task
2024-03-25 15:07:55 +01:00
Andrey Antukh
91118bec70
✨ Improve internal naming of setup/props
...
This reverts commit a6f70c77cbe72875875ab83587d5dcd9cfc61e34.
2024-03-14 10:48:23 +01:00
alonso.torres
a6f70c77cb
Revert " ✨ Improve internal naming of setup/props"
...
This reverts commit f525c6df5e9785df9b534b6de1b5308084627699.
2024-03-13 16:21:12 +01:00
Andrey Antukh
eabec6be20
🔥 Remove not needed events
2024-03-13 11:40:16 +01:00
Andrey Antukh
f525c6df5e
✨ Improve internal naming of setup/props
2024-03-13 11:39:53 +01:00
Andrey Antukh
87615ce221
💄 Fix format issues on backend module
2023-11-29 12:55:58 +01:00
Andrey Antukh
d584ae5a0f
✨ Improve json encode/decode api
2022-12-13 16:17:31 +01:00
Andrey Antukh
8bad9d8340
♻️ Refactor loggers/audit, auth/oidc, and http/clent modules
2022-12-05 08:53:00 +01:00
Pablo Alba
16e8d1fcf2
✨ Newsletter suscription
2022-09-30 12:22:53 +02:00
Andrey Antukh
41134f22e9
📎 Update license header
2022-09-20 23:23:22 +02:00
Andrey Antukh
5e2ff2cf6f
📎 Minor update on telemetry task
2022-06-23 14:17:26 +02:00
Andrey Antukh
0afb47ade0
✨ Update telemetry task for handle user subscriptions
2022-04-04 22:57:27 +02:00
Andrey Antukh
9e4a50fb15
♻️ Refactor backend to be more async friendly
2022-03-03 16:05:52 +01:00
Andrey Antukh
37a35b1827
✨ Minor improvements on telemetry task
2022-02-24 11:02:05 +01:00
Andrey Antukh
ce61b783fb
✨ Minor improvements on telemetry task
2022-02-15 12:26:36 +01:00
Andrey Antukh
6f714facf9
🐛 Fix many minor issues on telemetry task
2022-02-01 17:49:18 +01:00
Andrey Antukh
0ee34637f5
💄 Improve json namespace API (and fix linter).
2021-12-23 00:06:10 +01:00
Josh Soref
cd2d3d5fa3
🐛 Fix typos in backend
2021-11-15 09:53:10 -05:00
Andrey Antukh
2195b8932e
🐛 Fix status code checking on telemetry client task.
2021-05-06 14:13:54 +02:00
Andrey Antukh
f545e41d10
📎 Fix license header.
2021-04-12 16:49:43 +02:00
Andrey Antukh
0926fbcbc6
♻️ Minor code reorganization.
...
Improves modularity and reusability and allows usage
of backend code as a library.
2021-03-31 09:28:15 +02:00
Andrey Antukh
e4fb802d7a
✨ Minor improvement on telemetry server error reporting.
2021-02-10 12:23:29 +01:00
Andrey Antukh
b80295a21c
✨ Fix all linter issues on backend code.
2021-02-01 09:48:28 +01:00
Andrey Antukh
b44dfc2d9d
✨ Simplify internal props handling and telemetry.
2021-01-29 12:58:57 +01:00
Andrey Antukh
ff6482fa29
🎉 Add telemetry client.
2021-01-07 11:29:57 +01:00