- Jun 17, 2022
-
-
File locking will attempt to log on failure (ie: the medialib is already locked). As `s_logger` null checks were removed [1], logging before constructing `MediaLibrary` was dereferencing nullptr. [1] fc002ae1
-
This preceed logger default initialisation extraction from `MediaLibrary` constructor.
-
- Jun 13, 2022
-
-
Hugo Beauzée-Luyssen authored
-
- Jun 08, 2022
-
-
Hugo Beauzée-Luyssen authored
refs #373
-
Hugo Beauzée-Luyssen authored
Same reasoning as the previous commit
-
Hugo Beauzée-Luyssen authored
This will clarify the API once we start to handle QueryParameters from that function
-
Hugo Beauzée-Luyssen authored
refs #373
-
Hugo Beauzée-Luyssen authored
refs #373
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
refs #373
-
Hugo Beauzée-Luyssen authored
refs #373
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Which allows to tweak the query before executing it, without adding extra parameters to the already fairly packed make_query helper
-
Hugo Beauzée-Luyssen authored
Which can be used to ensure an additional boolean flag representing the publicness of the query will be added to the rows
-
Hugo Beauzée-Luyssen authored
We can still convert it back to a Query<> when returning it to the application, but we'll temporary have access to the entire class, which allows use to customize the query before returning it
-
Hugo Beauzée-Luyssen authored
refs #373
-
Hugo Beauzée-Luyssen authored
Refs #373
-
Hugo Beauzée-Luyssen authored
refs #373
-
Hugo Beauzée-Luyssen authored
refs #373
-
Hugo Beauzée-Luyssen authored
Refs #373
-
Hugo Beauzée-Luyssen authored
Fix #409
-
Hugo Beauzée-Luyssen authored
Fix #421
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Jun 02, 2022
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Fix #439
-
Hugo Beauzée-Luyssen authored
We'll soon have another variant of device listing for network devices, this will clarify the intent. refs #439
-
Hugo Beauzée-Luyssen authored
-
- May 25, 2022
-
-
Hugo Beauzée-Luyssen authored
Fix #438
-
- May 19, 2022
-
-
Hugo Beauzée-Luyssen authored
This has no impact in real life since the table is temporary, but it will cause future migration tests to fail if we create a new FileRelationTable backup table
-
- May 18, 2022
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
All the information we need is available in the Media table.
-
Hugo Beauzée-Luyssen authored
We're searching for a media, it has to have a main file associated with it, so we don't have to force a join with the file table in case we don't sort by a File related field
-
- May 17, 2022
-
-
Hugo Beauzée-Luyssen authored
This was just benching the construction of the query object...
-
Hugo Beauzée-Luyssen authored
-
- May 13, 2022
-
-
Hugo Beauzée-Luyssen authored
We need the custom logger before any initialization step runs, otherwise those logs will be lost. In order to simplify the locking, it seems reasonable to mandate that the logger won't be updated afterward.
-
Hugo Beauzée-Luyssen authored
Otherwise some logs could be missing, especially the devicelister/fsfactories ones.
-