Andrey Antukh
bb5a4c0fa5
✨ Update yetti and adapt for ring-2.0
2023-11-27 14:25:12 +01:00
Andrey Antukh
99f39c9777
✨ Add improved REPL support
2023-11-13 18:33:28 +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
4925ca2de9
⬆️ Update to clojure 1.12.0-alpha5
2023-11-07 12:48:31 +01:00
Andrey Antukh
eb2187daf2
⬆️ Update dependencies
2023-08-31 09:20:22 +02:00
Andrey Antukh
54bb89b2bb
⬆️ Upgrade yetti to v9.16 (fixes exception unwrapping)
2023-08-03 16:31:35 +02:00
Andrey Antukh
63c8798264
⬆️ Update backend and common dependencies
2023-07-03 10:43:26 +02:00
Alejandro Alonso
893c7a7d2e
⬆️ Update deps
2023-05-31 11:05:21 +02:00
Andrey Antukh
1d4bd34dfc
✨ Move fressian to common module
2023-05-26 08:04:01 +02:00
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