Kristian Vos
|
39cba6eb60
fix: fix several TS errors
|
1 year ago |
Owen Diffey
|
8c84b17d92
refactor: Use events for job callbacks
|
1 year ago |
Owen Diffey
|
aa92c2400a
fix: Various fixes and improvements
|
1 year ago |
Owen Diffey
|
1f4df43cbf
refactor: Separated jobs into their own classes
|
1 year ago |
Owen Diffey
|
2d4c7ef55f
refactor: Call EventsModule methods directly
|
1 year ago |
Owen Diffey
|
d3824882bb
refactor: Call DataModule.getModel directly
|
1 year ago |
Owen Diffey
|
b71a0cf769
refactor: Export instantiated classes
|
1 year ago |
Owen Diffey
|
4e2b1645c1
refactor: Add src import path to backend
|
1 year ago |
Owen Diffey
|
444902a649
chore: Removed outdated tests and comments
|
1 year ago |
Owen Diffey
|
15a9afe2f7
feat: Add get jobs backend console command
|
1 year ago |
Owen Diffey
|
b653691a20
feat: Add ts-patch-mongoose package and integrate events
|
1 year ago |
Owen Diffey
|
d513be1a05
feat: Add events module
|
1 year ago |
Owen Diffey
|
5372d26694
feat: Add getData as schema plugin (WIP)
|
1 year ago |
Owen Diffey
|
4e2fd1fbf7
refactor: Rename schemas folder and removed old code
|
1 year ago |
Kristian Vos
|
5df6901b08
refactor: changed and fixed a few DataModule things with new mongoose changes, 3.10 changes
|
1 year ago |
Owen Diffey
|
13256ff9b1
refactor: Split runJob into queueJob, runJob and executeJob
|
2 years ago |
Owen Diffey
|
658cfd0e64
refactor: Starting reworking job, queue and module structure
|
2 years ago |
Kristian Vos
|
a68a770b8d
refactor: move JobQueue stats to a dedicated JobStatistics singleton-like class
|
2 years ago |
Kristian Vos
|
01c2835942
refactor: avoid passing on singleton-like object instances of ModuleManager and LogBook
|
2 years ago |
Kristian Vos
|
d2781bdbae
refactor: worked on nesting job queues in jobs for child jobs
|
2 years ago |
Kristian Vos
|
18170454db
fix: DataModule object checking false positive
|
2 years ago |
Kristian Vos
|
c05a7ae1ae
refactor: fixed TypeScript errors in main.ts
|
2 years ago |
Kristian Vos
|
72895f6006
refactor: fixed TypeScript errors in DataModule
|
2 years ago |
Kristian Vos
|
61b174fcb9
fix: some fixes for DataModule find
|
2 years ago |
Kristian Vos
|
4719cc242f
fix: fixed not working for arrays in DataModule find job
|
2 years ago |
Kristian Vos
|
f66be4af3a
refactor: added better handling of restricted values with find job in DataModule
|
2 years ago |
Kristian Vos
|
5e83017cbe
refactor: DataModule support for in find
|
2 years ago |
Kristian Vos
|
323d005ead
refactor: added more support for DataModule find job filtering with arrays/schemas
|
2 years ago |
Kristian Vos
|
f4a7f6b6ce
refactor: worked more on DataModule functions, reordering, cleaning things up, renaming things and adding comments
|
2 years ago |
Kristian Vos
|
b2c31e288b
refactor: added back better support for type casting and worked on support for arrays with both normal and schema types
|
2 years ago |