Age | Commit message (Expand) | Author | Files | Lines |
2024-05-28 | Add CI cancel handler | Karen Arutyunov | 1 | -2/+0 |
2024-04-01 | Stash build toolchain in tenant object | Karen Arutyunov | 1 | -7/+22 |
2024-02-22 | Add support for tenant-associated service notifications | Karen Arutyunov | 1 | -0/+10 |
2023-10-04 | Don't propagate search criteria from package search page to package details page | Karen Arutyunov | 1 | -2/+2 |
2023-09-28 | Add support for explicit hidden target configuration class | Karen Arutyunov | 1 | -2/+2 |
2023-07-17 | Optimize builds page by discouraging PostgreSQL from using the nested loop jo... | Karen Arutyunov | 1 | -203/+186 |
2023-07-13 | Optimize build-task handler by using object loading view | Karen Arutyunov | 1 | -10/+10 |
2023-07-07 | Add odb sections to build_package class | Karen Arutyunov | 1 | -0/+12 |
2023-04-14 | Add support for random package ordering in build task module | Karen Arutyunov | 1 | -2/+2 |
2023-03-07 | Print unbuilt configurations for archived package tenants | Karen Arutyunov | 1 | -21/+8 |
2022-12-07 | Move indication that tenant is archived to timestamp field on builds and pack... | Karen Arutyunov | 1 | -1/+6 |
2022-12-02 | Reflect that build tenant is archived on builds and package version details p... | Karen Arutyunov | 1 | -7/+7 |
2022-11-23 | Add support for package build configurations | Karen Arutyunov | 1 | -156/+217 |
2022-08-29 | Add target to build configuration id | Karen Arutyunov | 1 | -40/+54 |
2021-10-12 | Adapt to bpkg::version API change | Karen Arutyunov | 1 | -2/+2 |
2021-09-28 | Adapt to libbutl headers extension change from .mxx to .hxx | Karen Arutyunov | 1 | -2/+2 |
2021-03-26 | Add support for interactive CI mode | Karen Arutyunov | 1 | -23/+35 |
2020-03-27 | Implement brep-monitor | Karen Arutyunov | 1 | -25/+12 |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 |
2020-01-28 | Fix 'regular expression: parentheses () not balanced' database query error fo... | Karen Arutyunov | 1 | -1/+5 |
2019-09-30 | Adapt to moving path match to path-pattern.?xx | Karen Arutyunov | 1 | -3/+2 |
2019-09-28 | Adapt to swapping of entry and pattern parameters in butl::path_match() | Karen Arutyunov | 1 | -2/+2 |
2019-09-27 | Adapt to bracket expressions in wildcard patterns | Karen Arutyunov | 1 | -23/+58 |
2019-09-19 | Revert previous commit erroneously pushed to master instead of dev branch | Karen Arutyunov | 1 | -55/+23 |
2019-09-19 | Adapt to bracket expressions in wildcard patterns | Karen Arutyunov | 1 | -23/+55 |
2019-09-05 | Adapt to optional package revision | Karen Arutyunov | 1 | -5/+26 |
2019-07-22 | Speed-up builds page loading | Karen Arutyunov | 1 | -12/+15 |
2019-07-09 | Display unbuilt configurations on package version details page | Karen Arutyunov | 1 | -29/+10 |
2019-07-08 | Cleanup handler configuration options inheritance | Karen Arutyunov | 1 | -4/+2 |
2019-02-28 | Build packages for different toolchains having same version but different names | Karen Arutyunov | 1 | -3/+4 |
2019-01-16 | Update copyright year | Karen Arutyunov | 1 | -1/+1 |
2018-12-11 | Add support for build configuration class inheritance | Karen Arutyunov | 1 | -6/+9 |
2018-12-04 | Print configuration target and classes on build configurations page | Karen Arutyunov | 1 | -1/+2 |
2018-11-30 | Fix unbuilt configuration counter calculation for builds page | Karen Arutyunov | 1 | -12/+17 |
2018-11-29 | Add support for builds manifest value | Karen Arutyunov | 1 | -75/+175 |
2018-10-30 | Fix to compile with g++ 4.9 | Karen Arutyunov | 1 | -1/+1 |
2018-10-30 | Add tenant object | Karen Arutyunov | 1 | -22/+37 |
2018-09-14 | Add support for packages and builds global views | Karen Arutyunov | 1 | -21/+47 |
2018-09-08 | Add multi-tenancy support | Karen Arutyunov | 1 | -45/+74 |
2018-07-12 | Use 'builds' parameter instead of 'pn' for ?builds handler | Karen Arutyunov | 1 | -3/+12 |
2018-07-10 | Add support for package submission | Karen Arutyunov | 1 | -3/+3 |
2018-05-24 | Adapt to inventing package_name type | Karen Arutyunov | 1 | -2/+4 |
2018-05-19 | Update copyright year | Karen Arutyunov | 1 | -1/+1 |
2017-10-03 | Adapt to modularization of libbutl | Karen Arutyunov | 1 | -2/+2 |
2017-08-29 | Use system_clock instead of timestamp::clock | Karen Arutyunov | 1 | -1/+1 |
2017-07-18 | Adapt to non-optional buildtab target | Karen Arutyunov | 1 | -17/+9 |
2017-07-11 | Fix to compile with libc++ | Karen Arutyunov | 1 | -1/+5 |
2017-07-10 | Add support for build include/exclude manifest values | Karen Arutyunov | 1 | -45/+145 |
2017-07-05 | Make use of foreign package objects in build-related functionality | Karen Arutyunov | 1 | -15/+13 |
2017-07-03 | Fix builds page to correctly display unbuilt package count | Karen Arutyunov | 1 | -127/+111 |