[O2B-1534] Migrate log overview to use filtering model pattern by NarrowsProjects · Pull Request #2083 · AliceO2Group/Bookkeeping

added 4 commits

February 20, 2026 10:23

Guust added 9 commits

February 20, 2026 13:18

Guust added 7 commits

February 21, 2026 16:57

NarrowsProjects

GuustMetz added 2 commits

March 2, 2026 12:08
* Filtering by stableBeamsStart and stableBeamsEnd has been added to LHC Fills overview page
* lhcFills endpoint & DTO validation modified and testing added for the aforementioned changes
---------

Co-authored-by: GuustMetz <guust.metz@cern.ch>
Co-authored-by: Guust <metzguust@gmail.com>
* Replaced the two-query pattern with a single queryBuilder in GetAllEnvironmentsUseCase. The previous approach was redundant following Sequelize performance improvements; furthermore, the original implementation's logic was flawed which resulted in the pagination bug.