Age | Commit message (Expand) | Author | Files | Lines |
2019-02-25 | Disable tests failing for root user on POSIX systems | Karen Arutyunov | 2 | -2/+14 |
2019-02-15 | Implement git repository working tree fix up for package checkout on Windows | Karen Arutyunov | 16 | -42/+253 |
2019-02-09 | Fix git repository fetch that was deep regardless of the sensing result | Karen Arutyunov | 1 | -0/+9 |
2019-01-24 | Add support for --no-progress option | Karen Arutyunov | 4 | -332/+227 |
2019-01-16 | Update copyright year | Karen Arutyunov | 32 | -32/+32 |
2019-01-15 | Add support for $ in package manifest dependency constraint | Karen Arutyunov | 17 | -3/+78 |
2018-12-05 | Don't fail implicitly up/down-grading dependency, unless it's version is held | Karen Arutyunov | 1 | -14/+101 |
2018-11-16 | Add support for repository typed URLs (git+https://..., etc) | Karen Arutyunov | 2 | -67/+108 |
2018-11-13 | Fix pkg-update/vars tests | Karen Arutyunov | 1 | -2/+2 |
2018-11-13 | Add pkg-verify --deep option | Karen Arutyunov | 2 | -1/+23 |
2018-11-13 | Add support for vars grouping for package commands | Karen Arutyunov | 3 | -17/+57 |
2018-11-10 | Fix pkg-build crash on system package drop | Karen Arutyunov | 1 | -0/+12 |
2018-11-09 | Add support for pkg-build configuration variables | Karen Arutyunov | 1 | -0/+51 |
2018-11-08 | Add support for ssh:// git protocol | Karen Arutyunov | 4 | -0/+18 |
2018-11-02 | Add reduced support for git versions [2.11.0 2.14.0) | Karen Arutyunov | 3 | -3/+11 |
2018-11-02 | Fix minimum supported git version raising it to 2.14.0 from 2.12.0 | Karen Arutyunov | 1 | -2/+3 |
2018-09-07 | Fix pkg-build testscript | Karen Arutyunov | 1 | -3/+3 |
2018-09-04 | Rename .test/test{} to .testscript/testscript{} | Karen Arutyunov | 31 | -66/+90 |
2018-08-29 | Add --{repositories|packages}-file options to bpkg-rep-info | Boris Kolpackov | 1 | -4/+68 |
2018-08-22 | Shorten build2 output matching regexes in testscripts | Karen Arutyunov | 5 | -69/+61 |
2018-08-21 | Fix testscripts broken due to build2 output change | Karen Arutyunov | 2 | -26/+5 |
2018-07-14 | Make use of testscript mv builtin | Karen Arutyunov | 1 | -6/+11 |
2018-07-12 | Add --manifest option to pkg-verify | Karen Arutyunov | 3 | -4/+16 |
2018-07-09 | Adapt to repository_url(string) ctor throwing invalid_argument for empty string | Karen Arutyunov | 1 | -1/+1 |
2018-07-07 | Move prompt facility from bpkg to libbutl | Boris Kolpackov | 1 | -4/+4 |
2018-07-05 | Fix failing on Windows rep-fetch test | Karen Arutyunov | 1 | -2/+3 |
2018-07-05 | Minor diagnostics tweak | Boris Kolpackov | 1 | -1/+1 |
2018-07-05 | Adapt to prerequisite repository type guessing rules change | Karen Arutyunov | 1 | -1/+9 |
2018-07-05 | Strip .git extension for non-existent local prerequisite location | Karen Arutyunov | 1 | -0/+33 |
2018-06-20 | Regularize .gitignore files | Karen Arutyunov | 1 | -0/+2 |
2018-06-04 | Fix 're-linkage issue' testscript comment to reflect it happens not only on W... | Karen Arutyunov | 1 | -4/+4 |
2018-06-01 | Remove target/scope irregularity workarounds | Karen Arutyunov | 2 | -1/+1 |
2018-05-24 | Adapt to inventing package_name type | Karen Arutyunov | 6 | -2/+47 |
2018-05-19 | Update copyright year | Karen Arutyunov | 32 | -32/+32 |
2018-05-19 | Get rid of doc{version} and types for testscript and manifest in buildfiles | Karen Arutyunov | 4 | -7/+4 |
2018-05-17 | Add support for --all|-a to pkg-{update,clean,test,install,uninstall} | Boris Kolpackov | 1 | -12/+52 |
2018-05-14 | Fallback to output directory removal for --keep-out on disfigure failure | Karen Arutyunov | 1 | -0/+23 |
2018-05-12 | Add testscript code for Windows-related issue research | Karen Arutyunov | 1 | -0/+7 |
2018-05-11 | Add support for recursive pkg-test | Karen Arutyunov | 5 | -0/+83 |
2018-05-10 | Add support for --patch option | Karen Arutyunov | 3 | -37/+364 |
2018-05-04 | Adjust to new scope syntax | Karen Arutyunov | 2 | -1/+1 |
2018-05-03 | Tweak pkg-build plan wording | Boris Kolpackov | 1 | -98/+98 |
2018-05-03 | Adapt to optional base repository manifest | Karen Arutyunov | 21 | -5/+23 |
2018-05-03 | Add support for dependent repository trust | Karen Arutyunov | 11 | -3/+125 |
2018-05-02 | Add support for default and excluding git ref filters | Karen Arutyunov | 16 | -34/+193 |
2018-04-27 | Add support for repository fragments | Karen Arutyunov | 14 | -4/+21 |
2018-04-20 | Fix pkg-build testscript | Karen Arutyunov | 1 | -0/+6 |
2018-04-20 | Add support for comma-separated list of git reference filter | Karen Arutyunov | 1 | -0/+7 |
2018-04-19 | Implement git repository handling transition (phase 0) | Karen Arutyunov | 19 | -247/+256 |
2018-04-19 | Implement dependency up/down-grade/unhold | Karen Arutyunov | 52 | -170/+1388 |