aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Adapt to package manifest requirement classes changeKaren Arutyunov3-30/+32
2021-12-09Prepare for supporting multiple ids in requirement alternativeKaren Arutyunov1-2/+16
2021-12-08Prepare for supporting multiple dependencies in dependency alternativeKaren Arutyunov1-19/+19
2021-11-24Remove redundant space before multi-line manifest value introducer in test ma...Karen Arutyunov12-123/+127
2021-11-23Adapt tests to multi-line manifest values serialization changeKaren Arutyunov1-2/+2
2021-10-29Enable footnotes for cmark-gfm parserKaren Arutyunov3-5/+8
2021-10-12Adapt to bpkg::version API changeKaren Arutyunov1-1/+1
2021-10-07Fix loader to add base repository manifest implicitly if repositories.manifes...Karen Arutyunov1-2/+2
2021-09-28Adapt to libbutl headers extension change from .mxx to .hxxKaren Arutyunov1-2/+2
2021-09-24Add support for requires, tests, examples, benchmarks, and host task manifest...Karen Arutyunov3-3/+6
2021-09-24Fortify tests against NDEBUGKaren Arutyunov2-0/+6
2021-08-24Add support for build-time mark (*) in tests, examples, and benchmarks packag...Karen Arutyunov3-3/+3
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-09Fix loader assertion failure for external repository without local cacheKaren Arutyunov3-13/+12
2020-09-03Initial support for private brep instance setupKaren Arutyunov2-3/+181
2020-06-26Adapt to merging of package external tests, examples, and benchmarks into typ...Karen Arutyunov1-1/+1
2020-04-06Add support for test-exclude task manifest valueKaren Arutyunov4-6/+6
2020-03-27Implement brep-monitorKaren Arutyunov2-3/+3
2020-02-07Drop copyright notice from source codeKaren Arutyunov12-12/+0
2019-10-31Add support for tests, examples, and benchmark package manifest valuesKaren Arutyunov7-19/+48
2019-09-05Adapt to optional package revisionKaren Arutyunov3-18/+24
2019-08-26Move definitions of commonly used target types to root.buildKaren Arutyunov2-9/+3
2019-08-01Adapt to using butl::small_vector instead of std::vector for some manifest va...Karen Arutyunov1-11/+15
2019-07-09Add support for marking internal repository as non-buildableKaren Arutyunov2-3/+45
2019-06-04Add support for topics and keywords package manifest valuesKaren Arutyunov6-36/+50
2019-05-29Adapt to making bpkg::url inheriting from butl::urlKaren Arutyunov4-23/+23
2019-05-29Add some page style improvementsKaren Arutyunov5-16/+18
2019-05-22Add support for package manifest upstream-version valueKaren Arutyunov3-2/+4
2019-05-15Add support for description-type package manifest valueKaren Arutyunov6-15/+20
2019-05-07Distribute missing files required for testsKaren Arutyunov1-1/+2
2019-03-23Cleanup some files replacing tabs with spacesKaren Arutyunov3-7/+7
2019-03-05Align with latest bdep-newKaren Arutyunov1-0/+1
2019-01-16Update copyright yearKaren Arutyunov12-12/+12
2018-12-11Add support for build configuration class inheritanceKaren Arutyunov6-15/+19
2018-12-03Fix to compile with g++ 4.9Karen Arutyunov1-1/+2
2018-12-02Match dash-separated components (build configuration names, etc.) as directoriesKaren Arutyunov3-2/+5
2018-11-30Match build configuration names, targets and machine names as pathsKaren Arutyunov3-6/+6
2018-11-29Add support for builds manifest valueKaren Arutyunov6-13/+17
2018-11-06Add support for build-warning-email and build-error-email package manifest va...Karen Arutyunov4-17/+26
2018-10-09Filter packages manifest against CI request manifest in ci-loadKaren Arutyunov9-45/+212
2018-09-10Adjust package submission result manifest messageKaren Arutyunov2-23/+44
2018-09-08Add missing test files into distributionKaren Arutyunov2-4/+5
2018-09-08Add multi-tenancy supportKaren Arutyunov2-45/+72
2018-09-04Rename .test/test{} to .testscript/testscript{}Karen Arutyunov8-18/+18
2018-09-01Add ci-loadKaren Arutyunov11-42/+213
2018-08-31Add support for git repositories to brep-loadKaren Arutyunov4-789/+938
2018-08-28Fix submit-git to respond with 422 (client) error if fail to git-clone contro...Karen Arutyunov3-15/+92
2018-08-28Add basic support for CI request handlingKaren Arutyunov5-6/+140
2018-08-28Always serialize reference submit result manifest value if available and rest...Karen Arutyunov3-13/+29