Age | Commit message (Expand) | Author | Files | Lines |
2019-10-31 | Omit builds section on package version details page if builds manifest value ... | Karen Arutyunov | 1 | -0/+14 |
2019-10-31 | Add support for environment task manifest value | Karen Arutyunov | 1 | -0/+1 |
2019-10-31 | Add support for tests, examples, and benchmark package manifest values | Karen Arutyunov | 1 | -53/+90 |
2019-09-30 | Adapt to moving path match to path-pattern.?xx | Karen Arutyunov | 3 | -6/+6 |
2019-09-28 | Adapt to swapping of entry and pattern parameters in butl::path_match() | Karen Arutyunov | 3 | -8/+8 |
2019-09-28 | Adapt to renaming butl::casecmp() to icasecmp() | Karen Arutyunov | 3 | -6/+6 |
2019-09-27 | Adapt to bracket expressions in wildcard patterns | Karen Arutyunov | 2 | -36/+79 |
2019-09-24 | Fix package version details page not to print unbuilt configurations for arch... | Karen Arutyunov | 1 | -1/+10 |
2019-09-19 | Revert previous commit erroneously pushed to master instead of dev branch | Karen Arutyunov | 2 | -58/+23 |
2019-09-19 | Adapt to bracket expressions in wildcard patterns | Karen Arutyunov | 2 | -23/+58 |
2019-09-05 | Adapt to optional package revision | Karen Arutyunov | 2 | -6/+27 |
2019-08-12 | Adjust to fdstream constructor changes | Boris Kolpackov | 1 | -1/+1 |
2019-08-01 | Adapt to using butl::small_vector instead of std::vector for some manifest va... | Karen Arutyunov | 3 | -4/+6 |
2019-07-22 | Speed-up builds page loading | Karen Arutyunov | 1 | -12/+15 |
2019-07-09 | Add support for marking internal repository as non-buildable | Karen Arutyunov | 1 | -4/+1 |
2019-07-09 | Display unbuilt configurations on package version details page | Karen Arutyunov | 3 | -42/+104 |
2019-07-08 | Cleanup handler configuration options inheritance | Karen Arutyunov | 8 | -25/+18 |
2019-06-04 | Add support for topics and keywords package manifest values | Karen Arutyunov | 4 | -54/+30 |
2019-06-03 | Adapt to renaming traits alias to traits_type for basic_path, basic_url, and ... | Karen Arutyunov | 1 | -1/+1 |
2019-06-02 | Improve package tags style | Karen Arutyunov | 1 | -1/+0 |
2019-05-29 | Adapt to making bpkg::url inheriting from butl::url | Karen Arutyunov | 1 | -22/+16 |
2019-05-29 | Add some page style improvements | Karen Arutyunov | 4 | -19/+55 |
2019-05-22 | Add support for package manifest upstream-version value | Karen Arutyunov | 4 | -13/+24 |
2019-05-16 | Strip package title from package description on package and version details p... | Karen Arutyunov | 4 | -3/+41 |
2019-05-15 | Add support for description-type package manifest value | Karen Arutyunov | 6 | -50/+289 |
2019-04-26 | Add support for overrides parameter in CI request handler | Karen Arutyunov | 5 | -27/+99 |
2019-04-08 | Serialize manifests in long lines mode to CI and package submission notificat... | Karen Arutyunov | 2 | -13/+23 |
2019-03-23 | Cleanup some files replacing tabs with spaces | Karen Arutyunov | 1 | -161/+161 |
2019-03-06 | Align with latest bdep-new some more | Karen Arutyunov | 1 | -3/+7 |
2019-03-05 | Align with latest bdep-new | Karen Arutyunov | 1 | -6/+9 |
2019-02-28 | Build packages for different toolchains having same version but different names | Karen Arutyunov | 7 | -28/+68 |
2019-01-16 | Update copyright year | Karen Arutyunov | 49 | -49/+49 |
2019-01-10 | Add filter to Build Configurations page | Karen Arutyunov | 4 | -28/+125 |
2018-12-15 | Adapt to inventing start/colon/end positions in butl::manifest_name_value | Karen Arutyunov | 2 | -6/+10 |
2018-12-11 | Add support for build configuration class inheritance | Karen Arutyunov | 22 | -314/+399 |
2018-12-04 | Print configuration target and classes on build configurations page | Karen Arutyunov | 5 | -20/+87 |
2018-12-04 | Fix build exclusion reason sanitization to properly detect if reason starts w... | Karen Arutyunov | 1 | -9/+22 |
2018-12-02 | Match dash-separated components (build configuration names, etc.) as directories | Karen Arutyunov | 2 | -4/+16 |
2018-11-30 | Fix fallthrough warning | Boris Kolpackov | 1 | -0/+1 |
2018-11-30 | Minor naming change | Boris Kolpackov | 3 | -19/+21 |
2018-11-30 | Match build configuration names, targets and machine names as paths | Karen Arutyunov | 3 | -16/+90 |
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 | 7 | -141/+360 |
2018-11-15 | Add support for repository location compound schemes (git+https, etc) | Karen Arutyunov | 5 | -25/+14 |
2018-11-07 | Fix 'lambda capture is not used' warning | Karen Arutyunov | 1 | -1/+1 |
2018-11-06 | Add support for build-warning-email and build-error-email package manifest va... | Karen Arutyunov | 2 | -75/+101 |
2018-10-30 | Fix to compile with g++ 4.9 | Karen Arutyunov | 1 | -1/+1 |
2018-10-30 | Add tenant object | Karen Arutyunov | 2 | -23/+38 |
2018-10-30 | Remove URL fragment for repository links | Karen Arutyunov | 1 | -1/+6 |
2018-10-17 | Display package description as a pre-formatted text | Karen Arutyunov | 5 | -52/+83 |