Andrey Antukh
5ca3d01ea1
🎉 Add malli based validation and coersion subsystem
2023-05-17 16:05:29 +02:00
Andrés Moya
8a42a53522
✨ Notify library updates when really needed
2023-05-17 14:12:49 +02:00
Andrey Antukh
2818666a1a
📎 Fix minnor cosmetic issue on instant and duration pretty printing
2023-03-16 22:33:35 +01:00
Andrey Antukh
2cddc49463
⚡ Remove several reflection calls
2023-03-14 12:30:27 +01:00
Andrey Antukh
fbd042d4ee
🐛 Remove not working chrono-units on duration constructor
2022-11-22 14:06:14 +01:00
luz paz
e30bea0b6f
🔧 Fix typos in source code
...
Found via `codespell -q 3 -S *.po,./frontend/yarn.lock -L childs,clen,fpr,inflight,ody,ot,ro,te,trys,ue`
2022-10-04 10:40:34 +02:00
Andrey Antukh
41134f22e9
📎 Update license header
2022-09-20 23:23:22 +02:00
Andrey Antukh
f86f93deea
✨ Make the rate limit configuration automatically reloadable
2022-09-09 12:19:49 +02:00
Andrey Antukh
2f21560fe3
🎉 Add improved approach for async flow time measurements
2022-08-31 12:55:48 +02:00
Andrey Antukh
ec3651d85b
🎉 Add optional rate limit support for RPC calls
2022-08-31 12:55:48 +02:00
Andrey Antukh
d533e37ae0
✨ Improve logging on gc-deleted storage task
2022-08-11 17:31:32 +02:00
Andrey Antukh
ce61b783fb
✨ Minor improvements on telemetry task
2022-02-15 12:26:36 +01:00
Andrey Antukh
9b78b2a432
✨ Improve error reporting on background tasks
2022-02-15 12:26:36 +01:00
Andrey Antukh
827c2140b7
♻️ Refactor error reporting and logging context formatting
...
The prev approach uses clojure.pprint without any limit extensivelly
for format error context data and all this is done on the calling
thread. The clojure.pprint seems very inneficient in cpu and memory
usage on pprinting large data structures.
This is improved in the following way:
- All formatting and pretty printing is moved to logging thread,
reducing unnecesary blocking and load on jetty http threads.
- Replace the clojure.pprint with fipp.edn that looks considerably
faster than the first one.
- Add some safe limits on pretty printer for strip printing some
data when the data structure is very large, very deep or both.
2022-02-10 15:12:35 +01:00
Andrey Antukh
686cacd5ae
✨ Add truncate function to time ns on backend.
2022-01-26 18:10:47 +01:00
Andrey Antukh
548664f6ce
♻️ Internal directory refactor.
...
Make common as first-class module.
2021-05-31 11:04:32 +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
e446f47e2c
✨ Reorganize util.time ns (on backend).
2021-03-08 12:20:04 +01:00
Andrey Antukh
34c4f23e49
✨ Minor reorganization of transit handlers (backend).
2021-03-08 12:20:04 +01:00
Andrey Antukh
c1476d0397
🎉 Add optional loki integration.
...
And refactor internal error reporting.
2021-02-16 11:31:48 +01:00
Andrey Antukh
2456b82e65
🎉 Add helpers for create datetimes in the past.
2021-02-01 09:48:28 +01:00
Andrey Antukh
2bd89c94d9
🐛 Adapt trim-file task to page/file data model changes.
2020-12-04 09:46:25 +01:00
Andrey Antukh
ce3c055819
✨ Fix linter issues on backend util namespace directory.
2020-12-02 15:35:14 +01:00
Andrey Antukh
7d9fdc34be
♻️ Refactor email validations & tokens service.
2020-09-21 17:05:55 +02:00
Andrey Antukh
a1b709a9fd
🎉 Add maintenance tasks.
2020-09-14 17:16:50 +02:00
Andrey Antukh
6c67c3c71b
♻️ Make the namespacing independent of the branding.
2020-08-18 19:32:11 +02:00