aboutsummaryrefslogtreecommitdiff
path: root/mod
AgeCommit message (Collapse)AuthorFilesLines
2 daysAdd support for custom build botsKaren Arutyunov6-95/+259
2024-04-01Make buildable with GCC 4.9Karen Arutyunov2-2/+2
2024-04-01Stash build toolchain in tenant objectKaren Arutyunov4-37/+112
2024-03-27Fix external test package configuration selection semantics in build task ↵Karen Arutyunov1-27/+14
handler
2024-03-26For external test package try to use same named package config as for main ↵Karen Arutyunov1-6/+30
package in build task
2024-03-25Drop redundant casts for tracing booleans in brep::ci::build_queued()Karen Arutyunov1-2/+2
2024-03-25Add tenant_service_hintsKaren Arutyunov6-20/+101
2024-03-25Add NOTIFICATION_DIAG macro to mod/tenant-service.hxxKaren Arutyunov8-32/+110
2024-03-22Fix crashing of build task handlerKaren Arutyunov1-1/+2
2024-03-21Add support for build auxiliary machines/configurationsKaren Arutyunov9-331/+788
2024-03-14Minor fix in build task handlerKaren Arutyunov1-1/+1
2024-03-14Add --ignore-unresolved-tests option for brep-loadKaren Arutyunov1-1/+1
2024-03-13Add search-description configuration optionBoris Kolpackov3-2/+20
2024-03-13Change semantics for build-toolchain-email configuration optionKaren Arutyunov5-11/+79
2024-03-12Adapt to build auxiliary machines related changes in libbpkg and libbbotKaren Arutyunov1-0/+5
2024-02-22Add support for tenant-associated service notificationsKaren Arutyunov24-520/+1673
2024-02-13Optimize database query in build-task serviceKaren Arutyunov1-11/+10
2024-02-01Add support for enable clause in tests package manifest valueKaren Arutyunov2-1/+19
2023-10-04Don't propagate search criteria from package search page to package details pageKaren Arutyunov4-20/+9
2023-10-03Relax constraint in upload-bindist by only forbidding leading dots in ↵Karen Arutyunov1-4/+4
package-config manifest values
2023-10-03Reflect target CPU in bindist upload package config directory nameKaren Arutyunov1-2/+2
2023-09-29Add support for *-build-*email package manifest valuesKaren Arutyunov1-49/+42
2023-09-28Add support for explicit hidden target configuration classKaren Arutyunov5-21/+36
2023-08-04Don't log warning if build task is expired due to suspended build machineKaren Arutyunov1-11/+25
2023-07-28Fix task request handler which could potentially issue unexpected rebuild taskKaren Arutyunov1-1/+7
2023-07-20Log more info when issue warnings in build-result and build-force handlersKaren Arutyunov3-14/+37
2023-07-17Fix build task handler not to acquire extra database connectionKaren Arutyunov1-1/+1
2023-07-17Optimize builds page by discouraging PostgreSQL from using the nested loop ↵Karen Arutyunov3-207/+194
join strategy
2023-07-13Optimize build-task handler by using object loading viewKaren Arutyunov2-17/+16
2023-07-07Optimize build-task handler by reducing number of tenant object loadsKaren Arutyunov1-16/+29
2023-07-07Add odb sections to build_package classKaren Arutyunov3-46/+75
2023-06-22Fix package version details page to properly detect if it needs to drop ↵Karen Arutyunov1-7/+17
Builds section
2023-06-12Fix GCC 13 -Woverloaded-virtual warningBoris Kolpackov1-0/+2
2023-05-30Add support for package-description, package-description-type, and ↵Karen Arutyunov4-28/+31
changes-type package manifest values
2023-05-17Add support for interactive parameter for task requestKaren Arutyunov4-11/+74
2023-05-17Add support for upload handlers and implement brep-upload-bindist handlerKaren Arutyunov14-407/+1705
2023-04-19Make random package ordering distribution more even in build task moduleKaren Arutyunov1-16/+211
2023-04-14Add support for interrupt build result statusKaren Arutyunov2-113/+152
2023-04-14Add support for random package ordering in build task moduleKaren Arutyunov6-522/+655
2023-03-07Print unbuilt configurations for archived package tenantsKaren Arutyunov2-27/+8
2022-12-14Add noexcept to move constructors and move assignment operatorsKaren Arutyunov1-1/+1
2022-12-08Adapt to dir_iterator API changeKaren Arutyunov1-1/+1
2022-12-07Move indication that tenant is archived to timestamp field on builds and ↵Karen Arutyunov3-18/+56
package version details pages
2022-12-06Make sure we only build one package config per interactive tennantKaren Arutyunov1-4/+145
2022-12-02Reflect that build tenant is archived on builds and package version details ↵Karen Arutyunov4-13/+19
pages
2022-11-23Add support for package build configurationsKaren Arutyunov18-596/+791
2022-10-27Suppress (potential) bogus GCC 12 -Wrestrict warningsBoris Kolpackov8-10/+10
2022-09-29Fix build-result-request-max-size config option default value from 10240000 ↵Karen Arutyunov1-1/+1
to 10485760
2022-08-29Add target to build configuration idKaren Arutyunov11-112/+189
2022-07-01Add support for disabling package build notification emails per toolchain nameKaren Arutyunov2-0/+25