aboutsummaryrefslogtreecommitdiff
path: root/migrate/migrate.cxx
AgeCommit message (Collapse)AuthorFilesLines
2020-04-06Add support for test-exclude task manifest valuemigration-exampleKaren Arutyunov1-2/+10
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 Arutyunov1-2/+21
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-03-27Implement brep-monitorKaren Arutyunov1-2/+2
2020-02-12Use copyright extracted from COPYRIGHT file for printing utility versionKaren Arutyunov1-1/+1
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-11-26Drop all database migrations to be backward compatible with only 0.12.0 (one ↵Karen Arutyunov1-34/+4
minor version behind)
2019-09-05Adapt to optional package revisionKaren Arutyunov1-0/+21
2019-07-09Add support for marking internal repository as non-buildableKaren Arutyunov1-3/+12
2019-06-22Drop all database migrations to be backward compatible with only 0.11.0 (one ↵Karen Arutyunov1-38/+3
minor version behind)
2019-06-04Add support for topics and keywords package manifest valuesKaren Arutyunov1-0/+33
2019-05-15Add support for description-type package manifest valueKaren Arutyunov1-3/+5
2019-02-28Build packages for different toolchains having same version but different namesKaren Arutyunov1-9/+4
2019-01-16Update copyright yearKaren Arutyunov1-2/+2
2018-11-06Add support for build-warning-email and build-error-email package manifest ↵Karen Arutyunov1-2/+2
values
2018-10-30Fix to compile with g++ 4.9Karen Arutyunov1-5/+5
2018-10-30Add tenant objectKaren Arutyunov1-5/+36
2018-10-12Recreate database schema extras on migrationKaren Arutyunov1-21/+38
2018-05-19Update copyright yearKaren Arutyunov1-2/+2
2017-10-03Adapt to modularization of libbutlKaren Arutyunov1-1/+1
2017-07-03Fix builds page to correctly display unbuilt package countKaren Arutyunov1-12/+27
2017-05-24Implement brep-cleanKaren Arutyunov1-6/+3
2017-05-03Use VERSION_ID instead of VERSION_STR where appropriateBoris Kolpackov1-6/+6
2017-05-01Adapt to adding hxx extension for headers and lib prefix for library dir in ↵Karen Arutyunov1-1/+1
libbutl
2017-04-30Add hxx extension for headers and lib prefix for library dirsKaren Arutyunov1-5/+5
2017-04-28Switch to version moduleKaren Arutyunov1-1/+0
2017-04-19Implement build task, result and log requests handlingKaren Arutyunov1-14/+34
2017-01-09Make use of operator<<(ostream, exception)Karen Arutyunov1-2/+2
2017-01-05Update copyright yearBoris Kolpackov1-2/+2
2016-03-17Use serializable transaction isolation levelKaren Arutyunov1-14/+21
2016-03-09Display sha256sum on the package version details pageKaren Arutyunov1-37/+73
2016-02-12<types>/<utility> scheme cleanupBoris Kolpackov1-4/+0
2016-01-31Add support for man page generation/install/distBoris Kolpackov1-1/+1
2016-01-23Implement brep-migrate utilityBoris Kolpackov1-0/+317