Age | Commit message (Expand) | Author | Files | Lines |
2024-05-07 | Update odb.sh to match switch to libbutl-odb | Boris Kolpackov | 1 | -0/+7 |
2024-05-07 | Adjust version checks to use new LIBODB*_VERSION_FULL macros | Boris Kolpackov | 1 | -2/+2 |
2024-05-06 | Switch to new multi-package ODB repository | Boris Kolpackov | 1 | -5/+1 |
2024-04-24 | Generate challenge out of database transaction in build task handler | Karen Arutyunov | 1 | -68/+71 |
2024-04-24 | Fix tenant service related logic in build task handler | Karen Arutyunov | 3 | -10/+35 |
2024-04-22 | Fix brep-load to apply package manifest overrides before converting package b... | Karen Arutyunov | 1 | -13/+15 |
2024-04-22 | Make buildable with GCC 4.9 | Karen Arutyunov | 2 | -20/+22 |
2024-04-22 | Add support for custom build bots | Karen Arutyunov | 20 | -209/+1067 |
2024-04-01 | Make buildable with GCC 4.9 | Karen Arutyunov | 2 | -2/+2 |
2024-04-01 | Stash build toolchain in tenant object | Karen Arutyunov | 11 | -40/+167 |
2024-03-27 | Fix external test package configuration selection semantics in build task han... | Karen Arutyunov | 1 | -27/+14 |
2024-03-26 | For external test package try to use same named package config as for main pa... | Karen Arutyunov | 1 | -6/+30 |
2024-03-25 | Drop redundant casts for tracing booleans in brep::ci::build_queued() | Karen Arutyunov | 1 | -2/+2 |
2024-03-25 | Add tenant_service_hints | Karen Arutyunov | 6 | -20/+101 |
2024-03-25 | Add NOTIFICATION_DIAG macro to mod/tenant-service.hxx | Karen Arutyunov | 8 | -32/+110 |
2024-03-22 | Fix crashing of build task handler | Karen Arutyunov | 1 | -1/+2 |
2024-03-21 | Add support for build auxiliary machines/configurations | Karen Arutyunov | 20 | -376/+1212 |
2024-03-14 | Minor fix in build task handler | Karen Arutyunov | 1 | -1/+1 |
2024-03-14 | Add --ignore-unresolved-tests option for brep-load | Karen Arutyunov | 3 | -15/+46 |
2024-03-13 | Add search-description configuration option | Boris Kolpackov | 5 | -2/+34 |
2024-03-13 | Change semantics for build-toolchain-email configuration option | Karen Arutyunov | 7 | -27/+101 |
2024-03-12 | Adapt to build auxiliary machines related changes in libbpkg and libbbot | Karen Arutyunov | 2 | -0/+9 |
2024-02-23 | Add INSTALL-CI-DEV guide | Karen Arutyunov | 1 | -0/+131 |
2024-02-22 | Cleanup build queries in monitor | Karen Arutyunov | 3 | -58/+90 |
2024-02-22 | Add support for tenant-associated service notifications | Karen Arutyunov | 41 | -538/+2041 |
2024-02-13 | Optimize database query in build-task service | Karen Arutyunov | 1 | -11/+10 |
2024-02-01 | Add support for enable clause in tests package manifest value | Karen Arutyunov | 13 | -12/+49 |
2024-02-01 | Update copyright | Karen Arutyunov | 1 | -1/+1 |
2024-01-26 | Adjust installation notes/script to comply with PostgreSQL 15 and above | Karen Arutyunov | 3 | -0/+31 |
2023-10-11 | To improve bdep-clean and bdep-monitor performance increase LIMIT clause valu... | Karen Arutyunov | 2 | -2/+2 |
2023-10-04 | Don't propagate search criteria from package search page to package details page | Karen Arutyunov | 4 | -20/+9 |
2023-10-04 | Pass bpkg-pkg-verify diagnostics to user on package submission failure | Karen Arutyunov | 2 | -3/+41 |
2023-10-03 | Relax constraint in upload-bindist by only forbidding leading dots in package... | Karen Arutyunov | 2 | -14/+17 |
2023-10-03 | Reflect target CPU in bindist upload package config directory name | Karen Arutyunov | 2 | -6/+67 |
2023-09-29 | Add support for *-build-*email package manifest values | Karen Arutyunov | 8 | -62/+84 |
2023-09-28 | Add support for explicit hidden target configuration class | Karen Arutyunov | 5 | -21/+36 |
2023-08-04 | Don't log warning if build task is expired due to suspended build machine | Karen Arutyunov | 2 | -12/+26 |
2023-07-28 | Fix task request handler which could potentially issue unexpected rebuild task | Karen Arutyunov | 1 | -1/+7 |
2023-07-21 | Update INSTALL file | Karen Arutyunov | 1 | -0/+1 |
2023-07-20 | Log more info when issue warnings in build-result and build-force handlers | Karen Arutyunov | 3 | -14/+37 |
2023-07-17 | Fix build task handler not to acquire extra database connection | Karen Arutyunov | 1 | -1/+1 |
2023-07-17 | Optimize builds page by discouraging PostgreSQL from using the nested loop jo... | Karen Arutyunov | 4 | -207/+199 |
2023-07-13 | Optimize build-task handler by using object loading view | Karen Arutyunov | 5 | -35/+45 |
2023-07-07 | Optimize build-task handler by reducing number of tenant object loads | Karen Arutyunov | 1 | -16/+29 |
2023-07-07 | Add odb sections to build_package class | Karen Arutyunov | 5 | -62/+127 |
2023-07-05 | Change version to 0.17.0-a.0.z | Boris Kolpackov | 2 | -9/+9 |
2023-06-30 | Release version 0.16.0v0.16.0 | Boris Kolpackov | 2 | -11/+11 |
2023-06-28 | Update NEWS files | Boris Kolpackov | 1 | -1/+12 |
2023-06-26 | Suppress -Wdangling-reference GCC 13 warning | Karen Arutyunov | 1 | -0/+5 |
2023-06-26 | Suppress -Wunqualified-std-cast-call Clang 15 warning | Karen Arutyunov | 1 | -0/+2 |