aboutsummaryrefslogtreecommitdiff
path: root/tests/submit
AgeCommit message (Expand)AuthorFilesLines
2023-10-04Pass bpkg-pkg-verify diagnostics to user on package submission failureKaren Arutyunov1-1/+10
2023-06-24Add apache2 headers dir auto-detection and configurations for building with s...Karen Arutyunov1-1/+5
2023-05-17Add support for upload handlers and implement brep-upload-bindist handlerKaren Arutyunov1-6/+7
2022-07-07Use [cmdline] type for canned commands in testscriptsKaren Arutyunov3-8/+8
2022-04-04Fix submit-pub handler to deny submission of older package version revisionKaren Arutyunov1-9/+37
2022-04-04Fix submit-git handler to deny submission of older package version revisionKaren Arutyunov1-12/+43
2021-11-23Adapt tests to multi-line manifest values serialization changeKaren Arutyunov1-2/+2
2021-03-27Fix submit handler testsKaren Arutyunov1-0/+40
2020-09-24Fix submission handler issues arising due to package archive name ambiguityKaren Arutyunov2-9/+58
2020-09-03Initial support for private brep instance setupKaren Arutyunov2-3/+181
2020-02-07Drop copyright notice from source codeKaren Arutyunov4-4/+0
2019-08-26Move definitions of commonly used target types to root.buildKaren Arutyunov1-4/+1
2019-03-23Cleanup some files replacing tabs with spacesKaren Arutyunov1-3/+3
2019-01-16Update copyright yearKaren Arutyunov4-4/+4
2018-10-09Filter packages manifest against CI request manifest in ci-loadKaren Arutyunov3-10/+28
2018-09-10Adjust package submission result manifest messageKaren Arutyunov2-23/+44
2018-09-08Add missing test files into distributionKaren Arutyunov1-2/+3
2018-09-04Rename .test/test{} to .testscript/testscript{}Karen Arutyunov4-9/+9
2018-09-01Add ci-loadKaren Arutyunov5-21/+18
2018-08-28Fix submit-git to respond with 422 (client) error if fail to git-clone contro...Karen Arutyunov2-13/+90
2018-08-28Add basic support for CI request handlingKaren Arutyunov2-6/+8
2018-08-28Always serialize reference submit result manifest value if available and rest...Karen Arutyunov3-13/+29
2018-08-22Add support for author-* request manifest values in submit-git handlerKaren Arutyunov2-25/+114
2018-08-22Add support for --commiter-* options in submit-git handlerKaren Arutyunov1-3/+3
2018-08-22Fix project ownership authentication in submit-git handlerKaren Arutyunov1-8/+11
2018-08-21Implement submit-gitKaren Arutyunov10-0/+960