aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-04-06Add support for test-exclude task manifest valuemigration-exampleKaren Arutyunov18-72/+303
Note that the last two commits demonstrate an approach to use for migrating data on the ODB object member type change.
2020-04-05Prepare to replacing package buildable flag with enumerationKaren Arutyunov7-5/+37
Note that changing the data member type is not automatically handled by the ODB migration machinery. Thus, we split the schema change into two steps, with this commit implementing the first step (see migrate/migrate.cxx for details).
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
2019-09-24Fix package version details page not to print unbuilt configurations for ↵Karen Arutyunov1-1/+10
archived tenant
2019-09-19Revert previous commit erroneously pushed to master instead of dev branchKaren Arutyunov2-58/+23
2019-09-19Adapt to bracket expressions in wildcard patternsKaren Arutyunov2-23/+58
2019-09-05Adapt to optional package revisionKaren Arutyunov12-57/+153
2019-08-28Fix typoKaren Arutyunov1-1/+1
2019-08-28Make submit-git handler to remove existing package version revisionKaren Arutyunov1-1/+30
2019-08-26Move definitions of commonly used target types to root.buildKaren Arutyunov5-30/+15
2019-08-16Add '--std c++11' CLI option in load, merge, and clean buildfilesKaren Arutyunov3-8/+8
2019-08-12Adjust to fdstream constructor changesBoris Kolpackov1-1/+1
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-08-01Adapt to using butl::small_vector instead of std::vector for some manifest ↵Karen Arutyunov9-22/+35
values