Andrey Antukh
59ba87d9cd
✨ Properly report malformed json error
2022-11-10 14:54:50 +01:00
Andrey Antukh
38ed3b076a
🔥 Remove unused config entry
2022-11-10 14:54:50 +01:00
Andrey Antukh
f3472fcd79
📚 Add documentation to objects and pointer map namespaces
2022-11-08 13:02:14 +01:00
Andrey Antukh
3ef99c287e
♻️ Refactor tests directory structure
2022-11-08 13:02:14 +01:00
Andrey Antukh
12e2d3ad96
📎 Rename app-tests to backend-tests for naming consistency
2022-11-08 13:02:14 +01:00
Andrey Antukh
0dc3dba428
📎 Set definitive fressian handler ids for objects and pointer map
2022-11-08 13:02:14 +01:00
Andrey Antukh
efb0ec46bf
🎉 Add tests for pointer map
2022-11-08 13:02:14 +01:00
Andrey Antukh
aa9e125e31
🎉 Add tests for objects map
2022-11-08 13:02:14 +01:00
Andrey Antukh
16afa90b9c
✨ Improve internal impl of objects-map
2022-11-08 13:02:14 +01:00
Andrey Antukh
fa93e5a1a7
♻️ Refactor backend tests directory tree
2022-11-08 13:02:14 +01:00
Andrey Antukh
1298956d92
✨ Improve srepl helpers for activate profile
2022-11-08 13:02:14 +01:00
Andrey Antukh
67b4d5a1c7
🐛 Fix issues when RPC returns nil values
2022-11-08 13:02:14 +01:00
Andrey Antukh
bfccae2373
🔥 Remove unused namespace
2022-11-08 13:02:14 +01:00
Andrey Antukh
76333cec26
🎉 Integrate storage/pointer-map file feature
2022-11-08 13:02:14 +01:00
Andrey Antukh
a42d7164ad
🎉 Add more helpers on srepl ns
2022-11-08 13:02:14 +01:00
Andrey Antukh
c027de2592
✨ Make nil safe some decode helpers on db ns
2022-11-08 13:02:14 +01:00
Andrey Antukh
ce99ca0aa8
🎉 Add generic PointerMap abstraction
2022-11-08 13:02:14 +01:00
Andrey Antukh
6713d8eb3f
✨ Make metrics more modular
2022-11-07 11:18:22 +01:00
Andrey Antukh
e36d611f19
🔥 Remove obsolete code from scripts/repl
2022-11-07 11:17:49 +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
1f73558f1b
📎 Fix linter issues
2022-11-07 10:05:56 +01:00
Andrey Antukh
37ad04d2a6
🎉 Add robust concurrency limiter for RPC
2022-11-07 10:05:56 +01:00
Andrey Antukh
6ad9a5aadb
🐛 Fix many bugs on rlimit module
2022-11-07 08:37:43 +01:00
Andrey Antukh
9c33dc529d
✨ Improve error report list template
2022-11-07 08:37:43 +01:00
Andrey Antukh
82d72fd388
🐛 Add missing profile-id on the internal error reports
2022-11-07 08:37:43 +01:00
Andrey Antukh
43ab19f690
♻️ Refactor (minor) of http session code
...
The rationale behind the refactor:
- Make available profile data to other middlewares without
the need to access to the database (mainly for error reporting).
- Align with codestyle with the rest of internal modules.
- Simplify code.
2022-11-07 08:37:43 +01:00
Andrey Antukh
dbe516f725
⬆️ Update deps (bugfixes on deps)
2022-11-07 08:37:43 +01:00
Andrey Antukh
57e7691e66
Merge remote-tracking branch 'origin/staging' into develop
2022-11-03 14:14:27 +01:00
Pablo Alba
8b988e0f1f
📎 Fix linter (unused line on loki)
2022-11-03 08:57:14 +01:00
Pablo Alba
4be9d58181
🐛 Fix sleep
2022-11-03 08:55:28 +01:00
Andrey Antukh
a85a65a554
Merge branch 'staging' into develop
2022-10-31 10:44:15 +01:00
Eva
6eb85b2c8c
🐛 Fix nudge error
2022-10-26 17:53:08 +02:00
Andrés Moya
b191df0351
🐛 Fix bug about decoding :features PgArray
2022-10-24 12:27:31 +02:00
Alejandro Alonso
6894d90137
Merge remote-tracking branch 'origin/staging' into develop
2022-10-19 09:06:11 +02:00
Andrey Antukh
3f5ac58c73
🐛 Fix unexpected exception audit archive task
2022-10-19 08:48:23 +02:00
Andrey Antukh
8de1ae0478
📎 Add update-file process time log entry
2022-10-18 15:49:18 +02:00
Andrey Antukh
4fe767c169
⚡ Add missing type hints on binfile ns
2022-10-18 15:49:18 +02:00
Andrey Antukh
e50137d186
✨ Minor improvement on internal RPC metadata api
2022-10-18 15:49:18 +02:00
Andrey Antukh
3dc2c52f64
🐛 Fix compatibility issues with jdk19 on util/async ns
2022-10-18 15:49:18 +02:00
Andrey Antukh
b2cbb1e60f
✨ Update srepl helpers
2022-10-18 15:49:18 +02:00
Andrey Antukh
c0eab96253
✨ Do not return the whole file on file rename
2022-10-18 15:49:18 +02:00
Andrey Antukh
951b3eb4fe
✨ Integrate objects-map and introduce file feature flags
2022-10-18 15:49:18 +02:00
Andrey Antukh
69f084e1df
✨ Add deleted at index to file table
2022-10-18 15:49:18 +02:00
Andrey Antukh
c4104c816b
🎉 Add serialization optimized ObjectsMap data type
2022-10-18 15:49:18 +02:00
Andrey Antukh
b1296ef765
✨ Make fressian module extensible
2022-10-18 15:49:18 +02:00
Andrey Antukh
5fe3842d1e
🎉 Add v5 blob format (lz4 framed, less gc)
2022-10-18 15:49:18 +02:00
Andrey Antukh
d71c5e4105
📎 Add another print preference method
2022-10-18 15:49:18 +02:00
Andrey Antukh
8ad4dfe454
📎 Minor changes on user namespace
2022-10-18 15:49:18 +02:00
Alejandro Alonso
10e0cf121b
Merge remote-tracking branch 'origin/staging' into develop
2022-10-17 15:21:11 +02:00
Alejandro Alonso
a8150e1b05
🎉 Remove imported and updated extra words
2022-10-17 13:03:59 +02:00