aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-11-23Adapt tests to multi-line manifest values serialization changeKaren Arutyunov1-2/+2
2021-11-19Use pkeyutl command instead of rsautl starting openssl version 3.0.0Karen Arutyunov2-3/+34
2021-11-15Drop all database migrations to be backward compatible with only 0.14.0 (one ↵Karen Arutyunov5-63/+25
minor version behind)
2021-10-29Enable footnotes for cmark-gfm parserKaren Arutyunov5-21/+25
Also bump version constraints to 0.29.0-a.3 for libcmark-gfm* dependencies.
2021-10-20Change to version 0.15.0-a.0.zBoris Kolpackov2-9/+9
2021-10-16Release version 0.14.0v0.14.0Boris Kolpackov2-12/+12
2021-10-15Update style submoduleBoris Kolpackov1-0/+0
2021-10-14Make some web interface cleanupsKaren Arutyunov8-53/+14
2021-10-12Adapt to bpkg::version API changeKaren Arutyunov2-3/+3
2021-10-11Fix typo in NEWS fileKaren Arutyunov1-1/+1
2021-10-11Minor updates to NEWS fileBoris Kolpackov1-3/+3
2021-10-07Fix loader to add base repository manifest implicitly if ↵Karen Arutyunov2-2/+5
repositories.manifest contains no repository manifests
2021-10-07Update NEWS fileBoris Kolpackov1-0/+14
2021-10-04Add support for soft and hard rebuildsKaren Arutyunov11-400/+940
2021-09-28Adapt to libbutl headers extension change from .mxx to .hxxKaren Arutyunov28-85/+85
2021-09-27Add support for build2 configuration classKaren Arutyunov1-1/+4
2021-09-24Add support for requires, tests, examples, benchmarks, and host task ↵Karen Arutyunov10-49/+148
manifest values
2021-09-24Fortify tests against NDEBUGKaren Arutyunov2-0/+6
2021-08-24Add support for build-time mark (*) in tests, examples, and benchmarks ↵Karen Arutyunov8-11/+42
package manifest values
2021-08-24Make submit-git handler to provide additional info if control URL matches ↵Karen Arutyunov1-9/+42
case-insensitively
2021-08-05Tweak name_value_scanner::position() implementationBoris Kolpackov2-2/+2
2021-08-05Add handler::name_value_scanner::position()Karen Arutyunov2-0/+9
2021-04-20Disable bunch of bogus GCC warningsKaren Arutyunov1-2/+5
2021-04-09Fix login font on builds and package version details pagesKaren Arutyunov2-0/+2
2021-04-09Fix broken package rebuildKaren Arutyunov1-4/+5
2021-03-29Add missing build-interactive-login option to etc/brep-module.confKaren Arutyunov2-1/+14
2021-03-29Change package repository certificate fingerprints in ↵Karen Arutyunov1-4/+4
etc/private/install/brep-install
2021-03-27Fix submit handler testsKaren Arutyunov1-0/+40
2021-03-26Add support for interactive CI modeKaren Arutyunov25-125/+399
2021-03-22Fix Build Configurations page to add tenant to linksKaren Arutyunov1-2/+2
2021-03-13Update copyrightKaren Arutyunov1-1/+1
2021-02-26Convert bash functions that return arrays to comply with Bash Style GuideKaren Arutyunov4-17/+16
2020-11-24Don't send build notification if build-email package manifest value is ↵Karen Arutyunov1-19/+4
unspecified
2020-11-17Adapt to bpkg_util_pkg_find_archive() result fields reorderKaren Arutyunov2-6/+6
2020-11-06Adapt to process::kill() semantics changeKaren Arutyunov1-0/+3
2020-10-14Adapt to renaming bpkg-rep project/package to bpkg-utilKaren Arutyunov4-8/+8
2020-09-24Fix submission handler issues arising due to package archive name ambiguityKaren Arutyunov9-56/+111
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-14Make loader to retry on bpkg recoverable errorsKaren Arutyunov1-91/+146
2020-09-14Add note on blank login screen in etc/private/READMEBoris Kolpackov1-2/+3
2020-09-10Fix few issues in etc/private/install/READMEBoris Kolpackov1-2/+2
2020-09-10Add etc/private/install/READMEBoris Kolpackov1-0/+75
2020-09-10Proofreading changes to etc/private/READMEBoris Kolpackov1-58/+73
2020-09-09Updates to private install infrastructure and instructionsBoris Kolpackov6-20/+106
2020-09-09Fix loader assertion failure for external repository without local cacheKaren Arutyunov4-37/+168
Now loader fetches external repositories into temporary local caches.
2020-09-09Fail if unable to obtain host name/address in etc/private/install/brep-startupKaren Arutyunov1-1/+9
2020-09-09Further tweaks to etc/private/READMEBoris Kolpackov1-8/+13
2020-09-08Fix typo in etc/private/READMEBoris Kolpackov1-1/+1
2020-09-07Add --clean option to etc/private/install/brep-installKaren Arutyunov1-1/+38
2020-09-07Fix issues in private brep install READMEBoris Kolpackov1-4/+9
2020-09-04Update private VM management scriptsBoris Kolpackov5-13/+86