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
Andrey Antukh
d30b6ac5b9
✨ Reorganize resources directory
2022-08-03 09:49:24 +02:00
Andrey Antukh
07eab923f0
✨ Improve doc endpoint
...
Add changes, added and deprecation notices
2022-07-27 21:41:38 +02:00
Andrey Antukh
d032953121
✨ Enable exporte multiple files in binfile format
2022-07-06 16:05:10 +02:00
Andrey Antukh
d90b4370fb
📎 Update default devenv logging configuration
2022-07-06 16:05:10 +02:00
Andrey Antukh
50f30eb12f
✨ Add the ability to embed assets on export binfile
2022-07-06 16:01:21 +02:00
Andrey Antukh
dd130615a1
✨ Improve _doc endpoint output format
2022-07-05 11:04:37 +02:00
Andrey Antukh
a3580a5ab9
📎 Update log4j2 default configuration
2022-07-04 12:41:55 +02:00
Andrey Antukh
b944d977bb
🎉 Add binfile import/export internal functionality
2022-06-27 11:12:00 +02:00
Pablo Alba
fa5b0ed6ac
💄 Update footer in emails
2022-05-25 16:56:40 +02:00
Andrey Antukh
110fb2e8db
✨ Minor improvements on error reporting.
...
Add missing expound.
2022-01-26 14:18:44 +01:00
Andrey Antukh
e6e3f2cbd5
✨ Add debugging pages for download/upload file data.
2022-01-14 10:54:57 +01:00
Andrey Antukh
ffdd539233
✨ Minor improvements on error reporting mechanism.
2022-01-14 10:54:57 +01:00
Andrey Antukh
cd55ed7c8d
📎 Minor improvement on css on error report template.
2022-01-12 10:55:47 +01:00