aboutsummaryrefslogtreecommitdiff
path: root/monitor/monitor.cxx
AgeCommit message (Collapse)AuthorFilesLines
32 hoursAdd support for custom build botsKaren Arutyunov1-8/+85
2024-03-21Add support for build auxiliary machines/configurationsKaren Arutyunov1-0/+13
2024-02-22Cleanup build queries in monitorKaren Arutyunov1-47/+29
2024-02-22Add support for tenant-associated service notificationsKaren Arutyunov1-1/+7
2023-10-11To improve bdep-clean and bdep-monitor performance increase LIMIT clause ↵Karen Arutyunov1-1/+1
value in their SELECT queries from 100 to 2000
2023-07-17Optimize builds page by discouraging PostgreSQL from using the nested loop ↵Karen Arutyunov1-0/+5
join strategy
2023-07-13Optimize build-task handler by using object loading viewKaren Arutyunov1-1/+1
2023-07-07Add odb sections to build_package classKaren Arutyunov1-7/+14
2022-11-23Add support for package build configurationsKaren Arutyunov1-207/+228
2022-08-29Add target to build configuration idKaren Arutyunov1-16/+30
2021-10-04Add support for soft and hard rebuildsKaren Arutyunov1-261/+427
2021-09-28Adapt to libbutl headers extension change from .mxx to .hxxKaren Arutyunov1-2/+2
2020-04-01Invent alternative package rebuild timeoutKaren Arutyunov1-11/+61
2020-04-01Make brep-monitor to also print total delays count in brief report modeKaren Arutyunov1-28/+83
2020-04-01Make brep-monitor not to update build delay report timestamps if ↵Karen Arutyunov1-14/+22
--report-timeout is unspecified
2020-04-01Fix brep-monitor not to erroneously report delay due to incomplete rebuild ↵Karen Arutyunov1-5/+9
with new toolchain
2020-03-27Implement brep-monitorKaren Arutyunov1-0/+766