aboutsummaryrefslogtreecommitdiff
path: root/mod
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-28Make use of butl url encode() and decode() functionsKaren Arutyunov5-10/+14
2017-12-17Convert to using operator<<(ostream,process_exit)Boris Kolpackov1-17/+1
2017-10-03Adapt to modularization of libbutlKaren Arutyunov9-25/+25
2017-08-29Use system_clock instead of timestamp::clockKaren Arutyunov4-6/+6
2017-08-24Don't clean generated cli files from srcKaren Arutyunov1-2/+5
2017-08-02Reorder urls and emails on package details and version details pagesKaren Arutyunov2-6/+7
2017-07-29Add support for src-url and doc-url package manifest valuesKaren Arutyunov2-2/+15
2017-07-29Switch to using utility library for web/Boris Kolpackov1-16/+6
2017-07-20Make package manifest build inclusions and exclusions order significantKaren Arutyunov2-15/+6
2017-07-18Make mod{brep} to depend from libs{brep}Karen Arutyunov1-1/+1
2017-07-18Adapt to non-optional buildtab targetKaren Arutyunov5-29/+16
2017-07-12Make use of wildcards in buildfilesKaren Arutyunov1-32/+7
2017-07-11Fix to compile with libc++Karen Arutyunov1-1/+5
2017-07-10Add support for build include/exclude manifest valuesKaren Arutyunov5-118/+342
2017-07-05Make use of foreign package objects in build-related functionalityKaren Arutyunov7-232/+169
2017-07-03Fix builds page to correctly display unbuilt package countKaren Arutyunov5-134/+175
2017-06-22Build result email text minor fixKaren Arutyunov1-1/+1
2017-06-20Add support for build configuration warning-detecting regexesKaren Arutyunov1-1/+2
2017-06-14Minor style change for package version details and builds pagesKaren Arutyunov2-5/+5
2017-06-14Add builds to package version details pageKaren Arutyunov5-79/+167
2017-06-14Support displaying unbuilt package configurations on builds pageKaren Arutyunov1-191/+548
2017-06-14Get rid of package configuration unbuilt stateKaren Arutyunov4-34/+18
2017-06-14Change timestamp display format on builds pageKaren Arutyunov1-2/+5
2017-06-07Add support for openssl-envvar module optionKaren Arutyunov4-3/+23
2017-05-31Add support for bbot agent authenticationKaren Arutyunov8-29/+328