- Oct 28, 2019
-
-
Hugo Beauzée-Luyssen authored
The dwarf exception handling doesn't work under wine in docker, because it requires process introspection, which, when run on wine implies using ptrace. This causes EnumProcessModules to fail in libunwind, so we're not able to unwind the stack properly, causing all exceptions to go unhandled. Until we can either run the docker image with SYS_PTRACE capability, or wine uses a different way of running EnumProcessModules when the target process is the running one, I'm not sure we can run the win32 tests in the CI. win64 isn't affected, as it uses SEH exception model
-
Hugo Beauzée-Luyssen authored
We only expect a UNIQUE constraint when inserting a duplicated bookmark, other constraint violation hsould be propagated up the chain as they would denote a bug
-
Hugo Beauzée-Luyssen authored
This reverts commit c24c72a5.
-
Hugo Beauzée-Luyssen authored
-
- Oct 23, 2019
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Fix #157
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
We are only interested in foreign key constraint violation when creating the media, not the file
-
- Oct 22, 2019
-
-
-
Fix #174
-
refs #130
-
Hugo Beauzée-Luyssen authored
Fix #161
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
The equivalent line is logged from the ParserWorker
-
- Oct 21, 2019
-
-
Hugo Beauzée-Luyssen authored
-
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr> Fix #173
-
- Oct 18, 2019
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
The type isn't expected to be used, but this is probably clearer and safer for the future
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Oct 17, 2019
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Fix #171
-
-
Instead of the plain implementation. In addition, use the factory so it's part of the code coverage
-
-
Hugo Beauzée-Luyssen authored
And add a bit of comments Fix #163
-
Hugo Beauzée-Luyssen authored
Fix #167
-
Hugo Beauzée-Luyssen authored
As we care about the file size for a while now...
-
Hugo Beauzée-Luyssen authored
We can't use an unsigned type since sqlite only offers load/bind functions for signed 64bits integers Refs #167
-
Hugo Beauzée-Luyssen authored
Fix #170
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This allows the thread to stay alive, and prevents the application from having to restart the entire medialibrary Fix #172
-