Yamila Moreno
ddba2ffa75
📎 Update Kaleidos Copyright ( #9929 )
2026-05-29 11:24:58 +02:00
Andrey Antukh
37b0c4adc0
🐛 Add support fror ::db/for-update on sql ns
2025-08-27 11:58:42 +02:00
Andrey Antukh
f871f88f30
♻️ Refactor file data migrations subsystem ( #5692 )
...
* ♻️ Refactor file data migrations subsystem
* 📎 Add backend scripts/run helper script
2025-01-31 13:37:41 +01:00
Andrey Antukh
066b1235a6
🐛 Pass correct default options on db/plan fn
2025-01-20 23:23:31 +01:00
Andrey Antukh
aaf457a792
✨ Add support for ::sql/order-by on db/sql layer
2024-02-09 12:01:09 +01:00
Andrey Antukh
7f60946204
♻️ Refactor exportation and duplicate mechanism
...
Previously the file processing was implemented 3 times using similar
approaches bug each own with its own bugs. This PR unifies the
loging to a single implementation used by the 3 operations.
2024-01-30 16:27:16 +01:00
Andrey Antukh
746d898245
✨ Improve the db api efficiency
...
Mainly setup proper defaults and reduce unnecesary allocations
on every db api call.
2024-01-04 12:41:16 +01:00
Andrey Antukh
0a77bae8a7
✨ Improve options handling on db module
2023-12-13 11:56:20 +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
41134f22e9
📎 Update license header
2022-09-20 23:23:22 +02:00
Andrey Antukh
144127224c
✨ Reduce contention on file-update using advisory locks and weaker row locking.
2021-06-09 15:49:45 +02:00
Andrey Antukh
77c2a98304
🎉 Add insert-multi helper on db namespace.
2021-05-06 14:13:54 +02:00
Andrey Antukh
f545e41d10
📎 Fix license header.
2021-04-12 16:49:43 +02:00
Andrey Antukh
e7085571bf
🎉 Add :memory backend to the msgbus module.
2021-03-22 13:38:44 +01:00
Andrey Antukh
e3727aaefe
🎉 Add onboarding data to the database.
2021-02-24 16:31:56 +01:00
alonso.torres
2e7f90f3cc
✨ Adds commands to load data into user
2021-02-02 13:03:21 +01:00
Andrey Antukh
6dafc087e9
✨ Remove unused code from profile inital-data module.
2021-02-01 09:48:28 +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
alonso.torres
66fe0048a5
✨ Adds system to load initial project data
2021-01-25 11:27:29 +01:00
Andrey Antukh
1467fd5dbf
🎉 Add sql helpers wrappers with proper defaults.
2021-01-20 17:33:54 +01:00