Andrey Antukh
c9ec5234d3
♻️ Refactor local in-memory cache api
2023-03-14 12:30:27 +01:00
Andrey Antukh
aafbf6bc15
♻️ Refactor cocurrency model on backend
...
Mainly the followin changes:
- Pass majority of code to the old and plain synchronous style
and start using virtual threads for the RPC (and partially some
HTTP server middlewares).
- Make some improvements on how CLIMIT is handled, simplifying code
- Improve considerably performance reducing the reflection and
unnecesary funcion calls on the whole stack-trace of an RPC call.
- Improve efficiency reducing considerably the total threads number.
2023-03-14 12:30:27 +01:00
Andrey Antukh
2e717882f1
♻️ Refactor websockets impl to use virtual threads
...
Removing the use of core.async code and implement code using
plain old and familiar synchronous code
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
f0386ef7b0
⬆️ Update yetti to v9.12
...
Fixes encoding bug on multipart uploads
2023-01-30 15:29:53 +01:00
Andrey Antukh
e372e8ba3e
🐛 Fix s3 client issues with s3 compatible services
2022-12-31 16:37:42 +01:00
Andrey Antukh
4164c8f012
⬆️ Update dependencies
2022-12-28 09:10:06 +01:00
Andrey Antukh
87ebb2e24c
⬆️ Update yetti dependency to v9.11
2022-11-22 14:06:14 +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
dbe516f725
⬆️ Update deps (bugfixes on deps)
2022-11-07 08:37:43 +01:00
Andrey Antukh
8fae7f7aa6
♻️ Refactor internal websocket connection stage management
2022-10-03 13:40:33 +02:00
Andrey Antukh
65afa2a833
⬆️ Update dependencies
2022-09-28 09:45:43 +02:00
Alejandro Alonso
c3f0657652
Merge remote-tracking branch 'origin/staging' into develop
2022-09-26 15:56:21 +02:00
Andrey Antukh
fad2e51cbe
🎉 Add better hashing approach for database locking on Uuids
2022-09-26 14:22:52 +02:00
Andrey Antukh
ec53288b66
✨ Improve test runner
2022-09-21 09:29:48 +02:00
Andrey Antukh
6067498570
⬆️ Update aws/s3 dependency
2022-09-14 09:26:36 +02:00
Andrey Antukh
e58c943f41
⬆️ Update aws/s3 dependency
2022-09-13 13:25:22 +02:00
Andrey Antukh
675a07bac6
🔥 Remove internal file data blob format v2
2022-09-08 07:16:44 +02:00
Andrey Antukh
ec3651d85b
🎉 Add optional rate limit support for RPC calls
2022-08-31 12:55:48 +02:00
Andrey Antukh
adbadc8743
♻️ Refactor session management
2022-08-08 07:54:15 +02:00
Andrey Antukh
99dea51eea
⬆️ Update yetti to v9.3 (bugfixing)
2022-07-27 21:41:38 +02:00
Andrey Antukh
ebcb385593
♻️ Minor refactor on storages
...
Fix many issues on FS & S3 backend; removes the unused and broken
DB backend. Normalize operations on bytes and byte streams on a
separated namespace: app.util.bytes
2022-06-22 11:37:45 +02:00
Andrey Antukh
9ae5528355
⬆️ Update im4java version to our internal fork version
...
It fixes the v7 compatibility issues. Now, adding the -Dim4java.useV7=true
property to the java command when executing the penpot backend bundle it
switches to use the `magick` (ImageMagick v7 CLI) instead of `convert`
and `identify`.
2022-06-14 11:09:48 +02:00
Andrey Antukh
65753cdc17
⬆️ Update yetti dep (fix multipart field size validation params handling)
2022-06-13 13:42:32 +02:00
Andrey Antukh
97bf20dd4c
⬆️ Update dependencies
2022-06-13 11:18:02 +02:00
Andrey Antukh
b2607b28ff
🎉 Add build date and changelog to the bundle
2022-04-06 11:20:48 +02:00
Andrey Antukh
2af057a79f
⬆️ Update backend and docker dependencies
2022-04-06 09:54:40 +02:00
Andrey Antukh
cee85942e6
📎 Set explicit clojure version on frontend and backend
2022-03-31 10:40:15 +02:00
Andrey Antukh
9abf4b126c
✨ Improve error handling
2022-03-28 17:24:52 +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
1b444a42f2
♻️ Refactor http server layer
...
Make it fully asynchronous.
2022-03-09 17:18:06 +01:00
Andrey Antukh
9e4a50fb15
♻️ Refactor backend to be more async friendly
2022-03-03 16:05:52 +01:00
Andrey Antukh
165c551e39
⬆️ Update dependencies
2022-02-25 11:07:40 +01:00
Andrey Antukh
bfb23ad60b
⬆️ Update backend and frontend clojure deps
2022-02-04 15:04:47 +01:00
Andrey Antukh
b6f460940f
⬆️ Update dependencies.
2022-01-17 13:09:15 +01:00
Andrey Antukh
cbb3783d84
📎 Add performance related helpers.
2022-01-14 10:54:57 +01:00
Andrey Antukh
39c7bfb49f
⬆️ Finally update the prometheus client dependency.
2021-12-29 09:52:32 +01:00
Andrey Antukh
c394495a26
♻️ Refactor websocket layer.
...
This commit replaces rj9a with funcool/yetti ring adapter.
Cleans the websocket api and makes it fully asynchronous.
Also a common websocket protocol abstraction that will allow
more easy path for creating new websocket based services.
2021-12-29 09:52:32 +01:00
Andrey Antukh
0204cdab83
🐛 Revert rj9a dep update.
2021-12-28 09:15:31 +01:00
Andrey Antukh
445195e9eb
⬆️ Update dependencies.
2021-12-27 11:55:42 +01:00
Andrey Antukh
7f5b0f359c
Merge remote-tracking branch 'origin/staging' into develop
2021-12-27 11:42:44 +01:00
Andrey Antukh
d8f4176487
📎 Minor fixes on versions.
2021-12-27 11:41:13 +01:00
Andrey Antukh
2d118ecc65
Merge remote-tracking branch 'origin/staging' into develop
2021-12-27 09:50:15 +01:00
Andrey Antukh
5c6d72b353
✨ Improve logging performance and format.
2021-12-24 12:40:44 +01:00
Andrey Antukh
219f9c478d
🎉 Add version 4 of blob encoding.
...
The version 4 starts using the hight performance fressian
binary encoding with very lightweight compression layer.
2021-12-21 16:19:25 +01:00
Andrey Antukh
c4a11f73a0
⬆️ Update deps.
2021-11-25 13:24:40 +01:00
Andrey Antukh
a11c7b10ac
🔥 Remove deprecated fixtures related code.
2021-11-04 09:23:14 +01:00
Andrey Antukh
55784f64b8
🎉 Add entrypoint for autogenerated api docs.
2021-10-21 11:31:29 +02:00