Andrey Antukh
4d55ed4860
✨ Ensure vector ids on export debug handler
2022-07-07 12:29:13 +02:00
Andrey Antukh
d032953121
✨ Enable exporte multiple files in binfile format
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
b944d977bb
🎉 Add binfile import/export internal functionality
2022-06-27 11:12:00 +02:00
alonso.torres
18849307e9
🐛 Fix linting issue
2022-05-25 11:29:49 +02:00
Andrés Moya
ef37abcbbd
🐛 Allow debug load file with random uuid
2022-05-25 09:52:32 +02:00
Andrés Moya
d52c4541ae
🔧 Preserve id when downloading file with dbg
2022-05-24 13:34:42 +02:00
Andrey Antukh
b2607b28ff
🎉 Add build date and changelog to the bundle
2022-04-06 11:20:48 +02:00
Alejandro Alonso
999af63118
🐛 Fixing dbg file upload with new http implementation
2022-03-16 13:07:01 +01:00
Andrey Antukh
6bd2dcff2a
✨ Minor improvements on error reporting
2022-03-10 13:32:06 +01:00
Andrey Antukh
1b444a42f2
♻️ Refactor http server layer
...
Make it fully asynchronous.
2022-03-09 17:18:06 +01:00
Andrey Antukh
9e4a50fb15
♻️ Refactor backend to be more async friendly
2022-03-03 16:05:52 +01:00
Andrey Antukh
7cf27ac86d
♻️ Refactor general resource and concurrency model on backend
2022-02-22 13:05:41 +01:00
Andrey Antukh
b591fbecf0
🎉 Add health check api endpoint
2022-02-10 15:12:35 +01:00
Andrey Antukh
827c2140b7
♻️ Refactor error reporting and logging context formatting
...
The prev approach uses clojure.pprint without any limit extensivelly
for format error context data and all this is done on the calling
thread. The clojure.pprint seems very inneficient in cpu and memory
usage on pprinting large data structures.
This is improved in the following way:
- All formatting and pretty printing is moved to logging thread,
reducing unnecesary blocking and load on jetty http threads.
- Replace the clojure.pprint with fipp.edn that looks considerably
faster than the first one.
- Add some safe limits on pretty printer for strip printing some
data when the data structure is very large, very deep or both.
2022-02-10 15:12:35 +01:00
Andrey Antukh
110fb2e8db
✨ Minor improvements on error reporting.
...
Add missing expound.
2022-01-26 14:18:44 +01:00
Andrey Antukh
6410bcf3c8
✨ Minor change on debug endpoint.
2022-01-24 15:13:02 +01:00
Andrey Antukh
bda97adf4f
✨ Fix minor issues on error reporting.
2022-01-17 13:09:15 +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
10e7d660ef
Merge branch 'main' into develop
2021-12-31 13:23:42 +01:00
Andrey Antukh
fdb1c5e1f9
📎 Minor changes on error report http handler.
2021-12-31 12:24:46 +01:00
alonso.torres
71734df489
✨ Backport changes from develop.
2021-12-31 12:06:15 +01:00
Andrey Antukh
2abe3fde71
✨ Remove unused stacktrace from commit-chages event.
2021-12-31 00:02:19 +01:00
Andrey Antukh
27e64ccaa8
🔥 Remove unused code.
2021-12-30 23:53:33 +01:00
Andrey Antukh
c9185f265c
✨ Add error report list template.
2021-12-30 23:51:39 +01:00
Andrey Antukh
79e5716f36
📎 Fix linter issues.
2021-12-30 19:43:05 +01:00
Andrey Antukh
9f0e156916
✨ Improve error reporting.
2021-12-30 19:39:32 +01:00
Andrey Antukh
bf66b81702
✨ Move dbg error http entrypoint handler to debug ns.
2021-12-30 16:01:36 +01:00
Andrey Antukh
758ffbf217
✨ Add authentication to dbg entry points.
2021-12-30 16:00:55 +01:00
Andrey Antukh
a096b0777f
📎 Minor changes on debug ns.
2021-12-30 13:03:28 +01:00
Andrey Antukh
87690a534c
🎉 Add missing files.
2021-12-30 11:45:44 +01:00
Andrey Antukh
44a21de783
✨ Fix all linter issues on backend code.
2020-12-02 15:35:14 +01:00
Andrey Antukh
6c67c3c71b
♻️ Make the namespacing independent of the branding.
2020-08-18 19:32:11 +02:00