Age | Commit message (Expand) | Author | Files | Lines |
2024-02-22 | Add support for tenant-associated service notifications | Karen Arutyunov | 1 | -58/+337 |
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 | 1 | -0/+1 |
2023-07-28 | Fix task request handler which could potentially issue unexpected rebuild task | Karen Arutyunov | 1 | -1/+7 |
2023-07-20 | Log more info when issue warnings in build-result and build-force handlers | Karen Arutyunov | 1 | -3/+3 |
2023-07-17 | Fix build task handler not to acquire extra database connection | Karen Arutyunov | 1 | -1/+1 |
2023-07-13 | Optimize build-task handler by using object loading view | Karen Arutyunov | 1 | -7/+6 |
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 | 1 | -46/+61 |
2023-05-17 | Add support for interactive parameter for task request | Karen Arutyunov | 1 | -10/+35 |
2023-05-17 | Add support for upload handlers and implement brep-upload-bindist handler | Karen Arutyunov | 1 | -4/+37 |
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 | 1 | -13/+14 |
2023-04-14 | Add support for random package ordering in build task module | Karen Arutyunov | 1 | -509/+600 |
2022-12-06 | Make sure we only build one package config per interactive tennant | Karen Arutyunov | 1 | -4/+145 |
2022-11-23 | Add support for package build configurations | Karen Arutyunov | 1 | -162/+194 |
2022-10-27 | Suppress (potential) bogus GCC 12 -Wrestrict warnings | Boris Kolpackov | 1 | -1/+1 |
2022-08-29 | Add target to build configuration id | Karen Arutyunov | 1 | -23/+22 |
2022-02-11 | Add support for reflect clause in tests package manifest value | Karen Arutyunov | 1 | -1/+2 |
2021-11-24 | Fix forced package re-build timeout evaluation | Karen Arutyunov | 1 | -2/+2 |
2021-10-04 | Add support for soft and hard rebuilds | Karen Arutyunov | 1 | -57/+205 |
2021-09-28 | Adapt to libbutl headers extension change from .mxx to .hxx | Karen Arutyunov | 1 | -9/+9 |
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-04-09 | Fix broken package rebuild | Karen Arutyunov | 1 | -4/+5 |
2021-03-26 | Add support for interactive CI mode | Karen Arutyunov | 1 | -22/+108 |
2020-06-26 | Adapt to merging of package external tests, examples, and benchmarks into typ... | Karen Arutyunov | 1 | -30/+23 |
2020-05-02 | For external test packages use the 'all' class as default underlying build cl... | Karen Arutyunov | 1 | -1/+11 |
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 | 1 | -9/+53 |
2020-03-27 | Implement brep-monitor | Karen Arutyunov | 1 | -16/+6 |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 |
2019-10-31 | Add support for environment task manifest value | Karen Arutyunov | 1 | -0/+1 |
2019-09-30 | Adapt to moving path match to path-pattern.?xx | Karen Arutyunov | 1 | -1/+1 |
2019-09-28 | Adapt to swapping of entry and pattern parameters in butl::path_match() | Karen Arutyunov | 1 | -2/+2 |
2019-09-05 | Adapt to optional package revision | Karen Arutyunov | 1 | -1/+1 |
2019-07-08 | Cleanup handler configuration options inheritance | Karen Arutyunov | 1 | -3/+2 |
2019-02-28 | Build packages for different toolchains having same version but different names | Karen Arutyunov | 1 | -5/+11 |
2019-01-16 | Update copyright year | Karen Arutyunov | 1 | -1/+1 |
2018-12-11 | Add support for build configuration class inheritance | Karen Arutyunov | 1 | -7/+14 |
2018-11-30 | Minor naming change | Boris Kolpackov | 1 | -2/+2 |
2018-11-30 | Match build configuration names, targets and machine names as paths | Karen Arutyunov | 1 | -4/+13 |
2018-11-29 | Add support for builds manifest value | Karen Arutyunov | 1 | -0/+2 |
2018-10-30 | Add tenant object | Karen Arutyunov | 1 | -1/+1 |
2018-09-08 | Add multi-tenancy support | Karen Arutyunov | 1 | -30/+39 |
2018-07-10 | Add support for package submission | Karen Arutyunov | 1 | -3/+10 |
2018-05-24 | Adapt to inventing package_name type | Karen Arutyunov | 1 | -1/+2 |
2018-05-19 | Update copyright year | Karen Arutyunov | 1 | -1/+1 |
2017-10-03 | Adapt to modularization of libbutl | Karen Arutyunov | 1 | -8/+8 |
2017-08-29 | Use system_clock instead of timestamp::clock | Karen Arutyunov | 1 | -3/+3 |