aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-07-18Release version 0.13.0v0.13.0Boris Kolpackov2-11/+11
2020-07-17Update submodulesBoris Kolpackov1-0/+0
2020-07-17Close package database schema versionKaren Arutyunov1-1/+1
2020-07-14Update NEWS fileBoris Kolpackov1-0/+15
2020-07-01Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc)Boris Kolpackov1-2/+2
2020-06-26Adapt to merging of package external tests, examples, and benchmarks into ↵Karen Arutyunov12-170/+219
typed tests
2020-05-02For external test packages use the 'all' class as default underlying build ↵Karen Arutyunov4-10/+32
class set
2020-05-01Adapt to renaming bpkg::url class to bpkg::manifest_urlKaren Arutyunov5-24/+27
2020-05-01Add Apache2-based HTTP(S) caching proxy configurationKaren Arutyunov3-69/+282
2020-04-10Replace build-email manifest value with build-warning-emailKaren Arutyunov2-1/+7
2020-04-07Fix to compile with g++ 4.9Karen Arutyunov1-4/+4
2020-04-07Bump build2 version requirement to 0.13.0- (need config directive)Boris Kolpackov1-2/+2
Note that this means there will be no upgrade support for this release.
2020-04-06Add support for test-exclude task manifest valueKaren Arutyunov16-53/+292
2020-04-05Make brep-load to resolve package dependencies in shallow modeKaren Arutyunov3-25/+25
2020-04-01Invent alternative package rebuild timeoutKaren Arutyunov9-29/+242
2020-04-01Make brep-monitor to also print total delays count in brief report modeKaren Arutyunov1-28/+83
2020-04-01Make brep-monitor not to update build delay report timestamps if ↵Karen Arutyunov2-15/+26
--report-timeout is unspecified
2020-04-01Fix brep-monitor not to erroneously report delay due to incomplete rebuild ↵Karen Arutyunov1-5/+9
with new toolchain
2020-03-27Implement brep-monitorKaren Arutyunov89-506/+1800
2020-03-05Don't mention CONTRIBUTING.md in buildfileKaren Arutyunov2-3/+3
2020-02-28Add .gitattributes fileKaren Arutyunov1-0/+19
2020-02-25Add UTF-8 error details to CI and submit service responcesKaren Arutyunov2-4/+10
2020-02-19Fix copyright notice extraction for building and documentation generatingKaren Arutyunov2-4/+4
2020-02-19Add LEGAL file, move ODB exception note thereBoris Kolpackov3-3/+9
2020-02-18Update style submoduleBoris Kolpackov1-0/+0
2020-02-18New LICENSE/AUTHORS arrangementKaren Arutyunov7-35/+44
2020-02-12Use copyright extracted from COPYRIGHT file for printing utility versionKaren Arutyunov7-3/+21
2020-02-10Distribute and install COPYRIGHT fileKaren Arutyunov1-2/+2
2020-02-07Add copyright variable substitution to doc/cli.shKaren Arutyunov1-8/+24
2020-02-07Update submodulesBoris Kolpackov1-0/+0
2020-02-07Drop copyright notice from source codeKaren Arutyunov124-124/+0
2020-02-07Update last year in COPYRIGHT fileKaren Arutyunov1-1/+1
2020-02-07Add COPYRIGHT fileKaren Arutyunov2-1/+14
2020-01-28Fix 'regular expression: parentheses () not balanced' database query error ↵Karen Arutyunov1-1/+5
for builds page
2020-01-28Relax requirements for CI and submit service parametersKaren Arutyunov5-29/+10
2019-12-28Fix submit-git handler failing on package revisionKaren Arutyunov1-1/+4
2019-11-26Remove redundant {package,build}-???-{pre,post}.sql files in odb.shKaren Arutyunov1-0/+2
2019-11-26Drop all database migrations to be backward compatible with only 0.12.0 (one ↵Karen Arutyunov5-317/+268
minor version behind)
2019-11-21Change version to 0.13.0-a.0.zBoris Kolpackov2-8/+8
2019-11-19Release version 0.12.0v0.12.0Boris Kolpackov2-11/+11
2019-11-18Update submodulesBoris Kolpackov1-0/+0
2019-11-16Update NEWS fileBoris Kolpackov1-0/+16
2019-10-31Omit builds section on package version details page if builds manifest value ↵Karen Arutyunov1-0/+14
is none
2019-10-31Add support for environment task manifest valueKaren Arutyunov1-0/+1
2019-10-31Add support for tests, examples, and benchmark package manifest valuesKaren Arutyunov13-160/+597
2019-10-02Add CONTRIBUTING.md that points to our Community pageBoris Kolpackov2-1/+6
2019-09-30Adapt to moving path match to path-pattern.?xxKaren Arutyunov3-6/+6
2019-09-28Adapt to swapping of entry and pattern parameters in butl::path_match()Karen Arutyunov3-8/+8
2019-09-28Adapt to renaming butl::casecmp() to icasecmp()Karen Arutyunov5-13/+13
2019-09-27Adapt to bracket expressions in wildcard patternsKaren Arutyunov2-36/+79