Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-09-14 | Add support for packages and builds global views | Karen Arutyunov | 6 | -34/+124 |
2018-09-13 | Rename package-search.css to packages.css | Karen Arutyunov | 1 | -1/+1 |
2018-09-10 | Add build-configs service | Karen Arutyunov | 5 | -1/+181 |
2018-09-10 | Adjust package submission result manifest message | Karen Arutyunov | 3 | -3/+4 |
2018-09-08 | Add documentation to etc/brep-module.conf | Karen Arutyunov | 1 | -2/+4 |
2018-09-08 | Add support for root global and tenant views | Karen Arutyunov | 8 | -86/+157 |
2018-09-08 | Add multi-tenancy support | Karen Arutyunov | 17 | -158/+312 |
2018-09-04 | Increase default number of packages and builds on page from 10 to 20 | Karen Arutyunov | 1 | -4/+4 |
2018-08-31 | Add support for git repositories to brep-load | Karen Arutyunov | 2 | -52/+81 |
2018-08-28 | Add basic support for CI request handling | Karen Arutyunov | 8 | -310/+1116 |
2018-08-28 | Always serialize reference submit result manifest value if available and rest... | Karen Arutyunov | 1 | -17/+21 |
2018-08-24 | Treat implied manifest same as handler-generated one and make stashed dirs ex... | Karen Arutyunov | 1 | -23/+27 |
2018-08-24 | Add repository_url type parser | Karen Arutyunov | 3 | -1/+37 |
2018-08-23 | Spec CI functionality | Boris Kolpackov | 1 | -4/+86 |
2018-08-21 | Use throw_ios_failure() utility to deal with incompatibilities | Boris Kolpackov | 1 | -1/+1 |
2018-08-21 | Fix throwing io_error that doesn't compile if it inherits from std::exception | Karen Arutyunov | 1 | -2/+1 |
2018-08-21 | Implement submit-git | Karen Arutyunov | 2 | -82/+355 |