Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-07-30 | Use unprocessable entity HTTP status code (422) for submission semantic errors | Karen Arutyunov | 1 | -5/+9 |
2018-07-27 | Make submit request manifest values order to match doucmentation | Karen Arutyunov | 1 | -2/+5 |
2018-07-27 | Document submission simulation | Boris Kolpackov | 1 | -11/+1 |
2018-07-27 | Add brep-submit script | Karen Arutyunov | 2 | -11/+34 |
2018-07-25 | Add support for submission simulating | Karen Arutyunov | 2 | -14/+19 |
2018-07-20 | Fix messed up build_log handler response | Karen Arutyunov | 1 | -12/+27 |
2018-07-12 | Use 'builds' parameter instead of 'pn' for ?builds handler | Karen Arutyunov | 3 | -11/+43 |
2018-07-11 | Add support for package project manifest value | Karen Arutyunov | 5 | -10/+72 |
2018-07-10 | Add support for package submission | Karen Arutyunov | 19 | -145/+976 |
2018-07-10 | Spec submit logic | Boris Kolpackov | 1 | -0/+93 |
2018-07-10 | Make use of ifdstream hashing | Karen Arutyunov | 1 | -2/+2 |
2018-07-05 | Add backlink to module | Boris Kolpackov | 1 | -0/+1 |
2018-06-22 | Use uncaught_exceptions() if available | Karen Arutyunov | 2 | -25/+42 |
2018-06-12 | Make project url and email optional in package manifest | Karen Arutyunov | 3 | -21/+34 |
2018-05-31 | Add note on including repository type in build-task requests | Boris Kolpackov | 1 | -1/+1 |
2018-05-24 | Adapt to inventing package_name type | Karen Arutyunov | 11 | -86/+123 |
2018-05-19 | Update copyright year | Karen Arutyunov | 38 | -38/+38 |
2018-05-17 | Pass ignore_dangling flag to dir_iterator() ctor | Karen Arutyunov | 1 | -1/+1 |
2018-02-02 | Revert broken install workaround | Boris Kolpackov | 1 | -1/+1 |
2017-12-28 | Make use of butl url encode() and decode() functions | Karen Arutyunov | 5 | -10/+14 |