summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: Test whether a plugin is allowed to be loadedfix-132-rebasedJonathan Maw2017-12-1311-1/+62
* Update tests for changed plugin loadingJonathan Maw2017-12-1317-103/+225
* Make external plugin loading require explicit configuration in project.confJonathan Maw2017-12-136-146/+216
* _signals: always pop handlers, and restore statesAngelos Evripiotis2017-12-131-19/+23
* utils._tempdir: don't leak on exceptionsAngelos Evripiotis2017-12-131-4/+5
* source: clarify note on why to use this tmpdir()Angelos Evripiotis2017-12-131-3/+4
* _signals: note os._exit() on terminateAngelos Evripiotis2017-12-131-0/+4
* Adapting test cases to expect logs in stderrTristan Van Berkom2017-12-139-38/+27
* tests/testutils/site.py: Removed HAVE_ROOTTristan Van Berkom2017-12-131-2/+0
* tests/testutils/runcli.py: Enhanced to capture stdout/stderr separatelyTristan Van Berkom2017-12-131-11/+64
* _frontend: Enable logging right away, fixes issue #168Tristan Van Berkom2017-12-133-149/+54
* _pipeline.py: Removed tickers, use timed activities insteadTristan Van Berkom2017-12-131-54/+38
* plugin.py: Implement Plugin.timed_activity() using Context._timed_activity()Tristan Van Berkom2017-12-131-33/+5
* _context.py: Added _timed_activity() methodTristan Van Berkom2017-12-131-1/+53
* _frontend/main.py: Rewording `--track-all` build optionTristan Van Berkom2017-12-131-2/+2
* Fix testsTristan Maat2017-12-138-2/+357
* main.py: Add `bst build --track-all`Tristan Maat2017-12-131-1/+6
* Add `bst build --track-except`Tristan Maat2017-12-132-4/+8
* Issue #117: Add `bst build --track`Tristan Maat2017-12-132-65/+121
* Issue #113: Split tracking and saving in `bst build`Tristan Maat2017-12-133-13/+24
* plugins/sources/local.py: Cache the local element's unique keyAntoine Wacheux2017-12-131-10/+18
* source.py: Cache the workspace keyAntoine Wacheux2017-12-131-11/+26
* plugins/elements/script.py: Remove check for 'commands'Angelos Evripiotis2017-12-131-4/+0
* _plugincontext.py: Let plugins not have YAML defaultsMathieu Bridon2017-12-121-4/+8
* _pipeline.py: Fix makedirs exception handlingAngelos Evripiotis2017-12-121-1/+1
* plugins/sources/git.py: Fix potential NameErrorGökçen Nurlu2017-12-121-1/+1
* source.py: Implement _get_workspace_pathAntoine Wacheux2017-12-121-3/+8
* tests/testutils/artifactshare.py: Always create summary file for test cachesSam Thursfield2017-12-121-0/+1
* tests/frontend: Reverse ordering of cache specificationsSam Thursfield2017-12-122-14/+14
* _ostree.py: Avoid raising GLib.Error from configure_remote()Sam Thursfield2017-12-121-6/+9
* Remove unused variablesGökçen Nurlu2017-12-112-3/+0
* _fuse/mount.py: Fix missing import of ImplErrorGökçen Nurlu2017-12-111-0/+1
* plugins/sources/bzr.py: Fix variable name typosGökçen Nurlu2017-12-111-3/+4
* _profile.py: Fix missing 'self.' keywordGökçen Nurlu2017-12-111-1/+1
* Remove unused imports in test filesGökçen Nurlu2017-12-0717-22/+2
* Remove unused importsGökçen Nurlu2017-12-0728-83/+42
* 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