aboutsummaryrefslogtreecommitdiff
path: root/brep/handler
AgeCommit message (Collapse)AuthorFilesLines
2019-08-28Fix typoKaren Arutyunov1-1/+1
2019-08-28Make submit-git handler to remove existing package version revisionKaren Arutyunov1-1/+30
2019-08-03Make submit-git handler to authorize package owner without regards to ↵Karen Arutyunov2-3/+6
potential .git extension in control repository URL
2019-05-22Fix CI error message produced on bpkg-rep-info failureKaren Arutyunov1-1/+1
2019-05-21Expand *-file package manifest values in CI request handlersKaren Arutyunov1-1/+1
2019-05-15Add support for description-type package manifest valueKaren Arutyunov2-0/+5
2019-04-26Add support for overrides parameter in CI request handlerKaren Arutyunov1-2/+9
2019-03-23Cleanup some files replacing tabs with spacesKaren Arutyunov4-11/+11
2019-01-16Update copyright yearKaren Arutyunov11-11/+11
2018-11-13Pass --deep option to bpkg-pkg-verify to additionally validate submitted archiveKaren Arutyunov1-1/+4
2018-10-09Filter packages manifest against CI request manifest in ci-loadKaren Arutyunov5-51/+165
2018-09-10Adjust package submission result manifest messageKaren Arutyunov2-7/+25
2018-09-08Add multi-tenancy supportKaren Arutyunov1-17/+5
2018-09-03Add temporary build database cleanup code to ci-loadKaren Arutyunov1-0/+14
2018-09-01Add ci-loadKaren Arutyunov9-16/+237
2018-08-28Fix submit-git to respond with 422 (client) error if fail to git-clone ↵Karen Arutyunov2-24/+27
control URL
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 Arutyunov8-5/+149
2018-08-28Always serialize reference submit result manifest value if available and ↵Karen Arutyunov9-0/+1342
restructure handlers dir