Michael Bromley
|
16e52f2636
feat(core): Add `metadataModifiers` for low-level DB entity config
|
3 lat temu |
Michael Bromley
|
ea63784f5f
fix(core): Use subscribers passed in to the dbConnectionOptions
|
3 lat temu |
Michael Bromley
|
87de9aabed
refactor(core): Move entityIdStrategy config to entityOptions
|
4 lat temu |
Michael Bromley
|
fd374b3fa4
feat(core): Implement health check server for worker
|
4 lat temu |
Michael Bromley
|
fc6b890937
feat(core): Allow cookie & bearer session tokens at the same time
|
4 lat temu |
gkielwasser
|
dd89204775
feat(core): Allow middleware to execute before server.listen
|
4 lat temu |
Michael Bromley
|
cbe764a661
fix(core): Fix worker error when using custom Logger
|
4 lat temu |
Michael Bromley
|
68e8b47df5
refactor(core): Remove unused check
|
4 lat temu |
Michael Bromley
|
d28c18fa93
chore(core): Remove deprecated sessionSecret option
|
4 lat temu |
Michael Bromley
|
9e3050560e
feat(core): Reinstate ProcessContext provider
|
4 lat temu |
Michael Bromley
|
1fbefb7e11
chore: Update all packages to TypeScript 4.1.5
|
4 lat temu |
Michael Bromley
|
d6e4af5969
feat(core): Export startJobQueue helper from boostrapWorker()
|
4 lat temu |
Michael Bromley
|
0984c6d399
feat: Re-implement startup messaging for plugins
|
5 lat temu |
Fred Cox
|
5db92d15e9
Removed Worker
|
5 lat temu |
Michael Bromley
|
dc7b3036e5
fix(core): Correct typing of GraphQL ID type in generated code
|
5 lat temu |
Michael Bromley
|
ad089eac48
feat(core): Expose all cookie options in VendureConfig
|
5 lat temu |
Michael Bromley
|
c1ccaa1e83
feat(core): Validate DB table structure on worker bootstrap
|
5 lat temu |
Michael Bromley
|
e36b9dbc25
fix(core): Fix cookie auth for custom controller routes
|
5 lat temu |
Michael Bromley
|
3ce74ff0e3
fix(core): Increase resilience of app close when worker in main thread
|
5 lat temu |
Michael Bromley
|
c92c21b0f2
feat(core): Add static lifecycle hooks to run before bootstrap
|
5 lat temu |
Michael Bromley
|
fc30dfd22c
feat(core): Prettier console greeting on server start
|
5 lat temu |
Michael Bromley
|
6904743f78
feat(core): Group api options in VendureConfig
|
5 lat temu |
Michael Bromley
|
b37ea05026
fix(core): Fix error when using non-TCP transport in workerOptions
|
5 lat temu |
Michael Bromley
|
ce004063ad
fix(core): Fix duplicate plugin entities being registered on bootstrap
|
6 lat temu |
Michael Bromley
|
d50d48835f
fix(core): Fix uuid strategy, rework setting of ID data types in DB
|
6 lat temu |
Michael Bromley
|
c040c0bd40
fix(core): Do not duplicate plugins when running work in main process
|
6 lat temu |
Lorenzo Simone
|
65897c49a4
fix(race-condition): Fix DB race condition even in core module
|
6 lat temu |
Michael Bromley
|
6ea71242a8
feat(core): Expose new RuntimeVendureConfig interface
|
6 lat temu |
Michael Bromley
|
25de044f8d
fix(core): Fix application hang when worker microservice fails to start
|
6 lat temu |
Michael Bromley
|
f4cd71834c
feat(core): Automatically set CORS exposedHeaders for bearer auth
|
6 lat temu |