Andrey Antukh
741d2b3f3c
Merge remote-tracking branch 'origin/main' into develop
2022-02-12 17:33:28 +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
04f7169aef
♻️ Refactor and modularize all specs.
2022-01-27 13:03:44 +01:00
Andrey Antukh
f8a46c56e9
🎉 Add helper for offline validate files with specs.
2022-01-26 18:12:17 +01:00
Andrey Antukh
bfef94dbfb
Merge branch 'main' into staging.
2022-01-24 16:07:47 +01:00
Andrey Antukh
9e06275945
🐛 Prevent exception on broken path.
2022-01-24 15:41:44 +01:00
Josh Soref
cd2d3d5fa3
🐛 Fix typos in backend
2021-11-15 09:53:10 -05:00
Andrey Antukh
f14325d12b
🎉 Add server repl helper for duplicate file.
2021-03-02 10:49:50 +01:00
Andrey Antukh
e3727aaefe
🎉 Add onboarding data to the database.
2021-02-24 16:31:56 +01:00
Andrey Antukh
32e832eb39
🎉 Add srepl helper for migrate page storage to new blob format.
2021-02-10 12:07:35 +01:00
Andrey Antukh
dbbe1f7df2
📎 Minor improvement on main ns on srepl module.
2021-02-08 13:52:51 +01:00
alonso.torres
2e7f90f3cc
✨ Adds commands to load data into user
2021-02-02 13:03:21 +01:00
Andrey Antukh
e3891df243
✨ Minor improvements on profile initial data.
2021-01-29 18:04:33 +01:00
alonso.torres
510d3cfa33
✨ Allows initial data to be extracted/loaded to file
2021-01-29 18:04:33 +01:00
Andrey Antukh
b9fe8e4b33
🔥 Remove unused config.
2021-01-26 18:45:19 +01:00
Andrey Antukh
7cfe768dbd
✨ Add helper for access file data on server repl.
2021-01-25 11:51:15 +01:00
Andrey Antukh
4e271603c2
🎉 Add helper to devenv for properly reset passwords.
2021-01-25 11:51:15 +01:00
Andrey Antukh
9f12456456
♻️ Replace mount with integrant.
2021-01-07 11:29:57 +01:00
Andrey Antukh
067aece437
🎉 Add first helpers for manipulate the file data from server repl.
2020-12-21 12:15:53 +01:00
Andrey Antukh
44a21de783
✨ Fix all linter issues on backend code.
2020-12-02 15:35:14 +01:00
alonso.torres
51f9dfbc4f
🐛 Fixed port problem
2020-11-13 09:30:05 +01:00
Andrey Antukh
4ad08a7449
🎉 Add socket repl.
2020-11-12 14:00:50 +01:00