summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Align with latest bdep-newKaren Arutyunov2019-03-053-8/+16
|
* Disable tests failing for root user on POSIX systemsKaren Arutyunov2019-02-252-2/+14
|
* Implement git repository working tree fix up for package checkout on WindowsKaren Arutyunov2019-02-1516-42/+253
|
* Fix git repository fetch that was deep regardless of the sensing resultKaren Arutyunov2019-02-091-0/+9
|
* Add support for --no-progress optionKaren Arutyunov2019-01-244-332/+227
|
* Update copyright yearKaren Arutyunov2019-01-1632-32/+32
|
* Add support for $ in package manifest dependency constraintKaren Arutyunov2019-01-1517-3/+78
|
* Don't fail implicitly up/down-grading dependency, unless it's version is heldKaren Arutyunov2018-12-051-14/+101
| | | | | We used to also fail when downgrading non-system dependencies. Now we warn when up/down-grading package-held dependencies, instead.
* Add support for repository typed URLs (git+https://..., etc)Karen Arutyunov2018-11-162-67/+108
|
* Fix pkg-update/vars testsKaren Arutyunov2018-11-131-2/+2
|
* Add pkg-verify --deep optionKaren Arutyunov2018-11-132-1/+23
|
* Add support for vars grouping for package commandsKaren Arutyunov2018-11-133-17/+57
|
* Fix pkg-build crash on system package dropKaren Arutyunov2018-11-101-0/+12
|
* Add support for pkg-build configuration variablesKaren Arutyunov2018-11-091-0/+51
|
* Add support for ssh:// git protocolKaren Arutyunov2018-11-084-0/+18
|
* Add reduced support for git versions [2.11.0 2.14.0)Karen Arutyunov2018-11-023-3/+11
|
* Fix minimum supported git version raising it to 2.14.0 from 2.12.0Karen Arutyunov2018-11-021-2/+3
| | | | | Prior to 2.14.0 the git-fetch command doesn't accept commit id as a refspec which we rely upon.
* Fix pkg-build testscriptKaren Arutyunov2018-09-071-3/+3
|
* Rename .test/test{} to .testscript/testscript{}Karen Arutyunov2018-09-0431-66/+90
|
* Add --{repositories|packages}-file options to bpkg-rep-infoBoris Kolpackov2018-08-291-4/+68
| | | | | This allows saving both manifests with a single invocation (which is the only way to guarantee they are consistent).
* Shorten build2 output matching regexes in testscriptsKaren Arutyunov2018-08-225-69/+61
|
* Fix testscripts broken due to build2 output changeKaren Arutyunov2018-08-212-26/+5
|
* Make use of testscript mv builtinKaren Arutyunov2018-07-141-6/+11
|
* Add --manifest option to pkg-verifyKaren Arutyunov2018-07-123-4/+16
|
* Adapt to repository_url(string) ctor throwing invalid_argument for empty stringKaren Arutyunov2018-07-091-1/+1
|
* Move prompt facility from bpkg to libbutlBoris Kolpackov2018-07-071-4/+4
|
* Fix failing on Windows rep-fetch testKaren Arutyunov2018-07-051-2/+3
|
* Minor diagnostics tweakBoris Kolpackov2018-07-051-1/+1
|
* Adapt to prerequisite repository type guessing rules changeKaren Arutyunov2018-07-051-1/+9
|
* Strip .git extension for non-existent local prerequisite locationKaren Arutyunov2018-07-051-0/+33
| | | | | | If the local prerequisite git repository having the .git extension doesn't exist but the one without the extension does, then strip the extension from the location.
* Regularize .gitignore filesKaren Arutyunov2018-06-201-0/+2
|
* Fix 're-linkage issue' testscript comment to reflect it happens not only on ↵Karen Arutyunov2018-06-041-4/+4
| | | | Windows
* Remove target/scope irregularity workaroundsKaren Arutyunov2018-06-012-1/+1
|
* Adapt to inventing package_name typeKaren Arutyunov2018-05-246-2/+47
|
* Update copyright yearKaren Arutyunov2018-05-1932-32/+32
|
* Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov2018-05-194-7/+4
|
* Add support for --all|-a to pkg-{update,clean,test,install,uninstall}Boris Kolpackov2018-05-171-12/+52
|
* Fallback to output directory removal for --keep-out on disfigure failureKaren Arutyunov2018-05-141-0/+23
|
* Add testscript code for Windows-related issue researchKaren Arutyunov2018-05-121-0/+7
|
* Add support for recursive pkg-testKaren Arutyunov2018-05-115-0/+83
|
* Add support for --patch optionKaren Arutyunov2018-05-103-37/+364
|
* Adjust to new scope syntaxKaren Arutyunov2018-05-042-1/+1
|
* Tweak pkg-build plan wordingBoris Kolpackov2018-05-031-98/+98
|
* Adapt to optional base repository manifestKaren Arutyunov2018-05-0321-5/+23
|
* Add support for dependent repository trustKaren Arutyunov2018-05-0311-3/+125
|
* Add support for default and excluding git ref filtersKaren Arutyunov2018-05-0216-34/+193
|
* Add support for repository fragmentsKaren Arutyunov2018-04-2714-4/+21
|
* Fix pkg-build testscriptKaren Arutyunov2018-04-201-0/+6
|
* Add support for comma-separated list of git reference filterKaren Arutyunov2018-04-201-0/+7
|
* Implement git repository handling transition (phase 0)Karen Arutyunov2018-04-1919-247/+256
|