aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
48 min.Generate challenge out of database transaction in build task handlerHEADmasterKaren Arutyunov1-68/+71
4 hoursFix tenant service related logic in build task handlerKaren Arutyunov3-10/+35
41 hoursFix brep-load to apply package manifest overrides before converting package ↵Karen Arutyunov1-13/+15
build configurations to brep's representation
47 hoursMake buildable with GCC 4.9Karen Arutyunov2-20/+22
2 daysAdd support for custom build botsKaren Arutyunov20-209/+1067
2024-04-01Make buildable with GCC 4.9Karen Arutyunov2-2/+2
2024-04-01Stash build toolchain in tenant objectKaren Arutyunov11-40/+167
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 Arutyunov20-376/+1212
2024-03-14Minor fix in build task handlerKaren Arutyunov1-1/+1
2024-03-14Add --ignore-unresolved-tests option for brep-loadKaren Arutyunov3-15/+46
2024-03-13Add search-description configuration optionBoris Kolpackov5-2/+34
2024-03-13Change semantics for build-toolchain-email configuration optionKaren Arutyunov7-27/+101
2024-03-12Adapt to build auxiliary machines related changes in libbpkg and libbbotKaren Arutyunov2-0/+9
2024-02-23Add INSTALL-CI-DEV guideKaren Arutyunov1-0/+131
2024-02-22Cleanup build queries in monitorKaren Arutyunov3-58/+90
2024-02-22Add support for tenant-associated service notificationsKaren Arutyunov41-538/+2041
2024-02-13Optimize database query in build-task serviceKaren Arutyunov1-11/+10
2024-02-01Add support for enable clause in tests package manifest valueKaren Arutyunov13-12/+49
2024-02-01Update copyrightKaren Arutyunov1-1/+1
2024-01-26Adjust installation notes/script to comply with PostgreSQL 15 and aboveKaren Arutyunov3-0/+31
2023-10-11To improve bdep-clean and bdep-monitor performance increase LIMIT clause ↵Karen Arutyunov2-2/+2
value in their SELECT queries from 100 to 2000
2023-10-04Don't propagate search criteria from package search page to package details pageKaren Arutyunov4-20/+9
2023-10-04Pass bpkg-pkg-verify diagnostics to user on package submission failureKaren Arutyunov2-3/+41
2023-10-03Relax constraint in upload-bindist by only forbidding leading dots in ↵Karen Arutyunov2-14/+17
package-config manifest values
2023-10-03Reflect target CPU in bindist upload package config directory nameKaren Arutyunov2-6/+67
2023-09-29Add support for *-build-*email package manifest valuesKaren Arutyunov8-62/+84
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 Arutyunov2-12/+26
2023-07-28Fix task request handler which could potentially issue unexpected rebuild taskKaren Arutyunov1-1/+7
2023-07-21Update INSTALL fileKaren Arutyunov1-0/+1
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 Arutyunov4-207/+199
join strategy
2023-07-13Optimize build-task handler by using object loading viewKaren Arutyunov5-35/+45
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 Arutyunov5-62/+127
2023-07-05Change version to 0.17.0-a.0.zBoris Kolpackov2-9/+9
2023-06-30Release version 0.16.0v0.16.0Boris Kolpackov2-11/+11
2023-06-28Update NEWS filesBoris Kolpackov1-1/+12
2023-06-26Suppress -Wdangling-reference GCC 13 warningKaren Arutyunov1-0/+5
2023-06-26Suppress -Wunqualified-std-cast-call Clang 15 warningKaren Arutyunov1-0/+2
2023-06-26Update .gitignore fileKaren Arutyunov1-0/+6
2023-06-24Add apache2 headers dir auto-detection and configurations for building with ↵Karen Arutyunov4-24/+69
system packages
2023-06-22Fix package version details page to properly detect if it needs to drop ↵Karen Arutyunov1-7/+17
Builds section