aboutsummaryrefslogtreecommitdiff
path: root/mod
AgeCommit message (Expand)AuthorFilesLines
2018-12-04Fix build exclusion reason sanitization to properly detect if reason starts w...Karen Arutyunov1-9/+22
2018-12-02Match dash-separated components (build configuration names, etc.) as directoriesKaren Arutyunov2-4/+16
2018-11-30Fix fallthrough warningBoris Kolpackov1-0/+1
2018-11-30Minor naming changeBoris Kolpackov3-19/+21
2018-11-30Match build configuration names, targets and machine names as pathsKaren Arutyunov3-16/+90
2018-11-30Fix unbuilt configuration counter calculation for builds pageKaren Arutyunov1-12/+17
2018-11-29Add support for builds manifest valueKaren Arutyunov7-141/+360
2018-11-15Add support for repository location compound schemes (git+https, etc)Karen Arutyunov5-25/+14
2018-11-07Fix 'lambda capture is not used' warningKaren Arutyunov1-1/+1
2018-11-06Add support for build-warning-email and build-error-email package manifest va...Karen Arutyunov2-75/+101
2018-10-30Fix to compile with g++ 4.9Karen Arutyunov1-1/+1
2018-10-30Add tenant objectKaren Arutyunov2-23/+38
2018-10-30Remove URL fragment for repository linksKaren Arutyunov1-1/+6
2018-10-17Display package description as a pre-formatted textKaren Arutyunov5-52/+83
2018-09-14Add support for packages and builds global viewsKaren Arutyunov6-34/+124
2018-09-13Rename package-search.css to packages.cssKaren Arutyunov1-1/+1
2018-09-10Add build-configs serviceKaren Arutyunov5-1/+181
2018-09-10Adjust package submission result manifest messageKaren Arutyunov3-3/+4
2018-09-08Add documentation to etc/brep-module.confKaren Arutyunov1-2/+4
2018-09-08Add support for root global and tenant viewsKaren Arutyunov8-86/+157
2018-09-08Add multi-tenancy supportKaren Arutyunov17-158/+312
2018-09-04Increase default number of packages and builds on page from 10 to 20Karen Arutyunov1-4/+4
2018-08-31Add support for git repositories to brep-loadKaren Arutyunov2-52/+81
2018-08-28Add basic support for CI request handlingKaren Arutyunov8-310/+1116
2018-08-28Always serialize reference submit result manifest value if available and rest...Karen Arutyunov1-17/+21
2018-08-24Treat implied manifest same as handler-generated one and make stashed dirs ex...Karen Arutyunov1-23/+27
2018-08-24Add repository_url type parserKaren Arutyunov3-1/+37
2018-08-23Spec CI functionalityBoris Kolpackov1-4/+86
2018-08-21Use throw_ios_failure() utility to deal with incompatibilitiesBoris Kolpackov1-1/+1
2018-08-21Fix throwing io_error that doesn't compile if it inherits from std::exceptionKaren Arutyunov1-2/+1
2018-08-21Implement submit-gitKaren Arutyunov2-82/+355
2018-07-30Use unprocessable entity HTTP status code (422) for submission semantic errorsKaren Arutyunov1-5/+9
2018-07-27Make submit request manifest values order to match doucmentationKaren Arutyunov1-2/+5
2018-07-27Document submission simulationBoris Kolpackov1-11/+1
2018-07-27Add brep-submit scriptKaren Arutyunov2-11/+34
2018-07-25Add support for submission simulatingKaren Arutyunov2-14/+19
2018-07-20Fix messed up build_log handler responseKaren Arutyunov1-12/+27
2018-07-12Use 'builds' parameter instead of 'pn' for ?builds handlerKaren Arutyunov3-11/+43
2018-07-11Add support for package project manifest valueKaren Arutyunov5-10/+72
2018-07-10Add support for package submissionKaren Arutyunov19-145/+976
2018-07-10Spec submit logicBoris Kolpackov1-0/+93
2018-07-10Make use of ifdstream hashingKaren Arutyunov1-2/+2
2018-07-05Add backlink to moduleBoris Kolpackov1-0/+1
2018-06-22Use uncaught_exceptions() if availableKaren Arutyunov2-25/+42
2018-06-12Make project url and email optional in package manifestKaren Arutyunov3-21/+34
2018-05-31Add note on including repository type in build-task requestsBoris Kolpackov1-1/+1
2018-05-24Adapt to inventing package_name typeKaren Arutyunov11-86/+123
2018-05-19Update copyright yearKaren Arutyunov38-38/+38
2018-05-17Pass ignore_dangling flag to dir_iterator() ctorKaren Arutyunov1-1/+1
2018-02-02Revert broken install workaroundBoris Kolpackov1-1/+1