aboutsummaryrefslogtreecommitdiff
path: root/bdep/ci.cxx
AgeCommit message (Collapse)AuthorFilesLines
2021-09-28Adapt to libbutl headers extension change from .mxx to .hxxKaren Arutyunov1-2/+2
2021-07-20Add support for configuration type and bdep-config-link sub-commandKaren Arutyunov1-26/+66
2021-04-08Add --build-config option to bdep-ci commandKaren Arutyunov1-4/+32
2021-03-26Add --interactive|-i option to bdep-ci commandKaren Arutyunov1-4/+77
2020-09-29Use system git rather than bundled one for some operations on WindowsKaren Arutyunov1-0/+4
2020-09-17Add missing (in C++11) third argument in string::assign() callBoris Kolpackov1-1/+1
2020-09-10Fix bdep-release failing for branch name with slashKaren Arutyunov1-7/+32
Also fix the similar bug in bdep-ci.
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2020-01-29Validate that values submitted to CI and submission services contain UTF-8 ↵Karen Arutyunov1-2/+10
encoded graphic characters only
2019-10-24Close database as soon as possibleBoris Kolpackov1-1/+4
This becomes important if we trigger a recursive implicit sync that uses the same database (e.g., in a build system module project).
2019-06-03Adapt to renaming traits alias to traits_type for basic_path, basic_url, and ↵Karen Arutyunov1-1/+1
string_table class templates
2019-04-26Add override options to bdep-ciKaren Arutyunov1-0/+42
Namely the options are: --override, --overrides-file, --builds and --build-email.
2019-01-25Add support for --no-progress optionKaren Arutyunov1-1/+1
2019-01-22Add support for --force option in bdep-release and bdep-publishKaren Arutyunov1-1/+11
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-12-13Factor git-status code from bdep-ci to git_status()Boris Kolpackov1-97/+28
2018-10-31Send CI requests from staged toolchain to ci.stage.build2.orgBoris Kolpackov1-1/+9
2018-09-03Tweak bdep-publish and bdep-ci diagnosticsBoris Kolpackov1-2/+3
2018-08-28Implement CI request submissionKaren Arutyunov1-14/+57
2018-08-25Implement bdep-ci commandBoris Kolpackov1-0/+295