aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-05-03Tweak pkg-build plan wordingBoris Kolpackov1-98/+98
2018-05-03Adapt to optional base repository manifestKaren Arutyunov21-5/+23
2018-05-03Add support for dependent repository trustKaren Arutyunov11-3/+125
2018-05-02Add support for default and excluding git ref filtersKaren Arutyunov16-34/+193
2018-04-27Add support for repository fragmentsKaren Arutyunov14-4/+21
2018-04-20Fix pkg-build testscriptKaren Arutyunov1-0/+6
2018-04-20Add support for comma-separated list of git reference filterKaren Arutyunov1-0/+7
2018-04-19Implement git repository handling transition (phase 0)Karen Arutyunov19-247/+256
2018-04-19Implement dependency up/down-grade/unholdKaren Arutyunov52-170/+1388
2018-04-19Implement package drops via plan refinementsKaren Arutyunov2-6/+9
2018-04-19Improve pkg-checkout progress diagnostics at verbosity level 1Boris Kolpackov2-6/+6
2018-04-19Replace --{drop,keep}-prerequisites with --keep-unusedBoris Kolpackov3-45/+44
2018-04-19Implement build plan simulationKaren Arutyunov2-13/+118
2018-04-19Add support for package-specific options in pkg-buildBoris Kolpackov1-4/+4
2018-03-20Re-enable dist-using test for WindowsBoris Kolpackov1-5/+0
2018-03-19Fix bug in version iteration testKaren Arutyunov1-2/+9
2018-03-19Make use of cp builtin -p optionKaren Arutyunov2-8/+4
2018-03-16Redo pkg-status outputBoris Kolpackov13-198/+198
2018-03-16Add support for version iterationKaren Arutyunov11-31/+218
2018-03-14Add --no-result option to suppress printing informational messagesBoris Kolpackov5-27/+19
2018-03-12Add support for --keep-out optionKaren Arutyunov4-66/+297
2018-03-12Add support for shallow fetchKaren Arutyunov1-12/+52
2018-03-09Fix up package manifest version for pkg-unpackKaren Arutyunov3-18/+46
2018-03-09Call output directory just <pkg> for external packagesKaren Arutyunov4-30/+42
2018-03-09Search for repository location in database before parsing for pkg-buildKaren Arutyunov1-12/+38
2018-03-09Prefer dir repository type over others for pkg-buildKaren Arutyunov1-1/+8
2018-03-09Fix repository_name() to always recognize names for local repositoriesKaren Arutyunov1-7/+30
2018-03-08Add support for dir repositoryKaren Arutyunov9-19/+124
2018-03-05Add .manifest extension to repositories, packages and signature filesKaren Arutyunov74-176/+212
2018-03-05Rename bpkg repository type to pkgKaren Arutyunov9-171/+171
2018-03-03Shorten bpkg certificates and repositories directory namesKaren Arutyunov13-19/+19
2018-03-03Fix support of package scheme in <package>@<location>Karen Arutyunov1-19/+71
2018-03-02Update pkg-buildKaren Arutyunov3-4/+95
2018-03-02Update rep-fetchKaren Arutyunov19-25/+317
2018-02-26Add support for rep-list and rep-remove, update rep-addKaren Arutyunov25-31/+393
2018-02-22Invent repository_state() functionKaren Arutyunov4-14/+14
2018-02-22Add missing files required for pkg-build testsKaren Arutyunov3-0/+3
2018-02-22Add support for version control-based repos to pkg-buildKaren Arutyunov11-42/+145
2018-02-21Add support for pkg-checkoutKaren Arutyunov14-1/+100
2018-02-19Convert expected git repo fetch warnings to infos in pkg-status testscriptKaren Arutyunov1-1/+6
2018-02-19Use root repository as a default complement for git repositoryKaren Arutyunov12-4/+50
2018-02-19Parse repositories and packages files for git repositoriesKaren Arutyunov18-48/+110
2018-02-15Raise minimum supported git version to 2.12.0 from 2.11.0Karen Arutyunov1-2/+2
2018-02-15Raise minimum supported git version to 2.11.0 from 2.1.4Karen Arutyunov2-3/+24
2018-02-15Shorten tag names for git repository tests (too long filenames on Windows)Karen Arutyunov11-9/+19
2018-02-15Convert expected git repo fetch warnings in testscript to infosKaren Arutyunov1-1/+5
2018-02-15Adapt to package/repository manifests API changeKaren Arutyunov1-0/+2
2018-02-15Make git_clone() to abbreviate (16 chars) commit id-based directory nameKaren Arutyunov2-8/+12
2018-02-13Cosmetic changeBoris Kolpackov2-2/+2
2018-02-12Clone and fetch git repositoriesKaren Arutyunov29-81/+918