| Commit message (Expand) | Author | Age | Files | Lines |
* | plugin.py: Add note on plugin extension support64-clarify-about-plugins-importing-other-plugins | Tristan Maat | 2017-09-14 | 1 | -0/+9 |
* | tar.py source test case: Stop using tar's private _sha256sum() method | Tristan Van Berkom | 2017-09-12 | 1 | -4/+5 |
* | source.py: Use utils.sha256sum() when calculating workspace keys | Tristan Van Berkom | 2017-09-12 | 1 | -11/+7 |
* | patch.py source plugin: Use utils.sha256sum() | Tristan Van Berkom | 2017-09-12 | 1 | -11/+1 |
* | tar.py source plugin: Use utils.sha256sum() | Tristan Van Berkom | 2017-09-12 | 1 | -9/+1 |
* | local.py source plugin: Use utils.sha256sum() | Tristan Van Berkom | 2017-09-12 | 1 | -10/+6 |
* | utils.py: Added sha256sum utility | Tristan Van Berkom | 2017-09-12 | 1 | -0/+21 |
* | Construct pipeline without push queue if cannot push to artifact cache | Chandan Singh | 2017-09-12 | 1 | -8/+9 |
* | Generating man pages | Tristan Van Berkom | 2017-09-10 | 16 | -69/+115 |
* | _sandboxbwrap.py: Make terminal control setting conditional on stdin being a ttytesting-shell | Tristan Van Berkom | 2017-09-10 | 1 | -1/+1 |
* | _frontend/main.py: Changes to the bst shell command | Tristan Van Berkom | 2017-09-10 | 1 | -22/+23 |
* | element.py: Changed Element._shell() behaviors. | Tristan Van Berkom | 2017-09-10 | 1 | -5/+7 |
* | tests/cachekey: Adding cache key tests for new patch source | Tristan Van Berkom | 2017-09-09 | 9 | -1/+30 |
* | Adding new patch source to the docs index. | Tristan Van Berkom | 2017-09-09 | 1 | -0/+1 |
* | Add patch source plugin | Chandan Singh | 2017-09-09 | 23 | -7/+341 |
* | _yaml.py: Removing unused CompositePolicy.STRICT | Tristan Van Berkom | 2017-09-09 | 1 | -14/+2 |
* | Dockerfile-build.sh: remove DNF cache at the end of the build | Sam Thursfield | 2017-09-09 | 1 | -0/+1 |
* | .gitlab-ci.yml: Also use the .coveragerc when reporting | Tristan Van Berkom | 2017-09-08 | 1 | -1/+1 |
* | .gitlab-ci.yml: Produce combined coverage report | Tristan Van Berkom | 2017-09-08 | 1 | -4/+43 |
* | .coveragerc: Configuring so that reports from different environments can be c... | Tristan Van Berkom | 2017-09-08 | 1 | -7/+11 |
* | _ostree.py: Removed remove() | Tristan Van Berkom | 2017-09-08 | 1 | -23/+0 |
* | _artifactcache/artifactcache.py: Removed remove() | Tristan Van Berkom | 2017-09-08 | 1 | -16/+0 |
* | Removing artifact cache tests. | Tristan Van Berkom | 2017-09-08 | 3 | -113/+0 |
* | .coveragerc: Indicate that we use multiprocessing | Tristan Van Berkom | 2017-09-06 | 1 | -2/+10 |
* | doc/source/install.rst: Fixing docs for required OSTree version | Tristan Van Berkom | 2017-09-05 | 1 | -6/+1 |
* | tests/frontend/buildcheckout.py: Run tests in strict/non-strict mode | Tristan Van Berkom | 2017-09-05 | 1 | -9/+21 |
* | source-bundle: don't use a subdirectory of {build_root} | Charles Bailey | 2017-09-05 | 1 | -3/+3 |
* | tests/completions/completions.py: Testing more completion cases | Tristan Van Berkom | 2017-09-05 | 10 | -17/+114 |
* | _frontend/complete.py: Fixing completions of subdirectory trees in element su... | Tristan Van Berkom | 2017-09-05 | 1 | -4/+17 |
* | tests/completions/completions.py: Adding new test for bash completions | Tristan Van Berkom | 2017-09-05 | 10 | -0/+272 |
* | tests/frontend/pull.py: Added test case for testing `bst pull` | Tristan Van Berkom | 2017-09-05 | 1 | -0/+145 |
* | tests/frontend/push.py: Adding test for `bst push` | Tristan Van Berkom | 2017-09-05 | 1 | -0/+98 |
* | _pipeline.py: Raise pipeline error in pull/push | Tristan Van Berkom | 2017-09-05 | 1 | -2/+2 |
* | frontend test project.conf: Use a more neutral and sensible project name | Tristan Van Berkom | 2017-09-05 | 1 | -1/+1 |
* | tests/testutils/runcli.py: Now the cli can set the environment and cwd for a run | Tristan Van Berkom | 2017-09-05 | 1 | -7/+40 |
* | tests/testutils/runcli.py: Print CLI commands unconditionally | Tristan Van Berkom | 2017-09-05 | 1 | -5/+5 |
* | tests/testutils/runcli.py: Added get_element_key() method to fetch cache key | Tristan Van Berkom | 2017-09-05 | 1 | -0/+13 |
* | artifactcache.py: Special casing local pull & push | Tristan Van Berkom | 2017-09-05 | 1 | -4/+18 |
* | tests/testutils/artifactshare.py: Added scaffolding for artifact shares | Tristan Van Berkom | 2017-09-05 | 2 | -0/+107 |
* | _frontend/main.py: special case test suite for completions | Tristan Van Berkom | 2017-09-05 | 1 | -3/+16 |
* | _frontend/complete.py: Return whether completions were handled instead of exi... | Tristan Van Berkom | 2017-09-05 | 1 | -34/+6 |
* | setup.{cfg,py}: Bring back BST_TEST_SUITE env variable | Tristan Van Berkom | 2017-09-05 | 2 | -0/+3 |
* | Restructuring tests using the Repo and Cli | Tristan Van Berkom | 2017-09-04 | 6 | -22/+18 |
* | tests/frontend/workspace.py: Adding test for `bst workspace` family | Tristan Van Berkom | 2017-09-04 | 1 | -0/+192 |
* | _frontend/widget.py: Removed pretty printing of workspace list | Tristan Van Berkom | 2017-09-04 | 1 | -17/+0 |
* | _frontend/main.py: `bst workspace list` in machine readable format. | Tristan Van Berkom | 2017-09-04 | 1 | -9/+14 |
* | _frontend/main.py: Only prompt user when interactive | Tristan Van Berkom | 2017-09-04 | 1 | -4/+7 |
* | source.py: Consider workspaced sources with missing content inconsistent | Tristan Van Berkom | 2017-09-04 | 1 | -2/+13 |
* | _yaml.py: Added load_data() | Tristan Van Berkom | 2017-09-04 | 1 | -5/+12 |
* | _yaml.py: Make _yaml.dump() optionally dump to stdout | Tristan Van Berkom | 2017-09-04 | 1 | -4/+8 |