Andrey Antukh
9c8103ce44
📎 Change to info the default logger level of tmp storage on devenv
2023-09-14 17:42:27 +02:00
Alejandro Alonso
69f2e7c43f
Merge remote-tracking branch 'origin/staging' into develop
2023-09-01 12:40:17 +02:00
Andrey Antukh
1384219ae7
📎 Update devenv logging file
2023-08-31 21:08:01 +02:00
Andrey Antukh
e6664013ba
Merge remote-tracking branch 'origin/staging' into develop
2023-08-21 17:26:21 +02:00
Andrey Antukh
28836d82cd
✨ Add minor improvements to error report template
2023-08-14 12:13:31 +02:00
Andrey Antukh
31323703a8
Merge remote-tracking branch 'origin/staging' into develop
2023-08-09 13:36:42 +02:00
Andrey Antukh
53f40043aa
📎 Fix typo on api doc main template
2023-08-08 14:52:39 +02:00
Andrey Antukh
36b167956c
✨ Add improvements to api doc
2023-08-08 13:44:47 +02:00
Andrey Antukh
63a3186e6d
💄 Add minor cosmetic improvement on error report template
2023-08-08 10:42:26 +02:00
Andrey Antukh
80bf7cc1e5
Merge remote-tracking branch 'origin/staging' into develop
2023-08-07 12:59:17 +02:00
Andrey Antukh
f039b904f2
✨ Add the ability to skip some rpc methods from api doc
2023-08-03 17:51:34 +02:00
Andrey Antukh
9334f935eb
✨ Add better error reporting on response encoding middleware
2023-08-03 16:10:41 +02:00
Andrey Antukh
f174264f7f
🎉 Add flex layout playground template to the dashboard carousel
2023-07-28 13:20:57 +02:00
Andrey Antukh
5ca3d01ea1
🎉 Add malli based validation and coersion subsystem
2023-05-17 16:05:29 +02:00
Andrey Antukh
ceeed73dea
Merge remote-tracking branch 'origin/staging' into develop
2023-05-04 22:15:18 +02:00
Alejandro Alonso
c5cfe7e2e9
✨ Change libraries and templates order
2023-05-04 08:51:14 +02:00
Andrey Antukh
c0ccc4a5c5
✨ Improve OICD attrs lookup mechanism
2023-04-25 12:18:06 +02:00
Andrey Antukh
c0ccbaebaf
🔥 Remove deprecated queries and mutations
2023-04-24 20:18:14 +02:00
Alejandro Alonso
ed164ce69b
Merge remote-tracking branch 'origin/staging' into develop
2023-04-14 13:28:26 +02:00
Alejandro Alonso
e1652d17d9
✨ Update material design template to version 3
2023-04-14 13:27:06 +02: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
14b53a4d5e
✨ Don't log duplicate traceback
2023-03-14 12:30:27 +01:00
Andrey Antukh
e3378181ee
📎 Update docker log4j config
2023-02-07 18:17:08 +01:00
Andrey Antukh
41d34de9e1
🔥 Remove zmq mentions on devenv log4j config
2023-02-07 18:16:55 +01:00
Andrey Antukh
dfdebc35c8
💄 Improve readability on error report templates
2023-02-07 18:16:55 +01:00
Andrey Antukh
bd2745d1fe
♻️ Clean email related namespaces
...
- Remove legacy and outdated mjml directory
- Rename namespace to a proper name
- Add more specs
2023-02-07 18:16:55 +01:00
Alejandro Alonso
2ea81c0114
Merge remote-tracking branch 'origin/staging' into develop
2023-02-02 18:06:59 +01:00
Andrey Antukh
bb055a3c84
♻️ Refactor logging subsystem and error reporting
2023-02-02 13:38:04 +01:00
Pablo Alba
cc5f245209
🐛 Fix social links broken
2023-02-02 13:13:24 +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
02f29ed4d0
🎉 Add webhooks to the API doc
2022-12-15 08:18:29 +01:00
Andrey Antukh
7f589b09ca
♻️ Move audit http handler to RPC
2022-12-13 16:17:31 +01:00
Andrey Antukh
7f7efc5760
✨ Improve exception formating on backend
2022-12-05 08:51:54 +01:00
Andrey Antukh
879c477ada
Merge remote-tracking branch 'origin/staging' into develop
2022-11-24 08:52:35 +01:00
Alejandro Alonso
7d48714aa2
🎉 Add core-ui to libraries and templates carousel
2022-11-22 11:50:15 +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
8de1ae0478
📎 Add update-file process time log entry
2022-10-18 15:49:18 +02:00
luz paz
e30bea0b6f
🔧 Fix typos in source code
...
Found via `codespell -q 3 -S *.po,./frontend/yarn.lock -L childs,clen,fpr,inflight,ody,ot,ro,te,trys,ue`
2022-10-04 10:40:34 +02:00
Andrey Antukh
f86f93deea
✨ Make the rate limit configuration automatically reloadable
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
Eva
bf63e9da95
🎉 Add new hero projects
2022-08-17 15:50:24 +02:00
Andrey Antukh
4f0cc3d0d8
Merge remote-tracking branch 'origin/staging' into develop
2022-08-12 09:45:58 +02:00
Andrey Antukh
7fa609d5f4
✨ Allow disable worker
2022-08-12 08:52:36 +02:00
Andrey Antukh
95bb3f31af
✨ Fix all tasks related tests
2022-08-12 08:35:04 +02:00
Andrey Antukh
dd73152afd
♻️ Refactor binfile implementation
2022-08-10 20:07:24 +02:00
Alejandro Alonso
fe7c01323a
🎉 Add binary file links to onboarding.edn
2022-08-04 09:22:36 +02:00
Andrey Antukh
052404b1b4
🎉 Add complete list of onboarding builtin files
2022-08-03 14:41:32 +02:00
Andrey Antukh
d832482dae
🎉 Add builtin template loading mechanism
2022-08-03 14:28:33 +02:00