summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: Test whether a plugin is allowed to be loaded132-loading-external-plugins-works-without-explicit-requirement-in-project-confJonathan Maw2017-12-0811-1/+62
* Update tests for changed plugin loadingJonathan Maw2017-12-0817-103/+225
* Make external plugin loading require explicit configuration in project.confJonathan Maw2017-12-086-142/+216
* tests/frontend/buildcheckout.py: Adding `bst checkout` testsTristan Van Berkom2017-12-051-5/+91
* utils.py: Removing safe_move() and move_files() APIsTristan Van Berkom2017-12-051-65/+0
* _frontend/main.py: Adding --hardlinks option to `bst checkout`Tristan Van Berkom2017-12-051-2/+4
* _pipeline.py: Added hardlinks option to Pipeline.checkout()Tristan Van Berkom2017-12-051-5/+29
* tests/testutils/runcli.py: Always run with --no-colorsSam Thursfield2017-12-051-1/+1
* HACKING.rst: the setup.py --addopts flag can only be given onceSam Thursfield2017-12-051-1/+1
* element.py: Removing unconditional INFO message when stagingTristan Van Berkom2017-12-051-1/+0
* buildstream/plugins/elements/cmake.yaml: Always create build folderjjardon/cmake_buildJavier Jardón2017-12-052-5/+7
* update install instructions for Debian (fix #159)Abderrahim Kitouni2017-12-041-8/+9
* Add a test for overlaps114-give-better-warnings-on-overlapsJonathan Maw2017-12-0113-0/+62
* Produce a more in-depth report of overlaps when stagingJonathan Maw2017-12-011-9/+23
* utils: Expand file copying to optionally report files writtenJonathan Maw2017-12-011-7/+23
* buildstream/plugins/elements: Add *-global and *-local configuration variablesJavier Jardón2017-11-303-3/+9
* Issue #142: Ensure we don't append provenances twiceTristan Maat2017-11-302-5/+10
* Add a test for tar lzipValentin David2017-11-303-0/+58
* Add support for lzip in tar source. Fix #158.Valentin David2017-11-301-1/+32
* Allow stdout and stderr to be overriden in Plugin.callValentin David2017-11-301-5/+4
* _options/optionpool.py: Split load_valuesJürg Billeter2017-11-302-6/+14
* _pipeline.py: Load platform before creating Loader instanceJürg Billeter2017-11-301-5/+5
* _loader.py: Remove historic distinction between element name and filenameJürg Billeter2017-11-301-8/+6
* _loader.py: Remove unused basedir attribute from LoadElementJürg Billeter2017-11-301-5/+2
* _loader.py: Remove unused owner attribute from DependencyJürg Billeter2017-11-301-7/+6
* _loader.py: Create Dependency objects for dummy targetJürg Billeter2017-11-301-1/+1
* .coveragerc: Ignore eggsJürg Billeter2017-11-301-0/+1
* plugin.py: Add log() methodSam Thursfield2017-11-291-0/+12
* Fix untar of symlinks. Only hardlinks are relative to top of archive and shou...Valentin David2017-11-291-3/+1
* bst-here: Mitigate permission issuesbst-here-permissionsTristan Maat2017-11-291-2/+10
* .gitlab-ci.yml: Use source distribution tarballs in all testsTristan Van Berkom2017-11-281-13/+74
* Remove all deleted paths from manifest after integration commands inValentin David2017-11-271-1/+3
* .gitlab-ci.yml: Use specific version of buildstream-fedora Docker imageSam Thursfield2017-11-271-1/+1
* Replace call to legacy urllib.request.urlretrieve by urllib.request.urlopen a...Valentin David2017-11-251-8/+12
* setup.py: Pinning coverage at 4.4.0 instead of 4.2Tristan Van Berkom2017-11-251-1/+1
* Only initialize remote artifact cache connections if neededSam Thursfield2017-11-234-15/+26
* _artifactcache.py: Fixed stack trace regression in pushing of artifacts.Tristan Van Berkom2017-11-241-2/+2
* Replace 'push-url' and 'pull-url' options with just 'url'sam/canonical-push-urlsSam Thursfield2017-11-2211-123/+73
* Remove the push-port config optionSam Thursfield2017-11-229-40/+16
* Artifact push URLs must redirect to the corresponding pull URLSam Thursfield2017-11-223-16/+58
* Check connectivity to remote cache on `bst push`Sam Thursfield2017-11-221-0/+2
* setup.py: Add pytest-xdist dependencyJürg Billeter2017-11-221-0/+2
* Accept the first character as shortcut on interruption prompts130-interactive-prompt-prefixAntoine Wacheux2017-11-212-12/+74
* doc/source/install.rst: Added instructions to install on FedoraTristan Van Berkom2017-11-211-0/+9
* setup.py: Pinning coverage down to version 4.2Tristan Van Berkom2017-11-211-1/+3
* Removing unneeded str() statements in "{}".format() statementsTristan Van Berkom2017-11-214-13/+13
* integration-tests: Adding a compose test ensuring removed files in integratio...Tristan Van Berkom2017-11-204-5/+56
* plugins/elements/compose.py: post merge fixing of compose elementTristan Van Berkom2017-11-201-19/+27
* element.py: Some changes to the added compute_manifest() methodTristan Van Berkom2017-11-201-10/+2
* Handle removed files from integration in compose pluginValentin David2017-11-202-20/+58