Kristian Vos
|
42b3162b6b
refactor: modify model store loadModels to use findManyById instead of findById
|
9 months ago |
Kristian Vos
|
5192b28c45
feat: add FindManyById job
|
9 months ago |
Owen Diffey
|
77f6ab3379
refactor: Move shared logic to a common directory
|
9 months ago |
Owen Diffey
|
578da3ea73
fix: JobQueue.runJob race condition
|
9 months ago |
Owen Diffey
|
c917263eff
feat: Add minified users view-based model
|
9 months ago |
Owen Diffey
|
87ac0e09d0
feat: Add loadModels to model store
|
9 months ago |
Owen Diffey
|
c6bf02c58b
fix: Various fixes and tweaks
|
9 months ago |
Owen Diffey
|
868bc549f2
fix: Fix frontend eslint issues
|
9 months ago |
Owen Diffey
|
a24a00ba7a
chore: Re-enable build-lint workflow
|
9 months ago |
Owen Diffey
|
4940a501ad
chore: Temporarily disable backend test validation in workflow action
|
9 months ago |
Owen Diffey
|
514f4d2d58
chore: Remove outdated data module spec
|
9 months ago |
Owen Diffey
|
a2dd0ff7e4
fix: Fix remaining backend eslint issues
|
9 months ago |
Kristian Vos
|
fb86ebdeff
fix: remaining TS errors on the backend
|
9 months ago |
Owen Diffey
|
cf000e6a4b
fix: Frontend websocket close event listener not being destroyed
|
9 months ago |
Kristian Vos
|
3c24cd26d2
Merge branch 'release/backend-rewrite' of github.com:Musare/Musare into release/backend-rewrite
|
9 months ago |
Kristian Vos
|
a3440bc5a7
fix: a bunch more TS fixes
|
9 months ago |
Owen Diffey
|
991819b667
refactor: Move job options type to job file
|
9 months ago |
Owen Diffey
|
306a21d3c6
fix: Re-add missing schemas type
|
9 months ago |
Owen Diffey
|
7d2438d5a5
fix: Frontend subscriptions not persisting reconnect
|
9 months ago |
Owen Diffey
|
cc6169ca07
fix: Event subscriptions not being handled
|
9 months ago |
Owen Diffey
|
4442a6382a
refactor: Report queued jobs in statistics
|
9 months ago |
Owen Diffey
|
7a91ec0e2f
fix: Use deleteById in permissions
|
9 months ago |
Owen Diffey
|
dc1d00f15f
fix: Catch and ignore job errors in queue, as should already be handled/reported
|
9 months ago |
Owen Diffey
|
a610f17c5c
refactor: Use callback to handle forEachIn errors
|
9 months ago |
Owen Diffey
|
d76859ccc3
refactor: Add forEachIn error handling
|
9 months ago |
Kristian Vos
|
39cba6eb60
fix: fix several TS errors
|
9 months ago |
Owen Diffey
|
3d8e4360bb
refactor: Replaced Promise.all usage with limited concurrency iterator
|
9 months ago |
Owen Diffey
|
b4baf910a5
fix: Few fixes
|
9 months ago |
Owen Diffey
|
5515176f26
refactor: Add generate uuid util
|
9 months ago |
Owen Diffey
|
333e27209b
chore: Disable prefer default export eslint rule on backend
|
9 months ago |