aboutsummaryrefslogtreecommitdiff
path: root/brep/handler
AgeCommit message (Expand)AuthorFilesLines
2024-02-22Add support for tenant-associated service notificationsKaren Arutyunov1-0/+27
2023-10-04Pass bpkg-pkg-verify diagnostics to user on package submission failureKaren Arutyunov1-2/+31
2023-10-03Relax constraint in upload-bindist by only forbidding leading dots in package...Karen Arutyunov1-10/+13
2023-10-03Reflect target CPU in bindist upload package config directory nameKaren Arutyunov1-4/+65
2023-05-19Fix upload-bindist-clean and update INSTALLKaren Arutyunov1-1/+13
2023-05-17Add support for upload handlers and implement brep-upload-bindist handlerKaren Arutyunov7-2/+800
2023-05-08Fix ci-load 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
2022-01-26Adjust to match new bash module semanticsBoris Kolpackov1-2/+2
2021-08-24Make submit-git handler to provide additional info if control URL matches cas...Karen Arutyunov1-9/+42
2021-03-26Add support for interactive CI modeKaren Arutyunov1-23/+34
2021-02-26Convert bash functions that return arrays to comply with Bash Style GuideKaren Arutyunov4-17/+16
2020-11-17Adapt to bpkg_util_pkg_find_archive() result fields reorderKaren Arutyunov2-6/+6
2020-10-14Adapt to renaming bpkg-rep project/package to bpkg-utilKaren Arutyunov2-6/+6
2020-09-24Fix submission handler issues arising due to package archive name ambiguityKaren Arutyunov5-47/+48
2020-09-03Initial support for private brep instance setupKaren Arutyunov6-11/+424
2020-07-30Fix brep-submit-git not to create project ownership manifest in target repo i...Karen Arutyunov1-2/+2
2020-02-07Drop copyright notice from source codeKaren Arutyunov11-11/+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 potenti...Karen Arutyunov2-3/+6
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 contro...Karen Arutyunov2-24/+27
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 rest...Karen Arutyunov9-0/+1342