Andrey Antukh
5f49656e30
✨ Add proper event tracing on nudge modal
...
And ♻️ refactor data event handling, moving
some logic from component to the event.
2022-03-07 15:10:03 +01:00
Andrey Antukh
0cfd5095a7
🐛 Fix stack trace reporting on loki
2022-03-07 11:31:36 +01:00
Andrey Antukh
4f379821b5
🐛 Fix labels on loki logger
2022-03-07 11:09:06 +01:00
Andrey Antukh
d1c834e647
🐛 Fix minor issue on executors monitor
2022-03-01 14:34:13 +01:00
Andrey Antukh
03a082fe40
🐛 Fix metrics on websocket connections
2022-03-01 14:19:26 +01:00
Andrey Antukh
fae79d67e6
Merge branch 'staging'
2022-03-01 11:10:27 +01:00
Andrey Antukh
e60b8a7aef
🐛 Minor fix on worker executors monitor
2022-02-28 17:21:36 +01:00
Andrey Antukh
5d2715dd32
✨ Improve monitors monitor
2022-02-28 15:29:30 +01:00
Andrey Antukh
1bad233e2f
📎 Fix linter issues on staging branch
2022-02-28 12:09:59 +01:00
Andrey Antukh
eb57c2f980
💄 Cosmetic changes on mutation profile ns
2022-02-28 12:08:05 +01:00
Andrey Antukh
ecd491cd09
🐛 Don't mark as touched temporal file
2022-02-28 12:07:44 +01:00
Andrey Antukh
dead3138b3
✨ Reduce the size of the default thread pool
2022-02-28 12:07:21 +01:00
Andrey Antukh
0416082d4d
🐛 Fix awsns handler, convert it ot async
2022-02-28 12:06:47 +01:00
Andrey Antukh
37a35b1827
✨ Minor improvements on telemetry task
2022-02-24 11:02:05 +01:00
Andrey Antukh
e15f5bb432
🐛 Fix issues with not authenticated requests
...
Related to concurrency model refactor.
2022-02-23 12:34:08 +01:00
Andrey Antukh
496ba433e9
📎 Fix linter issues
2022-02-23 12:16:51 +01:00
Andrey Antukh
0b0ae756a3
🐛 Minor fix on audit http handler
2022-02-23 11:59:17 +01:00
Andrey Antukh
0ade0405f5
🐛 Fix feedback and audit-log http handlers
2022-02-23 11:49:25 +01:00
Andrey Antukh
aeed535f1b
✨ Minor improvement on reference handling on touched-gc task
2022-02-23 09:13:48 +01:00
Andrey Antukh
974084a9ca
🐛 Add missing executor dependency to auth handlers
2022-02-23 09:13:48 +01:00
Andrey Antukh
7cf27ac86d
♻️ Refactor general resource and concurrency model on backend
2022-02-22 13:05:41 +01:00
Andrey Antukh
96facc5100
♻️ Refactor invitation flow
...
Enfoces security and make the flow more deterministic.
2022-02-21 11:38:28 +01:00
Andrey Antukh
350663b7ce
🎉 Add support for alternative S3 compatible services
...
And also add support for all AWS regions (prevoiosly onlu eu-central-1)
was supported.
2022-02-16 13:58:19 +01:00
Andrey Antukh
f1db0fea03
♻️ Refactor storage transaction management
2022-02-16 13:58:15 +01:00
Andrey Antukh
256ed7410f
✨ Add unique id (uuid) on each log entry
2022-02-16 11:58:43 +01:00
Andrey Antukh
7eed8c5ee5
Merge remote-tracking branch 'origin/main' into develop
2022-02-16 11:23:26 +01:00
Andrey Antukh
116fafd0e1
📎 Minor log param naming change
2022-02-15 13:25:46 +01:00
Andrey Antukh
e9fe1800e0
✨ Fix minor issues on session expiration handling
2022-02-15 13:25:06 +01: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
321b2c7c23
🐛 Fix error handling on s3 delete-in-bulk operation
2022-02-15 12:26:36 +01:00
Andrey Antukh
741d2b3f3c
Merge remote-tracking branch 'origin/main' into develop
2022-02-12 17:33:28 +01:00
Pablo Alba
34df52be5f
🎉 Add frame thumbnail API
2022-02-12 16:08:46 +01:00
Andrés Moya
af74a1575b
🐛 Clear authentication cookies when logged out
2022-02-11 10:07:03 +01:00
Andrey Antukh
dcbd89ff7c
✨ Increase default max connection pool size to 60.
2022-02-10 15:12:35 +01:00
Andrey Antukh
b591fbecf0
🎉 Add health check api endpoint
2022-02-10 15:12:35 +01:00
Andrey Antukh
3fbb440436
✨ Handle EOF on websocket write/ping operations
2022-02-10 15:12:35 +01:00
Andrey Antukh
d358185a04
💄 Minor cosmetic change on database logger processor
2022-02-10 15:12:35 +01:00
Andrey Antukh
8babb59f75
✨ Process audit log events only if profile-id is known
2022-02-10 15:12:35 +01:00
Andrey Antukh
3461ec2281
✨ Ignore EOF errors on writting streamed response
2022-02-10 15:12:35 +01:00
Andrey Antukh
3dd94bd362
🐛 Log correct deleted number value on recheck task
2022-02-10 15:12:35 +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
Andrés Moya
62a67bdb94
🎉 Set a domain cookie to check for logged from landing page
2022-02-09 15:25:40 +01:00
Andrey Antukh
a1da4d4233
♻️ Refactor common.page.helpers namespace.
2022-02-08 15:30:13 +01:00
Andrey Antukh
24724e3340
📎 Add helpful require on user ns
2022-02-08 15:30:13 +01:00
Andrey Antukh
979f61df99
Merge remote-tracking branch 'origin/main' into develop
2022-02-08 09:12:13 +01:00
Andrey Antukh
e665f4e285
🐛 Log correct deleted number value on recheck task
2022-02-08 00:18:48 +01:00
Pablo Alba
7134bbf484
✨ Disallow using same password as user email
2022-02-04 17:41:01 +01:00
Andrey Antukh
6b18b258a4
🐛 Set proper default http server host.
2022-02-04 16:02:51 +01:00
Andrey Antukh
bfb23ad60b
⬆️ Update backend and frontend clojure deps
2022-02-04 15:04:47 +01:00