Andrey Antukh
|
87e3dc1c7c
|
⬆️ Update dependencies across all modules
|
2024-05-31 13:28:32 +02:00 |
|
Andrés Moya
|
1026f5b972
|
🔧 Change common tests runner to kaocha
|
2024-04-26 11:42:41 +02:00 |
|
Andrey Antukh
|
7e20cf10c5
|
⬆️ Update dependencies
|
2024-04-18 09:52:24 +02:00 |
|
Andrey Antukh
|
c80da1bbac
|
⬆️ Update rumext and shadow-cljs
|
2024-02-27 01:04:07 +01:00 |
|
Andrey Antukh
|
a31be7e2ff
|
✨ Use a prefixed dir for storing temp files
And mark them for deletion on JVM exit.
|
2024-02-14 09:53:54 +01:00 |
|
Andrey Antukh
|
9b59b92464
|
🐛 Improve not-found error report on s3 storage backend
|
2024-01-25 15:59:45 +01:00 |
|
Andrey Antukh
|
870e4f96b2
|
⬆️ Update dependencies
|
2024-01-09 23:11:42 +01:00 |
|
Andrey Antukh
|
03518a8da1
|
✨ Add the ability to stream events on rpc methods
|
2023-12-13 14:20:07 +01:00 |
|
Andrey Antukh
|
97b4832027
|
⬆️ Update common dependencies
|
2023-12-12 00:13:47 +01:00 |
|
Andrey Antukh
|
2295d085d3
|
⚡ Improve performance on error formating and reporting
|
2023-11-27 14:25:12 +01:00 |
|
Andrey Antukh
|
76a2e9609f
|
⬆️ Update dependencies
|
2023-11-08 17:11:42 +01:00 |
|
Andrey Antukh
|
00afb841ac
|
✨ Add svg optimization on components migration process
|
2023-11-07 12:48:31 +01:00 |
|
Andrey Antukh
|
6f93b41920
|
🎉 Add features assignation for teams
|
2023-11-07 12:48:31 +01:00 |
|
Andrey Antukh
|
3ceb4cf895
|
♻️ Make svg to shapes conversion code multiplatform
- Move clojure code to common
- Rewrite some native-js code into optimized clojure
|
2023-11-07 12:48:31 +01:00 |
|
Andrey Antukh
|
eb2187daf2
|
⬆️ Update dependencies
|
2023-08-31 09:20:22 +02:00 |
|
Andrey Antukh
|
63c8798264
|
⬆️ Update backend and common dependencies
|
2023-07-03 10:43:26 +02:00 |
|
Andrey Antukh
|
1d4bd34dfc
|
✨ Move fressian to common module
|
2023-05-26 08:04:01 +02:00 |
|
Andrey Antukh
|
5ca3d01ea1
|
🎉 Add malli based validation and coersion subsystem
|
2023-05-17 16:05:29 +02:00 |
|
Andrey Antukh
|
d76baa3266
|
⬆️ Update promesa dependency
And adapt all code for breaking changes
|
2023-03-14 12:30:27 +01:00 |
|
Andrey Antukh
|
32b8a2c243
|
⬆️ Update dependencies on backend and common
|
2023-02-02 13:38:04 +01:00 |
|
Andrey Antukh
|
bb055a3c84
|
♻️ Refactor logging subsystem and error reporting
|
2023-02-02 13:38:04 +01:00 |
|
Andrey Antukh
|
853be27780
|
🐛 Fix issues on database logger
|
2023-01-09 11:43:26 +01:00 |
|
Andrey Antukh
|
dcf95a7502
|
⬇️ Downgrade promesa library
Causes incorect release build for some unknown reasons
|
2022-12-28 13:15:35 +01:00 |
|
Andrey Antukh
|
4164c8f012
|
⬆️ Update dependencies
|
2022-12-28 09:10:06 +01:00 |
|
alonso.torres
|
e1de3ba5e7
|
♻️ Changed transform calculation
|
2022-12-13 12:36:54 +01:00 |
|
Andrey Antukh
|
67682fe211
|
🐛 Fix shape exportation
|
2022-12-12 07:34:11 +01:00 |
|
Andrey Antukh
|
861328af3e
|
⬆️ Update promesa library to 10.0.570
|
2022-12-05 09:06:24 +01:00 |
|
Andrey Antukh
|
bcfb4e0f81
|
🐛 Fix metrics code on rpc.climit
|
2022-11-28 12:25:30 +01:00 |
|
Andrey Antukh
|
0600b2abe4
|
♻️ Make the worker abstraction more scalable
Start using redis for dispatcher to worker communication
and add the ability to start multiple threads to worker
for increase the concurrency.
|
2022-11-28 12:21:44 +01:00 |
|
Andrey Antukh
|
13a092b192
|
♻️ Normalize internal naming on the worker module
|
2022-11-28 12:20:58 +01:00 |
|
Andrey Antukh
|
10bf6c5e56
|
♻️ Normalize redis api and its usage in msgbus module
|
2022-11-28 12:20:58 +01:00 |
|
Andrey Antukh
|
111cf54ff6
|
♻️ Refactor common module tests and add generative testing for types
|
2022-11-07 10:22:16 +01:00 |
|
Andrey Antukh
|
37ad04d2a6
|
🎉 Add robust concurrency limiter for RPC
|
2022-11-07 10:05:56 +01:00 |
|
Andrey Antukh
|
65afa2a833
|
⬆️ Update dependencies
|
2022-09-28 09:45:43 +02:00 |
|
Andrey Antukh
|
e657c1bbfa
|
✨ Start use datoteka.io ns
|
2022-09-09 12:19:49 +02:00 |
|
Andrey Antukh
|
ec3651d85b
|
🎉 Add optional rate limit support for RPC calls
|
2022-08-31 12:55:48 +02:00 |
|
Andrey Antukh
|
fbfcb827ed
|
🎉 Replace current uuidv1 with custom v8
|
2022-08-03 09:05:28 +02:00 |
|
Andrey Antukh
|
5cd12ac710
|
⬆️ Update shadow-cljs to 2.19.8
|
2022-08-01 13:11:44 +02:00 |
|
Andrey Antukh
|
6de78cabd4
|
⬆️ Update shadow-cljs cljs compiler on frontend and common
|
2022-06-29 10:59:50 +02:00 |
|
alonso.torres
|
2e3f443758
|
✨ Fix problems with shadows and strokes for nested frames
|
2022-06-17 12:54:51 +02:00 |
|
Andrey Antukh
|
e5cb5860a8
|
⬆️ Update cuerdas dep (fixes dm/str nil handling)
|
2022-06-13 13:01:31 +02:00 |
|
Andrey Antukh
|
97bf20dd4c
|
⬆️ Update dependencies
|
2022-06-13 11:18:02 +02:00 |
|
Andrey Antukh
|
147f56749e
|
⬆️ Update some dependencies
|
2022-04-05 13:23:39 +02:00 |
|
Andrey Antukh
|
9140fc71b9
|
♻️ Refactor exportation process, make it considerably faster
|
2022-04-05 13:23:39 +02:00 |
|
Andrey Antukh
|
f60d8c6c96
|
♻️ Refactor websockets subsystem (on backend)
- Refactor msgbus subsystem, simplifying many parts.
- Enable persistent websocket connection for the all session duration.
|
2022-03-22 11:34:32 +01:00 |
|
Andrey Antukh
|
165c551e39
|
⬆️ Update dependencies
|
2022-02-25 11:07:40 +01:00 |
|
Andrey Antukh
|
7cf27ac86d
|
♻️ Refactor general resource and concurrency model on backend
|
2022-02-22 13:05:41 +01:00 |
|
Andrey Antukh
|
6486b24c8b
|
⬆️ Update shadow-cljs version
|
2022-02-17 11:15:19 +01:00 |
|
Andrey Antukh
|
5b8b13c94c
|
⬆️ Update shadow-cljs to 2.17.2
|
2022-02-15 15:07:29 +01:00 |
|
Andrey Antukh
|
637d6a0076
|
⬆️ Update common module deps
|
2022-02-04 15:04:47 +01:00 |
|