summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* project.py: Allow 'host-arches' and 'arches' in project.confsam/project.conf-archesSam Thursfield2017-09-171-1/+2
* plugin.py: Fix documentation to link to correct file70-third-party-plugin-sharingTristan Van Berkom2017-09-141-1/+1
* Add testsTristan Maat2017-09-146-0/+111
* Fix affected test casesTristan Maat2017-09-141-6/+6
* Add documentationTristan Maat2017-09-145-1/+70
* Add loaded plugins to logTristan Maat2017-09-142-1/+32
* Add support for YAML default config loadingTristan Maat2017-09-144-16/+24
* _plugincontext.py: Add support for pip-installed pluginsTristan Maat2017-09-141-5/+42
* Fix affected test cases24-better-validation-for-loaded-yamlTristan Maat2017-09-145-4/+23
* Add source plugin node validationsTristan Maat2017-09-148-1/+19
* Add element plugin node validationsTristan Maat2017-09-147-4/+52
* context.py: Add user config node validationsTristan Maat2017-09-141-0/+18
* project.py: Add project config node validationsTristan Maat2017-09-141-0/+9
* Add element node validationsTristan Maat2017-09-144-0/+31
* Add _yaml.validate_nodeTristan Maat2017-09-133-0/+43
* tar.py source test case: Stop using tar's private _sha256sum() methodTristan Van Berkom2017-09-121-4/+5
* source.py: Use utils.sha256sum() when calculating workspace keysTristan Van Berkom2017-09-121-11/+7
* patch.py source plugin: Use utils.sha256sum()Tristan Van Berkom2017-09-121-11/+1
* tar.py source plugin: Use utils.sha256sum()Tristan Van Berkom2017-09-121-9/+1
* local.py source plugin: Use utils.sha256sum()Tristan Van Berkom2017-09-121-10/+6
* utils.py: Added sha256sum utilityTristan Van Berkom2017-09-121-0/+21
* Construct pipeline without push queue if cannot push to artifact cacheChandan Singh2017-09-121-8/+9
* Generating man pagesTristan Van Berkom2017-09-1016-69/+115
* _sandboxbwrap.py: Make terminal control setting conditional on stdin being a ttytesting-shellTristan Van Berkom2017-09-101-1/+1
* _frontend/main.py: Changes to the bst shell commandTristan Van Berkom2017-09-101-22/+23
* element.py: Changed Element._shell() behaviors.Tristan Van Berkom2017-09-101-5/+7
* tests/cachekey: Adding cache key tests for new patch sourceTristan Van Berkom2017-09-099-1/+30
* Adding new patch source to the docs index.Tristan Van Berkom2017-09-091-0/+1
* Add patch source pluginChandan Singh2017-09-0923-7/+341
* _yaml.py: Removing unused CompositePolicy.STRICTTristan Van Berkom2017-09-091-14/+2
* Dockerfile-build.sh: remove DNF cache at the end of the buildSam Thursfield2017-09-091-0/+1
* .gitlab-ci.yml: Also use the .coveragerc when reportingTristan Van Berkom2017-09-081-1/+1
* .gitlab-ci.yml: Produce combined coverage reportTristan Van Berkom2017-09-081-4/+43
* .coveragerc: Configuring so that reports from different environments can be c...Tristan Van Berkom2017-09-081-7/+11
* _ostree.py: Removed remove()Tristan Van Berkom2017-09-081-23/+0
* _artifactcache/artifactcache.py: Removed remove()Tristan Van Berkom2017-09-081-16/+0
* Removing artifact cache tests.Tristan Van Berkom2017-09-083-113/+0
* .coveragerc: Indicate that we use multiprocessingTristan Van Berkom2017-09-061-2/+10
* doc/source/install.rst: Fixing docs for required OSTree versionTristan Van Berkom2017-09-051-6/+1
* tests/frontend/buildcheckout.py: Run tests in strict/non-strict modeTristan Van Berkom2017-09-051-9/+21
* source-bundle: don't use a subdirectory of {build_root}Charles Bailey2017-09-051-3/+3
* tests/completions/completions.py: Testing more completion casesTristan Van Berkom2017-09-0510-17/+114
* _frontend/complete.py: Fixing completions of subdirectory trees in element su...Tristan Van Berkom2017-09-051-4/+17
* tests/completions/completions.py: Adding new test for bash completionsTristan Van Berkom2017-09-0510-0/+272
* tests/frontend/pull.py: Added test case for testing `bst pull`Tristan Van Berkom2017-09-051-0/+145
* tests/frontend/push.py: Adding test for `bst push`Tristan Van Berkom2017-09-051-0/+98
* _pipeline.py: Raise pipeline error in pull/pushTristan Van Berkom2017-09-051-2/+2
* frontend test project.conf: Use a more neutral and sensible project nameTristan Van Berkom2017-09-051-1/+1
* tests/testutils/runcli.py: Now the cli can set the environment and cwd for a runTristan Van Berkom2017-09-051-7/+40
* tests/testutils/runcli.py: Print CLI commands unconditionallyTristan Van Berkom2017-09-051-5/+5