Andrey Antukh
9945243a23
🎉 Add backend management module with duplicate file and duplicate project
2021-03-03 12:20:10 +01:00
Andrey Antukh
3b9201ed0e
🔥 Remove unused code.
2021-03-02 21:15:27 +01:00
Andrey Antukh
f14325d12b
🎉 Add server repl helper for duplicate file.
2021-03-02 10:49:50 +01:00
Andrey Antukh
52a3cd6ae4
🐛 Don't show update library message on onboarding files.
2021-03-01 16:38:28 +01:00
Andrey Antukh
9b8d73ef86
🐛 Fix topic encoding on msg publication.
2021-03-01 16:37:58 +01:00
Andrey Antukh
f12f46981b
🐛 Add mising remap-id on onboarding files setup.
2021-03-01 15:41:39 +01:00
Andrey Antukh
9fb8ba2ff1
🎉 Add better reply-to handling on feedback module.
2021-03-01 13:16:06 +01:00
Andrey Antukh
fe114d2e66
✨ Add missing file.
2021-03-01 12:48:03 +01:00
Andrey Antukh
56ed474d8c
✨ Minor improvements on http ns.
2021-03-01 12:34:54 +01:00
Andrey Antukh
0683c4a963
🎉 Add better feedback backend.
2021-03-01 12:14:30 +01:00
Andrey Antukh
833944bebb
🐛 Fix CI buid.
2021-02-28 20:04:07 +01:00
Andrey Antukh
2a8a0afd09
🐛 Fix many bugs on onboarding file loading process.
2021-02-28 19:58:15 +01:00
Andrey Antukh
61ad112451
✨ Minor improvement on retrieve profile by email fn.
2021-02-28 19:57:19 +01:00
Andrey Antukh
129cc86e3b
✨ Minor improvements on getting profile additional data.
2021-02-28 19:51:12 +01:00
Andrey Antukh
645954bc7c
🐛 Fix issues on files and project rpc methods.
2021-02-25 17:45:39 +01:00
Andrey Antukh
8fb5dbb980
🐛 Fix fullname handling on manage cli command.
2021-02-24 18:03:34 +01:00
Andrey Antukh
cef0353642
🐛 Fix wrong permission check on removing member of team.
2021-02-24 17:30:06 +01:00
Andrey Antukh
e3727aaefe
🎉 Add onboarding data to the database.
2021-02-24 16:31:56 +01:00
Andrey Antukh
04af15cba5
🐛 Add prefix on topics (msgbus module).
2021-02-24 14:12:25 +01:00
Andrey Antukh
65a3126f15
🎉 Add manage cli helper.
2021-02-24 14:12:25 +01:00
Andrey Antukh
82d7a0163d
✨ Rename sprops to setup module.
2021-02-24 14:12:25 +01:00
Andrey Antukh
f9b24bd01c
✨ More improvements to logging config.
2021-02-23 15:13:54 +01:00
Andrey Antukh
65eb8e7c43
✨ Minor changes on logging config files.
2021-02-23 15:10:23 +01:00
Andrey Antukh
c7795640e1
📎 Minor log level change on session updater task.
2021-02-23 14:56:24 +01:00
Andrey Antukh
2eea63dd1a
✨ Change validation order on password recovery request mutation.
2021-02-23 14:34:12 +01:00
Andrey Antukh
7e1ee087d3
✨ Improve msgbus subscription handling.
2021-02-23 13:17:40 +01:00
Andrey Antukh
1eddc9de33
✨ Add more logging to msgbus module.
2021-02-22 23:40:42 +01:00
Andrey Antukh
ca1a97a52e
✨ Improve backpressure handling on websocket connection.
2021-02-22 23:14:53 +01:00
Andrey Antukh
b14c98b76e
⬇️ Downgrade redis client version.
2021-02-22 22:11:24 +01:00
Andrey Antukh
d89bf772a6
✨ Add debug messages on notifications module.
2021-02-22 19:10:32 +01:00
Andrey Antukh
002a6f1e52
📎 Fix missing log entries formating.
2021-02-22 16:05:43 +01:00
Andrey Antukh
29addbe987
✨ Change the metric type of rpc methods from summary to histogram.
2021-02-22 14:50:01 +01:00
Andrey Antukh
19f098359b
🎉 Add specific profile registration and activation metrics.
2021-02-22 14:50:01 +01:00
Andrey Antukh
5ce450f578
✨ Increase default database statement timeout.
2021-02-22 14:50:01 +01:00
Andrey Antukh
fb51580740
🎉 Add proper lifecycle handling for http sessions.
2021-02-22 14:50:01 +01:00
Andrey Antukh
995017df5a
🎉 Add the ability to execute code on the end of http request.
...
Mainly for register metrics once the main transaction is commited.
2021-02-22 14:50:01 +01:00
Andrey Antukh
c79036aa65
✨ Improve metrics on websocket notification module.
...
Add session timing.
2021-02-22 14:50:01 +01:00
Andrey Antukh
fbe2e2a285
✨ Improve tasks metrics.
2021-02-22 14:50:01 +01:00
Andrey Antukh
a63f28a2e5
✨ Normalize logging messages on backend.
2021-02-22 14:50:01 +01:00
Andrey Antukh
de394a7d4e
♻️ Refactor LDAP auth backend.
...
And reorganize oauth backend namespaces.
2021-02-19 13:09:18 +01:00
Andrey Antukh
299b29b66f
🎉 Add browser language detection.
2021-02-19 09:46:11 +01:00
Andrey Antukh
1ad1f3eb33
✨ Add missing default config for zmq listener.
2021-02-18 09:35:37 +01:00
Andrey Antukh
e3bad997fd
✨ Port fixes from google oauth handlers to github and gitlab.
2021-02-18 09:35:37 +01:00
Andrey Antukh
800f97c5a1
🔥 Remove unused sql code.
2021-02-18 09:35:37 +01:00
Andrey Antukh
abb8d8502b
✨ Remove line numbers from locales.json
...
This will help to avoid unnecesary conflicts.
2021-02-18 09:35:37 +01:00
Andrey Antukh
4991cae5ad
🐛 Fix corner cases on invitation/signup flows.
2021-02-18 09:35:37 +01:00
Andrey Antukh
784a4f8ecd
✨ Add some type hints and remove legacy code.
2021-02-18 09:35:37 +01:00
Andrey Antukh
2e084cc2a6
🐛 Add more generic error handing to svgparse.
2021-02-18 09:35:37 +01:00
Andrés Moya
0f35906930
✨ Add internal links for long error reports
2021-02-17 22:34:09 +01:00
Andrey Antukh
0f9b2923c2
🎉 Add msgbus abstraction.
...
As a replacement for the current pubsub approach.
It now uses a single connection for multiple
subscriptions (instead of conn per subscription);
has asynchronous publish and uses more efficient
blob encoding for message encoding (the same used
as page storage).
2021-02-16 11:49:47 +01:00