aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-15Add support for repository location compound schemes (git+https, etc)Karen Arutyunov6-35/+22
2018-11-13Pass --deep option to bpkg-pkg-verify to additionally validate submitted archiveKaren Arutyunov1-1/+4
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 Arutyunov11-95/+149
2018-11-02Fix 'cast between incompatible function types' GCC 8 warnings (-Wextra)Karen Arutyunov1-2/+4
2018-11-01Fix warningBoris Kolpackov1-1/+1
2018-10-30Fix to compile with g++ 4.9Karen Arutyunov2-6/+6
2018-10-30Add tenant objectKaren Arutyunov19-379/+824
2018-10-30Remove URL fragment for repository linksKaren Arutyunov1-1/+6
2018-10-27Fix loader tenant option definitionKaren Arutyunov1-0/+1
2018-10-24Update install instructionsKaren Arutyunov2-21/+19
2018-10-17Display package description as a pre-formatted textKaren Arutyunov7-53/+108
2018-10-17Exclude Linux and FreeBSD build configurations in manifestKaren Arutyunov1-3/+3
2018-10-12Recreate database schema extras on migrationKaren Arutyunov8-24/+57
2018-10-09Filter packages manifest against CI request manifest in ci-loadKaren Arutyunov14-96/+377
2018-09-14Add support for packages and builds global viewsKaren Arutyunov12-73/+176
2018-09-13Rename package-search.css to packages.cssKaren Arutyunov4-3/+3
2018-09-13Add heading styles to brep-common.cssKaren Arutyunov2-2/+28
2018-09-12Bump version to 0.9.0-a.0.z, master is open for businessBoris Kolpackov2-9/+9
2018-09-11Bump version to 0.8.0v0.8.0Boris Kolpackov2-9/+9
2018-09-11Close database schema versionBoris Kolpackov2-2/+2
2018-09-10Add build-configs serviceKaren Arutyunov9-1/+194
2018-09-10Adjust package submission result manifest messageKaren Arutyunov8-34/+74
2018-09-10Update NEWS fileBoris Kolpackov1-0/+11
2018-09-08Add missing test files into distributionKaren Arutyunov3-6/+5
2018-09-08Add documentation to etc/brep-module.confKaren Arutyunov2-2/+20
2018-09-08Add support for root global and tenant viewsKaren Arutyunov8-86/+157
2018-09-08Add multi-tenancy supportKaren Arutyunov34-390/+810
2018-09-04Increase default number of packages and builds on page from 10 to 20Karen Arutyunov2-7/+7
2018-09-04Rename .test/test{} to .testscript/testscript{}Karen Arutyunov8-18/+18
2018-09-03Add temporary build database cleanup code to ci-loadKaren Arutyunov1-0/+14
2018-09-01Add ci-loadKaren Arutyunov20-58/+450
2018-08-31Add support for git repositories to brep-loadKaren Arutyunov14-959/+1256
2018-08-28Fix submit-git to respond with 422 (client) error if fail to git-clone contro...Karen Arutyunov5-39/+119
2018-08-28Fix submit-git not to authenticate/authorize if submission is simulatedKaren Arutyunov1-17/+21
2018-08-28Add basic support for CI request handlingKaren Arutyunov29-336/+1544
2018-08-28Always serialize reference submit result manifest value if available and rest...Karen Arutyunov14-110/+157
2018-08-24Treat implied manifest same as handler-generated one and make stashed dirs ex...Karen Arutyunov2-25/+29
2018-08-24Add repository_url type parserKaren Arutyunov3-1/+37
2018-08-23Spec CI functionalityBoris Kolpackov2-15/+253
2018-08-22Add support for author-* request manifest values in submit-git handlerKaren Arutyunov4-56/+163
2018-08-22Add support for --commiter-* options in submit-git handlerKaren Arutyunov2-4/+41
2018-08-22Fix project ownership authentication in submit-git handlerKaren Arutyunov3-20/+23
2018-08-22SketchBoris Kolpackov1-1/+13
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-21Fix typoBoris Kolpackov1-1/+1
2018-08-21Implement submit-gitKaren Arutyunov22-189/+2299
2018-08-17Document submit-gitBoris Kolpackov6-38/+194
2018-08-17Add submit-dirKaren Arutyunov5-177/+230