Neil Alexander
|
4ad5f9c982
|
Global database connection pool (for monolith mode) (#2411)
* Allow monolith components to share a single database pool
* Don't yell about missing connection strings
* Rename field
* Setup tweaks
* Fix panic
* Improve configuration checks
* Update config
* Fix lint errors
* Update comments
|
2022-05-03 16:35:06 +01:00 |
|
Brian Meek
|
d28d0ee66e
|
Fix TestThumbnailsStorage failing when media results come back in non-deterministic order; silence expected
error when tests are run multiple times against the same postgres database (cherry-picked from #2395)
Signed-off-by: Brian Meek <brian@hntlabs.com>
|
2022-04-29 09:32:58 +01:00 |
|
Till
|
3ddbffd59e
|
Refactor media storage layer, add tests (#2352)
* Refactor mediaapi storage layer
* Verify filetype before trying to create thumbnails
* Add media api storage tests
* Fix returned values
|
2022-04-14 13:32:48 +01:00 |
|