aboutsummaryrefslogtreecommitdiff
path: root/brep/handler/submit
AgeCommit message (Collapse)AuthorFilesLines
2023-10-04Pass bpkg-pkg-verify diagnostics to user on package submission failureKaren Arutyunov1-2/+31
2023-05-17Add support for upload handlers and implement brep-upload-bindist handlerKaren Arutyunov1-1/+1
2022-08-31Run git-add command with --force option in submit-git handlerKaren Arutyunov1-1/+1
2022-04-04Fix submit-pub handler to deny submission of older package version revisionKaren Arutyunov3-15/+32
2022-04-04Fix submit-git handler to deny submission of older package version revisionKaren Arutyunov1-3/+50
2022-02-02Adapt to *-build values added to package manifestKaren Arutyunov1-4/+4
2021-08-24Make submit-git handler to provide additional info if control URL matches ↵Karen Arutyunov1-9/+42
case-insensitively
2021-02-26Convert bash functions that return arrays to comply with Bash Style GuideKaren Arutyunov3-10/+12
2020-11-17Adapt to bpkg_util_pkg_find_archive() result fields reorderKaren Arutyunov2-6/+6
2020-09-24Fix submission handler issues arising due to package archive name ambiguityKaren Arutyunov3-47/+40
Now we take into account the fact that the foo-bar-1.0.tar.gz archive may contain either foo-bar/1.0 or foo/bar-1.0 package.
2020-09-03Initial support for private brep instance setupKaren Arutyunov5-10/+423
2020-07-30Fix brep-submit-git not to create project ownership manifest in target repo ↵Karen Arutyunov1-2/+2
if present in reference
2020-02-07Drop copyright notice from source codeKaren Arutyunov5-5/+0
2019-12-28Fix submit-git handler failing on package revisionKaren Arutyunov1-1/+4
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-15Add support for description-type package manifest valueKaren Arutyunov1-0/+2
2019-03-23Cleanup some files replacing tabs with spacesKaren Arutyunov2-4/+4
2019-01-16Update copyright yearKaren Arutyunov5-5/+5
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 Arutyunov2-2/+2
2018-09-10Adjust package submission result manifest messageKaren Arutyunov2-7/+25
2018-09-01Add ci-loadKaren Arutyunov4-9/+7
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 Arutyunov2-3/+2
2018-08-28Always serialize reference submit result manifest value if available and ↵Karen Arutyunov6-0/+1180
restructure handlers dir