Age | Commit message (Expand) | Author | Files | Lines |
2023-06-22 | Fix package version details page to properly detect if it needs to drop Build... | Karen Arutyunov | 1 | -7/+17 |
2023-06-12 | Fix GCC 13 -Woverloaded-virtual warning | Boris Kolpackov | 1 | -0/+2 |
2023-05-30 | Add support for package-description, package-description-type, and changes-ty... | Karen Arutyunov | 4 | -28/+31 |
2023-05-17 | Add support for interactive parameter for task request | Karen Arutyunov | 4 | -11/+74 |
2023-05-17 | Add support for upload handlers and implement brep-upload-bindist handler | Karen Arutyunov | 14 | -407/+1705 |
2023-04-19 | Make random package ordering distribution more even in build task module | Karen Arutyunov | 1 | -16/+211 |
2023-04-14 | Add support for interrupt build result status | Karen Arutyunov | 2 | -113/+152 |
2023-04-14 | Add support for random package ordering in build task module | Karen Arutyunov | 6 | -522/+655 |
2023-03-07 | Print unbuilt configurations for archived package tenants | Karen Arutyunov | 2 | -27/+8 |
2022-12-14 | Add noexcept to move constructors and move assignment operators | Karen Arutyunov | 1 | -1/+1 |
2022-12-08 | Adapt to dir_iterator API change | Karen Arutyunov | 1 | -1/+1 |
2022-12-07 | Move indication that tenant is archived to timestamp field on builds and pack... | Karen Arutyunov | 3 | -18/+56 |
2022-12-06 | Make sure we only build one package config per interactive tennant | Karen Arutyunov | 1 | -4/+145 |
2022-12-02 | Reflect that build tenant is archived on builds and package version details p... | Karen Arutyunov | 4 | -13/+19 |
2022-11-23 | Add support for package build configurations | Karen Arutyunov | 18 | -596/+791 |
2022-10-27 | Suppress (potential) bogus GCC 12 -Wrestrict warnings | Boris Kolpackov | 8 | -10/+10 |
2022-09-29 | Fix build-result-request-max-size config option default value from 10240000 t... | Karen Arutyunov | 1 | -1/+1 |
2022-08-29 | Add target to build configuration id | Karen Arutyunov | 11 | -112/+189 |
2022-07-01 | Add support for disabling package build notification emails per toolchain name | Karen Arutyunov | 2 | -0/+25 |
2022-02-11 | Add support for reflect clause in tests package manifest value | Karen Arutyunov | 1 | -1/+2 |
2022-01-17 | Adapt to package manifest dependency classes change | Karen Arutyunov | 2 | -27/+68 |
2022-01-17 | Adapt to package manifest requirement classes change | Karen Arutyunov | 2 | -24/+55 |
2021-12-09 | Prepare for supporting multiple ids in requirement alternative | Karen Arutyunov | 2 | -2/+6 |
2021-12-08 | Prepare for supporting multiple dependencies in dependency alternative | Karen Arutyunov | 2 | -34/+44 |
2021-11-24 | Fix forced package re-build timeout evaluation | Karen Arutyunov | 1 | -2/+2 |
2021-11-19 | Use pkeyutl command instead of rsautl starting openssl version 3.0.0 | Karen Arutyunov | 2 | -3/+34 |
2021-10-29 | Enable footnotes for cmark-gfm parser | Karen Arutyunov | 1 | -14/+15 |
2021-10-14 | Make some web interface cleanups | Karen Arutyunov | 5 | -50/+14 |
2021-10-12 | Adapt to bpkg::version API change | Karen Arutyunov | 1 | -2/+2 |
2021-10-04 | Add support for soft and hard rebuilds | Karen Arutyunov | 4 | -97/+356 |
2021-09-28 | Adapt to libbutl headers extension change from .mxx to .hxx | Karen Arutyunov | 13 | -47/+47 |
2021-09-27 | Add support for build2 configuration class | Karen Arutyunov | 1 | -1/+4 |
2021-09-24 | Add support for requires, tests, examples, benchmarks, and host task manifest... | Karen Arutyunov | 1 | -3/+10 |
2021-08-24 | Add support for build-time mark (*) in tests, examples, and benchmarks packag... | Karen Arutyunov | 1 | -2/+8 |
2021-08-05 | Tweak name_value_scanner::position() implementation | Boris Kolpackov | 2 | -2/+2 |
2021-08-05 | Add handler::name_value_scanner::position() | Karen Arutyunov | 2 | -0/+9 |
2021-04-09 | Fix broken package rebuild | Karen Arutyunov | 1 | -4/+5 |
2021-03-29 | Add missing build-interactive-login option to etc/brep-module.conf | Karen Arutyunov | 1 | -1/+2 |
2021-03-26 | Add support for interactive CI mode | Karen Arutyunov | 10 | -78/+256 |
2021-03-22 | Fix Build Configurations page to add tenant to links | Karen Arutyunov | 1 | -2/+2 |
2020-11-24 | Don't send build notification if build-email package manifest value is unspec... | Karen Arutyunov | 1 | -19/+4 |
2020-11-06 | Adapt to process::kill() semantics change | Karen Arutyunov | 1 | -0/+3 |
2020-09-03 | Initial support for private brep instance setup | Karen Arutyunov | 1 | -8/+8 |
2020-06-26 | Adapt to merging of package external tests, examples, and benchmarks into typ... | Karen Arutyunov | 2 | -44/+60 |
2020-05-02 | For external test packages use the 'all' class as default underlying build cl... | Karen Arutyunov | 4 | -10/+32 |
2020-05-01 | Adapt to renaming bpkg::url class to bpkg::manifest_url | Karen Arutyunov | 2 | -5/+4 |
2020-04-06 | Add support for test-exclude task manifest value | Karen Arutyunov | 1 | -6/+36 |
2020-04-01 | Invent alternative package rebuild timeout | Karen Arutyunov | 5 | -10/+133 |
2020-03-27 | Implement brep-monitor | Karen Arutyunov | 43 | -383/+428 |
2020-02-25 | Add UTF-8 error details to CI and submit service responces | Karen Arutyunov | 2 | -4/+10 |