Andrey Antukh
b138550c0d
🐛 Fix issue on awsns http handler
2023-06-23 13:05:48 +02:00
Andrey Antukh
5ca3d01ea1
🎉 Add malli based validation and coersion subsystem
2023-05-17 16:05:29 +02:00
Alejandro Alonso
890583a13a
✨ Add mvp access-token support
2023-05-04 22:14:55 +02:00
Alejandro Alonso
408de63ea3
Merge remote-tracking branch 'origin/staging' into develop
2023-04-05 07:35:36 +02:00
Andrey Antukh
30e1c7d54e
🐛 Add missing storage dependency to dbg routes module
2023-04-04 19:20:10 +02:00
alonso.torres
a118f34b49
🐛 Add version to presence and fixes off-page updates
2023-03-17 08:23:03 +01:00
Andrey Antukh
69c8a89dd2
🎉 Add the ability to specify the output format from query string
2023-03-16 22:33:35 +01:00
Andrey Antukh
b462ac019a
🐛 Fix typo on error type
2023-03-16 22:33:35 +01:00
Andrey Antukh
dfdc9c9fa5
♻️ Refactor storage internal concurrency model
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
69556f19ac
✨ Add more logging to OIDC providers
2023-02-07 18:16:55 +01:00
Andrey Antukh
ab3b9cba45
♻️ Refactor storage and assets related modules
...
- improve internal error handling
- add more specs and more asserts
2023-02-07 18:16:55 +01:00
Andrey Antukh
bb055a3c84
♻️ Refactor logging subsystem and error reporting
2023-02-02 13:38:04 +01:00
Andrey Antukh
f4d4559cd4
💄 Add cosmetic improvemnts on http client validation
2023-02-01 16:39:59 +01:00
Andrey Antukh
504f75a1cf
🐛 Fix health check http endpoint
2023-01-23 09:59:55 +01:00
Andrey Antukh
dc77c6b655
✨ Remove deprecated code and reoganize file related methods
2023-01-18 10:51:58 +01:00
Andrey Antukh
d8faff47a8
♻️ Move profile queries and mutations to commands
2023-01-18 10:51:58 +01:00
Andrey Antukh
ecb757bcaf
🎉 Move user feedback http handler to RPC command method
2023-01-18 10:51:58 +01:00
Andrey Antukh
db689d151e
♻️ Refactor profile and session handling
...
- makes the profile access more efficient (replace in-app joins to a
simple select query on profile table
- add partial support for access-tokens (still missing some RPC methods)
- move router definitions to specific modules and simplify the main http
module definitions to simple includes
- simplifiy authentication code related to access-tokens and sessions
- normalize db parameters with proper namespaced props
- more work on convert all modules initialization to use proper specs
with fully-qualified keyword config props
2023-01-18 10:51:58 +01:00
Andrey Antukh
c13730dca7
🐛 Fix incorrect request flow handling on session middleware
...
an issue introduced in previous commits
2022-12-16 16:59:34 +01:00
Andrey Antukh
408d33bdec
🐛 Fix incorrect auth cookie decoding on first stage session middleware
2022-12-16 09:33:24 +01:00
Andrey Antukh
6ea0279c9e
✨ Improve webhook URI validation
2022-12-14 16:22:13 +01:00
Andrey Antukh
240e480b2e
🎉 Allow application/json on Accept header
2022-12-13 16:17:31 +01:00
Andrey Antukh
d584ae5a0f
✨ Improve json encode/decode api
2022-12-13 16:17:31 +01:00
Andrey Antukh
8bad9d8340
♻️ Refactor loggers/audit, auth/oidc, and http/clent modules
2022-12-05 08:53:00 +01:00
Andrey Antukh
7f7efc5760
✨ Improve exception formating on backend
2022-12-05 08:51:54 +01:00
Andrey Antukh
59ba87d9cd
✨ Properly report malformed json error
2022-11-10 14:54:50 +01:00
Andrey Antukh
76333cec26
🎉 Integrate storage/pointer-map file feature
2022-11-08 13:02:14 +01:00
Andrey Antukh
37ad04d2a6
🎉 Add robust concurrency limiter for RPC
2022-11-07 10:05:56 +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
Alejandro
d468c74851
Merge pull request #2403 from penpot/niwinz-websockets-internal-fixes
...
♻️ Refactor internal websocket connection stage management
2022-10-04 11:19:31 +02:00
Andrey Antukh
8fae7f7aa6
♻️ Refactor internal websocket connection stage management
2022-10-03 13:40:33 +02:00
Andrey Antukh
8c39c3af9f
✨ Make the exportation streaming directly to response
2022-09-29 14:28:45 +02:00
Andrey Antukh
89e64236b0
✨ Don't log exception on health check fail
2022-09-28 09:47:13 +02:00
Andrey Antukh
1dc493c2d5
🔥 Remove assets handler code for :db backend
2022-09-28 09:45:43 +02:00
Andrey Antukh
395a7096bf
✨ Minor improvements on error report template
2022-09-28 09:45:43 +02:00
Alejandro Alonso
e888b06ec4
Merge remote-tracking branch 'origin/staging' into develop
2022-09-27 09:50:37 +02:00
Andrey Antukh
a868840132
✨ Ignore S3 object metadata and use our own content-type header
2022-09-27 00:47:09 +02:00
Andrey Antukh
41134f22e9
📎 Update license header
2022-09-20 23:23:22 +02:00
Andrey Antukh
3cd9a3254d
🎉 Add /readyz http endpoint for backend & exporter
2022-09-14 09:26:26 +02:00
Andrey Antukh
028e0c5b70
🎉 Add /readyz http endpoint for backend & exporter
2022-09-13 11:03:41 +02:00
Andrey Antukh
e657c1bbfa
✨ Start use datoteka.io ns
2022-09-09 12:19:49 +02:00
Andrey Antukh
a555e13b6a
✨ Improve msgbus internal API
2022-09-05 19:08:26 +02:00
Andrey Antukh
ec3651d85b
🎉 Add optional rate limit support for RPC calls
2022-08-31 12:55:48 +02:00
Andrey Antukh
d6d9d25fce
♻️ Refactor token generation API
2022-08-31 11:01:07 +02:00
Alejandro Alonso
28a721ce9c
Merge remote-tracking branch 'origin/staging' into develop
2022-08-30 13:31:11 +02:00
Pablo Alba
1bb83b3019
🐛 Fix bringing complete file data when launching the export dialog
2022-08-30 13:18:40 +02:00